OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add warpdotdev/common-skills --skill check-impl-against-spec
Compare a pull request's implementation against spec context in spec_context.md and feed any material mismatches into review.json. Use during PR review when approved or repository spec context is available.
npx skills add warpdotdev/common-skills --skill check-impl-against-spec
Use this skill only when spec_context.md exists during PR review.
Determine whether the implementation in the checked-out PR materially matches the approved spec context. This is a supplement to the normal code review, not a separate output.
spec_context.md contains the spec context to compare against. It may include both product spec content (intended behavior, acceptance criteria) and tech spec content (implementation details, file changes).pr_diff.txt contains the annotated diff for the PR.pr_description.md may contain additional scope or rationale.spec_context.md and extract the concrete commitments it makes:
pr_diff.txt and the checked-out files.review.json.spec_context.md.