What problem does it solve?
This Skill helps you verify whether a feature is actually complete, correct, and aligned with its intended behavior before you merge it. It focuses on end-to-end feature logic, surfacing missing edge-case handling, broken flows, undocumented side effects, and mismatches between the implementation and the spec.
Core Features & Use Cases
- Spec-first feature auditing: Finds ADRs, specs, and PR context before reviewing code so the audit is grounded in documented intent.
- End-to-end flow tracing: Maps the feature from entry points through services, repositories, external calls, and side effects to catch logic gaps across layers.
- Structured findings output: Reports issues in a consistent finding format for follow-up workflows such as fix orchestration or broader PR review.
- Use Case: Review a pull request that adds order cancellation and confirm that validation, retries, refunds, emails, loading states, and error responses all match the promised behavior.
Quick Start
Ask the assistant to review the feature in the current PR for completeness against its ADR or spec and return findings only.