What problem does it solve?
This Skill eliminates the risk of missed defects and compliance gaps in branch code reviews by enforcing a structured, consistent workflow that catches boundary violations, contract mismatches, and edge case oversights before code is merged to main.
Core Features & Use Cases
- Ad-hoc Full-Branch Reviews: Run unscheduled, full-branch reviews for general code changes without requiring task-specific context.
- Task-Scoped Reviews: Align review checks with specific task requirements, PRDs, TDDs, and task contracts when those artifacts are available.
- Audit-Ready Artifacts: Optionally preserve review logs and findings for compliance tracking and post-review reference.
- Use Case: When merging a feature branch that touches shared APIs and core architecture, use this Skill to run a full review that checks for architecture drift, missing test coverage, and security gaps before merge.
Quick Start
Use the review-chain skill to run a full ad-hoc review of your current feature branch against the main branch.