What problem does it solve?
Reviews repository changes for implementation quality and verifies compliance with an existing project plan when provided, consolidating test, lint, type, and build checks into a single assessment and creating a reproducible review document.
Core Features & Use Cases
- Automated Quality Checks: Run tests, linters, type checkers, and builds to determine the health of changes.
- Plan Compliance Verification: When a plan file is supplied, validate milestone and task completion and detect scope creep.
- Diff-Based Review: When no plan is provided, analyze the diff against the remote main branch to find regressions or quality issues.
- Use Case: Run as part of a CI workflow to gate merges, produce a review.md artifact for auditors, or assess a contributor's pull request against project milestones.
Quick Start
Run the SDLC review with a workflow id, optional plan path, output directory, and severity to produce review.md and a JSON summary.