一键导入
code-review
// Multi-pass code review: correctness, security, performance, and maintainability. Each finding gets severity, location, and suggestion.
// Multi-pass code review: correctness, security, performance, and maintainability. Each finding gets severity, location, and suggestion.
Multi-model code review for gastown. Reviews GitHub PRs (by URL or number) or local branches (by branch name). Spawns parallel Claude, Codex, and (optionally) Gemini reviewers with specialized prompts optimized for regression prevention, then synthesizes findings into a single maintainer-grade decision report. Use --skip-gemini for dual-model mode when Gemini quota is exhausted. Invoke with /review-pr <pr-url|number|branch>.
Remove telltale AI writing patterns from documentation and text. Direct, concise prose without AI artifacts.
Structured brainstorming: generate 30 ideas, critically evaluate each, distill to the best 5 with actionable implementation plans.
Multi-phase planning process: understand, decompose, design, validate, then implement. No code until the plan is approved.
Evaluate and polish README and documentation. Ensure accuracy, structure, runnable examples, then de-slopify.
Design and implement an agent-optimized CLI interface for any project. JSON output, structured errors, exit codes, token-efficient.
| name | code-review |
| description | Multi-pass code review: correctness, security, performance, and maintainability. Each finding gets severity, location, and suggestion. |
Review the specified code (diff, file, or recent changes) using four sequential passes. Do not combine passes; complete each one before starting the next.
For each finding:
[SEVERITY] file:line — description
Suggestion: how to fix
Severity levels: CRITICAL, HIGH, MEDIUM, LOW, NIT
Summarize with a verdict: APPROVE, REQUEST CHANGES, or COMMENT.
Based on Jeffrey Emanuel's Peer Code Reviewer (@doodlestein)