実装状況に応じて Issue の状態を更新する。「Issue 更新」「Issue を更新」「Issue 状態変更」「Issue をクローズ」「Issue 完了」「チケットを閉じる」「Issue の進捗を更新」などで起動。コメント追加やラベル変更、クローズ処理を実行。
Updates GitHub issue status by adding comments, changing labels, or closing issues. Activated by commands like "Issue #5 update" or when working on issues matching current branch names.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-git@shiiman-claude-code-pluginsThis skill is limited to using the following tools:
実装状況に応じて Issue の状態を更新します。
以下から対象 Issue を特定:
feature/5 → #5)gh issue view {issue番号} --json title,state,labels,body
ユーザーに更新内容を確認:
コメント追加:
gh issue comment {issue番号} --body "{comment}"
ラベル追加:
gh issue edit {issue番号} --add-label "{label}"
ラベル削除:
gh issue edit {issue番号} --remove-label "{label}"
クローズ:
gh issue close {issue番号} --comment "{close_comment}"
Issue #{issue番号} を更新しました:
- 追加コメント: {comment}
- 状態: オープン → クローズ
作業開始時:
## 作業開始
- 開始日時: {datetime}
- 作業ブランチ: `{branch}`
進捗報告:
## 進捗報告
- 完了: {completed_tasks}
- 残り: {remaining_tasks}
- ブロッカー: {blockers または「なし」}
完了時:
## 完了報告
- 完了日時: {datetime}
- 関連 PR: #{pr_number}
Closes #N)