update-status
スター10
フォーク0
更新日2026年4月22日 10:04
Change the status of an issue.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Change the status of an issue.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Add a comment to an issue.
Document a completed issue in the wiki (functional, technical, decision, solution).
Summarize a ticket's history, description, comments, and status.
Summarize recent activity across issues and commits.
Start tracked work: find/create ticket, set in-progress, track progress in comments.
Bump the tracker VERSION (semver) so update-check hook notifies existing installs.
SOC 職業分類に基づく
| name | update-status |
| description | Change the status of an issue. |
| argument-hint | <ISSUE-ID> <status> |
| allowed-tools | Read, Edit |
Update the status of an existing issue.
.project/issues/$1/issue.jsonstatus field to $2updated timestamp.project/issues_index.json (create as [] if missing). Replace the entry with matching id (or add if missing) using all fields from issue.json. Sort by updated descending. Write back.backlog, todo, in-progress, review, done