一键导入
paw-spec-review
Specification review skill for PAW workflow. Validates Spec.md against quality criteria and returns structured feedback for iteration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Specification review skill for PAW workflow. Validates Spec.md against quality criteria and returns structured feedback for iteration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orchestrates the PAW Review workflow, coordinating activity skills to analyze PRs and generate comprehensive review feedback.
Shared git mechanics for PAW activity skills including branch naming conventions, strategy-based branching logic, and selective staging discipline.
Bootstrap skill for PAW workflow initialization. Creates WorkflowContext.md, directory structure, and git branch. Runs before workflow skill is loaded.
Workflow status activity skill for PAW workflow. Diagnoses workflow state, recommends next steps, explains PAW process, and optionally posts updates to Issues/PRs.
Pre-PR review activity skill for PAW workflow. Reviews implementation against spec before Final PR creation with configurable single-model, multi-model, or society-of-thought execution.
Implementation review activity skill for PAW workflow. Reviews implementation for quality, adds documentation, and returns structured verdict.
| name | paw-spec-review |
| description | Specification review skill for PAW workflow. Validates Spec.md against quality criteria and returns structured feedback for iteration. |
Execution Context: This skill runs in a subagent session, delegated by the PAW orchestrator. Return structured feedback (pass/fail + issues) to the orchestrator—do not make orchestration decisions.
Review specifications for quality, completeness, and clarity before planning proceeds. Return structured feedback—do not make orchestration decisions.
Reference: Follow Core Implementation Principles from
paw-workflowskill.
After review, the PAW agent receives:
Evaluate the specification at .paw/work/<work-id>/Spec.md against the Quality Criteria Checklist below. For failing items, note the specific issue, identify affected section(s), and suggest what needs to change without prescribing exact wording.
For passing specs: Indicate readiness for planning. Include minor polish suggestions if any.
For failing specs: List each failing criterion with the specific issue, affected section(s), and a suggestion for what to fix. Include count of passing vs total criteria.
Instead of: "FRs are incomplete" Say: "FR-003 lacks story mapping. Add (Stories: P2) reference."
Only flag issues that violate a checklist item. Personal preferences don't count unless they affect testability or clarity.
Identify what's wrong and suggest direction. Don't prescribe exact wording—the Spec Agent makes those decisions.
Consider workflow mode when reviewing:
Report to PAW agent: pass/fail result, criteria passing count, issues found count, and detailed feedback per Feedback Guidance above. Do NOT make orchestration decisions—return status only.