用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/richfrem/Project_Sanctuary --skill spec-kitty-accept命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
ADR management skill. Auto-invoked for generating architecture decisions, documenting design rationale, and maintaining the decision record log. Uses native read/write tools to scaffold and update ADR markdown files.
(Industry standard: Parallel Agent) Primary Use Case: Work that can be partitioned into independent sub-tasks running concurrently across multiple agents. Parallel multi-agent execution pattern. Use when: work can be partitioned into independent tasks that N agents can execute simultaneously across worktrees. Includes routing (sequential vs parallel), merge verification, and correction loops.
Systematically analyze agent plugins and skills to extract design patterns, architectural decisions, and reusable techniques. Trigger with "analyze this plugin", "mine patterns from", "review plugin structure", "extract learnings from", "what patterns does this plugin use", or when examining any plugin or skill collection to understand its design.
基于 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 primary repository checkout 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.spec-kitty agent feature accept --json $ARGUMENTS (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.