What problem does it solve?
This Skill prevents architectural drift and defects from reaching main by running a structured PR review cycle with automated fixes when findings are actionable.
Core Features & Use Cases
- Senior Architect PR review: Reviews PR diffs against CONTEXT.md principles and review heuristics, producing severity-tagged findings (BLOCK/WARN/INFO).
- Auto-fix loop for actionable issues: Applies fixes in an isolated worktree, verifies with tests, and re-evaluates the specific finding until it is resolved or escalated.
- HITL escalation gate: Stops after 3 iterations per finding, blocks merge for unresolved BLOCK/WARN issues, and escalates with a human-in-the-loop comment and label.
- Verification and compaction: Re-checks findings against the current diff and consolidates related findings into a clear review outcome for ship readiness.
Quick Start
Use this Skill when you have an open pull request ready for review and want an enforced, standard-aware review that can automatically fix issues or block with HITL escalation if needed.