Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Execute approved plans by dispatching focused subagents with review loops, checkpoints, and parallelized implementation flow.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
code-quality-reviewer-prompt.md
1# Code Quality Reviewer Prompt Template23Use this template when dispatching a code quality reviewer subagent.45**Purpose:** Verify implementation is well-built (clean, tested, maintainable)67**Only dispatch after spec compliance review passes.**89```10Task tool (superpowers:code-reviewer):11Use template at requesting-code-review/code-reviewer.md1213WHAT_WAS_IMPLEMENTED: [from implementer's report]14PLAN_OR_REQUIREMENTS: Task N from [plan-file]15BASE_SHA: [commit before task]16HEAD_SHA: [current commit]17DESCRIPTION: [task summary]18```1920**In addition to standard code quality concerns, the reviewer should check:**21- Does each file have one clear responsibility with a well-defined interface?22- Are units decomposed so they can be understood and tested independently?23- Is the implementation following the file structure from the plan?24- Did this implementation create new files that are already large, or significantly grow existing files? (Don't flag pre-existing file sizes — focus on what this change contributed.)2526**Code reviewer returns:** Strengths, Issues (Critical/Important/Minor), Assessment27