Agent skill
triage
Issue の棚卸を一括実行する。対応済み Issue のクローズ、ラベル付与、マイルストーン平準化、実装プランからの Issue 作成をすべて行い、棚卸レポートを出力する。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/triage-bright-room-claude-skills
SKILL.md
Issue Triage Skill
GitHub Issue の棚卸を一括で行い、プロジェクトの Issue 管理を整理する。
以下の4つのサブスキルを順番に実行し、最後に統合レポートを出力する。
前提条件
ghCLI が認証済みであること
手順
1. 対応済み Issue のクローズ
close-resolved-issues スキルの手順に従い、対応済みの Issue を検出してクローズする。
2. 既存 Issue のラベル付与
label-issues スキルの手順に従い、ラベル未付与の Issue に種別・優先度ラベルを付与する。
3. マイルストーンの平準化
balance-milestones スキルの手順に従い、マイルストーン未割り当ての Issue にマイルストーンを紐づけ、平準化する。
4. 実装プランの今後の展望からの Issue 作成
create-issues-from-plans スキルの手順に従い、実装プランの「今後の展望」から新規 Issue を作成する。
5. 棚卸レポートの出力
棚卸の結果を .claude/outputs/triage/ ディレクトリにファイルとして出力する。
- ディレクトリが存在しない場合は作成すること
- ファイル名:
TRIAGE-YYYY-MM-DD-HHmmss.md(実行日時のタイムスタンプ)- 例:
TRIAGE-2026-03-13-143025.md
- 例:
以下のフォーマットで出力する:
## 📋 Issue 棚卸レポート
> 📅 実施日時: YYYY-MM-DD HH:mm:ss
### クローズした Issue
| # | タイトル | 理由 |
|---|---------|------|
| #XX | <タイトル> | <クローズ理由の要約> |
(対象がない場合は「対象なし」と記載)
### ラベルを付与した Issue
| # | タイトル | 付与したラベル |
|---|---------|--------------|
| #XX | <タイトル> | <付与したラベル> |
(対象がない場合は「対象なし」と記載)
### マイルストーンの変更
| # | タイトル | 変更前 | 変更後 |
|---|---------|--------|--------|
| #XX | <タイトル> | <旧マイルストーン or なし> | <新マイルストーン> |
新規作成したマイルストーン: <あれば記載>
### 新規作成した Issue
| # | タイトル | ラベル | マイルストーン | 元プラン |
|---|---------|--------|---------------|---------|
| #XX | <タイトル> | <ラベル> | <マイルストーン> | PLAN-XX |
### 棚卸後のマイルストーン状況
| マイルストーン | Open | Closed | 合計 |
|--------------|------|--------|------|
| vX.Y.Z | N | N | N |
注意事項
- 各サブスキルの注意事項に従うこと
- Issue のクローズは慎重に行うこと。判断に迷う場合はクローズしない
- Renovate が管理する Issue(Dependency Dashboard)は操作しない
- すべての操作は
ghCLI を通じて行う
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?