bborbe

Generate Code Review Prompts — Code Quality skill for Claude Code

Code Quality community

Generate code-review prompts for services that produce fix prompts when executed.

How to install Generate Code Review Prompts

Installs to ~/.claude/skills/bborbe-dark-factory-generate-code-review-prompts/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bborbe-dark-factory-generate-code-review-prompts && curl -fsSL https://raw.githubusercontent.com/bborbe/dark-factory/HEAD/commands/generate-code-review-prompts.md -o ~/.claude/skills/bborbe-dark-factory-generate-code-review-prompts/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Generate Code Review Prompts does


description: Generate code-review prompts for services that produce fix prompts when executed argument-hint: "[service-path|group|]" allowed-tools: [Read, Write, Glob, Grep, Bash, AskUserQuestion]

Generate dark-factory prompts that, when executed by YOLO, review services using `/coding:code-review full` and output fix prompts for findings.

Step 1: Discover Services

A **service** is a directory containing a `go.mod` file (services live at varying depths).

Parse `$ARG

Alternatives in Code Quality

Full documentation available on GitHub

View Source Repository