AI AGENT ADDONS

Check Impl Against Spec

warpdotdev/common-skills
Code Review & Quality
12,681installs

When reviewing a pull request, you need to check if the code matches the approved plan. This skill reads a spec context file and compares it to the actual changes. It finds important mismatches like missing features or wrong behavior.

Only use this skill when a spec context file is available. It helps you catch big differences between what was planned and what was built. Small harmless changes are ignored. The results go into the review file so the team can see them.

This tool is a helpful addition to normal code review. It makes sure the final code follows the original requirements. No extra reports are created. Everything stays inside the review notes.

Add Check Impl Against Spec skill to your workflow

Global

mkdir -p ~/.claude/skills/check-impl-against-spec

Project

mkdir -p .claude/skills/check-impl-against-spec

Source Repository

Stars
110
Forks
2
Watchers
110
License
MIT
Last Push
25 days ago
Created
2 months ago