一键导入
spec-continue
Resume an in-progress spec: audit inherited work for drift, then continue execution
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Resume an in-progress spec: audit inherited work for drift, then continue execution
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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
| name | spec-continue |
| description | Resume an in-progress spec: audit inherited work for drift, then continue execution |
| argument-hint | <spec folder or plan file path> |
Resume a spec started in another session. Read spec-execute first - all its phases and CRITICAL rules apply verbatim; this skill adds only the resume protocol. The resume failure mode is always the same: inherited code drifts from the spec, and new work gets stacked on the drift.
git status, git log --oneline -20, git branch --show-current, gh pr list --head <branch>.git restore someone's work without approval. Stage selectively (git add <file>), never git add -A on resume.gh pr checks <pr> + gh pr view <pr> --json reviews,comments, then git-review-pr-comments. Red lights before new work.tasks.md vs real commits: tick what shipped; a [x] with no matching commit is a regression to investigate.spec-execute Phase C verbatim.spec-execute; spec authoring - spec-create.