Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Executes implementation plans by dispatching isolated subagents per task with two-stage spec and code quality review.
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 (general-purpose):11Use template at requesting-code-review/code-reviewer.md1213DESCRIPTION: [task summary, from implementer's report]14PLAN_OR_REQUIREMENTS: Task N from [plan-file]15BASE_SHA: [commit before task]16HEAD_SHA: [current commit]17```1819**In addition to standard code quality concerns, the reviewer should check:**20- Does each file have one clear responsibility with a well-defined interface?21- Are units decomposed so they can be understood and tested independently?22- Is the implementation following the file structure from the plan?23- 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.)2425**Code reviewer returns:** Strengths, Issues (Critical/Important/Minor), Assessment26