用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/joelanford/orb --skill sdd-cleanup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | sdd-cleanup |
| description | Clean up completed specs by updating statuses, backfilling PR links, archiving done work, and flagging stale ideas. |
Clean up completed specs: update statuses, backfill PR links, archive done work, and flag stale ideas.
specs/ matching YYYY-MM-DD-*/.README.md frontmatter in each to get its status and pr field.done (with pr), done (without pr), pr-submitted, in-progress, ready, idea.For each spec with status: pr-submitted:
pr: field, check whether the linked PR has been merged (use gh pr view).pr: field, search for a merged PR referencing the spec slug (same approach as Step 3).status: done (keep or add the pr: field).For each spec with status: done and no pr: field:
gh pr list --state merged --search "<slug>").pr: <URL> to the frontmatter.specs/closed/ if it doesn't exist.status: done into specs/closed/.For each spec with status: idea:
git log -1 --format=%ci -- <spec-dir>).chore: clean up completed specs.Report what was done: