ワンクリックで
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.