一键导入
spec-approve
Mark a reviewed spec approved so it enters the autonomous execution queue
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Mark a reviewed spec approved so it enters the autonomous execution queue
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | spec-approve |
| description | Mark a reviewed spec approved so it enters the autonomous execution queue |
| argument-hint | <spec folder or slug> |
| agent | spec-architect |
The owner's gate-1 decision, recorded as a machine-readable signal: an approved spec is what spec-execute-next picks up. This decouples review from execution - approve a batch of specs now, and the AI works the approved queue later (scheduled or looped), with no further owner input until the PR.
proposed spec). Read requirements, plan, and tasks end-to-end.proposed (not already approved / in-progress / completed / cancelled); the plan cites concrete siblings; no open question is left that would block a cold executor. Surface anything that should block approval - the owner decides, this skill only records the decision.status: approved with the date. Change nothing else - approval records a decision, it does not edit spec content.spec-execute-next will pick it up by value, or run spec-execute to start it now.status reads approved; nothing else in the spec changed.spec-create (update-mode). Executing - spec-execute / spec-execute-next.approved on its own initiative (not inside spec-create, not autonomously) - only when the owner explicitly invokes this skill after reviewing.proposed spec; re-approving or approving a mid-flight spec is a no-op with a warning.Verify, review, and push pending work as one milestone commit
Drive the current branch's PR to merge-ready: CI green and every review comment handled, ending with an outcome label
After owner accept: guard-checked squash-merge of the current branch's PR, base sync and branch cleanup
Open a pull request for the current branch against its target, using the repo template
Triage PR review comments: fix, discuss, or decline with reason - every thread answered
Cut a release: version, changelog, tag, and release object — policy-driven across trunk/gitflow and tag-only/full