update-status
النجوم١٠
التفرعات٠
آخر تحديث٢٢ أبريل ٢٠٢٦ في ١٠:٠٤
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