Loading...
Loading...
Review code changes against STYLE_GUIDE.md before committing or creating PRs. Catches naming violations, import ordering issues, anti-pattern reintroduction, and convention drift. Run after /setup-ai or /generate-comprehensive-style-guide has created a style guide.
npx skill4agent add skinnyandbald/fish-skills review-style-guideSTYLE_GUIDE.md.claude/style-guide.mdCLAUDE.mdAGENTS.mdNo style guide found. Runto generate one, or/setup-aifor a deeper analysis./generate-comprehensive-style-guide
$ARGUMENTS/review-style maingit diff main...HEAD/review-style HEAD~3git diff HEAD~3git diff --cachedgit diffgit diff HEAD~1🔴 MUST FIX — [file]:[line]
[Description of the violation]
Style guide says: [quote or paraphrase the relevant rule]
Code does: [what the code actually does]
Suggested fix: [specific change to make]
🟡 SHOULD FIX — [file]:[line]
[Description]
Style guide says: [rule]
Code does: [actual]
Suggested fix: [change]
🟢 CONSIDER — [file]:[line]
[Description and reasoning]## Review Summary
- Files reviewed: [count]
- Issues found: [count] 🔴 / [count] 🟡 / [count] 🟢
- Verdict: [PASS — code matches project conventions / NEEDS CHANGES — see issues above]