check-impl-against-spec

Agent skill from warpdotdev/common-skills.

warpdotdev 146 ↓ 14k MIT updated 27d ago
Claude Code
View source ↗

What it does

  • prdiff.txt contains the annotated diff for the PR.
  • prdescription.md may contain additional scope or rationale.
  • The working tree contains the PR branch contents.
  • required behaviors (from the product spec)
  • required files or subsystems to change (from the tech spec)
  • stated constraints
  • required follow-up steps, validation, or migrations

Requirements & configuration

  • Do not require literal one-to-one implementation of the spec when the PR achieves the same outcome safely.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

check-impl-against-spec FAQ

What does the check-impl-against-spec skill do?

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. prdiff.txt contains the annotated diff for the PR. prdescription.md may contain additional scope or rationale.

What does check-impl-against-spec require?

Do not require literal one-to-one implementation of the spec when the PR achieves the same outcome safely.

How do I install check-impl-against-spec?

Run: npx -y skills add https://github.com/warpdotdev/common-skills --skill check-impl-against-spec --agent claude-code — the source lives at github.com/warpdotdev/common-skills.

Maintain check-impl-against-spec?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

check-impl-against-spec on getagentictools
[![check-impl-against-spec on getagentictools](https://getagentictools.com/badge/skills/warpdotdev-common-skills-check-impl-against-spec.svg)](https://getagentictools.com/skills/warpdotdev-common-skills-check-impl-against-spec?ref=badge)
npx agentictools info skills/warpdotdev-common-skills-check-impl-against-spec

The second line is the CLI lookup for this page — handy in READMEs and docs.