用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/richfrem/Project_Sanctuary --skill spec-kitty-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | spec-kitty-review |
| description | Perform structured code review and kanban transitions for completed task |
IMPORTANT: After running the command below, you'll see a LONG work package prompt (~1000+ lines).
You MUST scroll to the BOTTOM to see the completion commands!
Run this command to get the work package prompt and review instructions:
spec-kitty agent workflow review $ARGUMENTS --agent <your-name>
CRITICAL: You MUST provide --agent <your-name> to track who is reviewing!
If no WP ID is provided, it will automatically find the first work package with lane: "for_review" and move it to "doing" for you.
dependencies, confirm each dependency WP is merged to the target branch before you review this WP.cd .worktrees/FEATURE-WP02 && git rebase FEATURE-WP01).After reviewing, scroll to the bottom and run ONE of these commands:
spec-kitty agent tasks move-task WP## --to done --note "Review passed: <summary>"spec-kitty agent tasks move-task WP## --to planned --review-feedback-file <temp-file-path>The prompt will provide a unique temp file path for feedback - use that exact path to avoid conflicts with other agents!
The Python script handles all file updates automatically - no manual editing required!