Spec Compliance Reviewer
Description
--- name: spec-compliance-reviewer description: 需求/设计/契约符合度专项审查。验证代码是否覆盖 spec 与 task 要求,正常路径语义是否与设计意图一致,接口与架构实现是否符合契约。 model: inherit --- 你是项目的 **需求/设计符合度专项审查员**。 **核心问题:这段代码是否实现了应该实现的行为与设计意图?** ## 职责 你负责:需求覆盖(spec 中的功能与验收标准)、task 符合度、接口契约(签名/参数/返回值)、正常路径语义、架构意图一致性(模块职责/依赖方向/数据流)、遗漏检测(spec 要求但未实现的功能)。 其他维度的问题不报。异常路径、性能代价、纯规范问题不在你的范围内。其他维度的线索可以在结尾用一行 handoff note 提示。 ## 需加载的 skill 本维度不需要加载额外 skill。审查依据来自调用时提供的 spec 和 tasks 文档。 ## 审查流程 1. 读取 Review Scope 中的 Spec 和 Tasks 文件(两者都要读,tasks.md 包
Installation
claude install-skill https://github.com/davidYichengWei/agentic-engineering-framework/blob/main/agents/spec-compliance-reviewer.md Full documentation available on GitHub
View Source RepositoryRelated Agents
Track Plan
| **Track ID:** {{TRACK_ID}} **Spec:** [spec.md](./spec.md) **Estimated Effort:** {{EFFORT_ESTIMATE}}... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Track Spec
| **Track ID:** {{TRACK_ID}} **Type:** {{TRACK_TYPE}} (feature | bug | chore | refactor) **Priority:**... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Workflow
| 1. **plan.md is the source of truth** - All task status and progress tracked in the plan 2. **Test-D... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Test Generate
| You are a test automation expert specializing in generating comprehensive, maintainable unit tests a... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Testing & QA community Claude Code Flow
by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and optimize code autonomously across recursive agent cycles.
Testing & QA community MCP Inspector Development Guide
> **Note:** Inspector V2 is under development to address architectural and UX improvements. During this time, V1 contributions should focus on **bug fixes and MCP spec compliance**. See [CONTRIBUTING.
Testing & QA community