From devflow
Structured code review checklist for diffs, branches, or specified files. Use during /devflow-review and as the self-review step in standard/deep tasks before finishing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devflow:devflow-code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review against the user's stated intent. Don't invent requirements. Don't rewrite working code.
Review against the user's stated intent. Don't invent requirements. Don't rewrite working code.
For each finding output file:line — problem — suggested fix.
End with: approve | approve-with-fixes | request-changes + one-sentence reason.
Skip categories with nothing to flag. Don't pad.
npx claudepluginhub latsode/devflow --plugin devflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.