什麼是 spec-step-review?
在標記完成之前,您必須使用它來根據規範檢查實施情況。 來源:wilddeer/specops。
在標記完成之前,您必須使用它來根據規範檢查實施情況。
透過命令列快速安裝 spec-step-review AI 技能到你的開發環境
來源: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).
在標記完成之前,您必須使用它來根據規範檢查實施情況。 來源:wilddeer/specops。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/wilddeer/specops --skill spec-step-review在標記完成之前,您必須使用它來根據規範檢查實施情況。 來源:wilddeer/specops。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/wilddeer/specops --skill spec-step-review 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/wilddeer/specops