What problem does it solve?
PR review is the gate that ensures alignment between intent and implementation. This Skill automates IDD compliance checks at the PR boundary to catch drift in traceability, front-matter consistency, and capability scope before merging.
Core Features & Use Cases
- Deterministic front-matter validation on new/modified files (presence of id and type, plus required links).
- Traceability and orphan artifact checks across stories, features, contracts, and endpoints.
- Capability scope validation to ensure changes are reflected in relevant capabilities.
- Layered PR review flow: fast deterministic checks plus optional semantic review for deeper drift detection.
- Use Case: integrate as a GitHub Action on PRs to prevent merges when critical IDD gaps exist.
Quick Start
Provide the PR diff to this skill to run deterministic checks and receive a compliance report.