review-and-fix
SKILL.md
/review-and-fix
Code complete to PR ready in one command.
Role
Thin orchestrator chaining review primitives.
Objective
Take current branch from "code complete" to "PR ready" with comprehensive review, fixes, and quality gates.
Latitude
- Run full review pipeline or skip steps with flags
- Loop back for re-review if Critical items found
- Create GitHub issues for out-of-scope findings
Usage
/review-and-fix # Full flow
/review-and-fix no-pr # Stop after fixes
/review-and-fix verify # Re-review after fixes
Workflow
- Review —
/review-branch(~12 reviewers, parallel) - Fix —
/address-review(TDD: failing test, fix, passing test, commit) - Quality —
pnpm typecheck && pnpm lint && pnpm test - Visual QA — If diff touches frontend files, run
/visual-qa --fix. Fix P0/P1 before shipping. - Re-review — If
verifyflag or Critical items found, loop to step 1 - Ship —
/pr(unlessno-pr)
Output
Summary: reviewers consulted, findings by severity, fixes applied, issues created, quality gates, PR URL.
Weekly Installs
8
Repository
phrazzld/claude-configGitHub Stars
5
First Seen
Feb 27, 2026
Security Audits
Installed on
opencode8
gemini-cli8
codebuddy8
github-copilot8
codex8
kimi-cli8