What is spec-step-review?
You MUST use this to review implementation against spec before marking complete. Source: wilddeer/specops.
You MUST use this to review implementation against spec before marking complete.
Quickly install spec-step-review AI skill to your development environment via command line
Source: wilddeer/specops.
Review code changes against spec requirements with production-ready rigor.
| "Create X" | Does X exist and match spec exactly? | | "X must do Y" | Does X actually do Y? Test it. | | "Format: ..." | Does output match specified format? | | "Error when..." | Are error cases handled as specified? |
Use when implementation is correct but you have suggestions or observations worth discussing (edge cases not covered by spec, potential improvements, patterns that could be documented).
You MUST use this to review implementation against spec before marking complete. Source: wilddeer/specops.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/wilddeer/specops --skill spec-step-reviewYou MUST use this to review implementation against spec before marking complete. Source: wilddeer/specops.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/wilddeer/specops --skill spec-step-review Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/wilddeer/specops