Development
review-and-fix - Claude MCP Skill
Full code review, fix, quality, PR workflow. Chains review-branch, address-review, check-quality, and pr. Use when: code complete and ready for PR, want comprehensive review before shipping.
SEO Guide: Enhance your AI agent with the review-and-fix tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to full code review, fix, quality, pr workflow. chains review-branch, address-review, check-quality, an... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟1 stars • 1 forks
📥0 downloads
Documentation
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 1. **Review** — `/review-branch` (~12 reviewers, parallel) 2. **Fix** — `/address-review` (TDD: failing test, fix, passing test, commit) 3. **Quality** — `pnpm typecheck && pnpm lint && pnpm test` 4. **Visual QA** — If diff touches frontend files, run `/visual-qa --fix`. Fix P0/P1 before shipping. 5. **Re-review** — If `verify` flag or Critical items found, loop to step 1 6. **Ship** — `/pr` (unless `no-pr`) ## Output Summary: reviewers consulted, findings by severity, fixes applied, issues created, quality gates, PR URL.
Signals
Avg rating⭐ 0.0
Reviews0
Favorites0
Information
- Repository
- phrazzld/claude-config
- Author
- phrazzld
- Last Sync
- 3/2/2026
- Repo Updated
- 3/1/2026
- Created
- 2/6/2026
Reviews (0)
No reviews yet. Be the first to review this skill!