What problem does it solve?
The forge-review skill orchestrates a coordinated, read-only code review across a repository to detect algorithmic complexity issues, inappropriate data structures, paradigm inconsistencies, and performance anti-patterns, removing the manual overhead of deep, multi-dimensional reviews.
Core Features & Use Cases
- Multi-agent orchestration: Launches four specialist subagents (Complexity Analyst, DS&A Reviewer, Paradigm Enforcer, Efficiency Sentinel) in parallel and aggregates structured findings.
- Deduplication & severity tiers: Merges overlapping findings, assigns Critical/Warning/Suggestion tiers, and numbers items for clear triage.
- Pipeline integration: Reads loop state for lifecycle handoff, writes structured Markdown reports to docs/reviews/, and enforces read-only guarantees on source files.
- Use Case: Run a diff-scoped review after an implementation loop to produce a prioritized review report for triage or to run a full-codebase audit prior to release.
Quick Start
Run /forge-review to review changed files (diff scope) and produce a severity-tiered Markdown report saved to docs/reviews/.