What problem does it solve?
Provides a fast, consistent, and actionable code review process that finds correctness, security, performance, and style issues across a branch diff, reducing manual review time and ensuring issues are recorded with concrete fixes.
Core Features & Use Cases
- Multi-agent parallel review: Four specialized agents run concurrently to detect correctness, security, performance, and style problems.
- Deduplication and severity ranking: Findings from agents are merged, deduplicated, and sorted by severity with clear file:line evidence and suggested code fixes.
- Safe auto-fixes and audit trail: NIT-level fixes are applied in separate commits, tests guard auto-fixes, and logs are appended to .godmode/review-log.tsv for traceability.
- Use Case: Run a review on a feature branch before merge to auto-fix trivial issues, block merges on MUST-FIXs, and generate a prioritized remediation list for the author.
Quick Start
Run /godmode:review to review the current branch diff with four agents, apply safe autofixes for NITs, and output a deduplicated, severity-ranked findings list.