用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/richfrem/Project_Sanctuary --skill spec-kitty-accept命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | spec-kitty-accept |
| description | Validate feature readiness and guide final acceptance steps. |
Version: 0.11.0+ Purpose: Validate all work packages are complete and feature is ready to merge.
IMPORTANT: Accept runs from the main repository root, NOT from a WP worktree.
# If you're in a worktree, return to main first:
cd $(git rev-parse --show-toplevel)
# Then run accept:
spec-kitty accept
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Before running the acceptance workflow, gather the following:
005-awesome-thing). If omitted, detect automatically.pr when the feature will merge via hosted pull request.local when the feature will merge locally without a PR.checklist to run the readiness checklist without committing or producing merge instructions.Ask one focused question per item and confirm the summary before continuing. End the discovery turn with WAITING_FOR_ACCEPTANCE_INPUT until all answers are provided.
--actor "windsurf".--feature "<slug>" when the user supplied a slug.--mode <mode> (pr, local, or checklist).--test "<command>" for each validation command provided.(Missing script command for sh) (the CLI wrapper) with the assembled arguments and --json.summary.ok (boolean) and other readiness details.summary.outstanding categories when issues remain.instructions (merge steps) and cleanup_instructions.notes (e.g., acceptance commit hash).summary.ok is false, list each outstanding category with bullet points and advise the user to resolve them before retrying acceptance.summary.ok is true, display:
checklist, make it clear no commits or merge instructions were produced.