원클릭으로
issue-triage
Triage all open issues — analyze complexity, feasibility, and whether user decisions are needed
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Triage all open issues — analyze complexity, feasibility, and whether user decisions are needed
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Audit and improve repository health — docs sync, best practices, skill extraction, and maintenance recommendations
List all currently open issues
Create a new issue in doc/issues/
Fix all mechanically fixable issues identified by issue-triage
| name | issue-triage |
| description | Triage all open issues — analyze complexity, feasibility, and whether user decisions are needed |
| argument-hint | [issue-number] |
Analyze all open issues in doc/issues/ and classify each by complexity, whether it can be fixed mechanically, and whether it requires user design decisions.
Read the rules: Read doc/issues/CLAUDE.md to understand the triage section format.
Collect open issues: List all *.md files in doc/issues/ (excluding CLAUDE.md and the resolved/ subdirectory). Read each file and filter to those with status: open or status: in-progress.
Triage each issue using subagents: For each open issue, launch an Agent (subagent) to analyze it. The subagent should:
SPEC.md and relevant source files to understand the context.## Description or add a new ## Implementation Notes section with the concrete plan, open questions, and specific decision points for the user.requires user decision: yes/no — some non-mechanical issues may still not need user input once the plan is fleshed out.Run subagents in parallel where possible for efficiency.
Update issue files: For each triaged issue, append or update the ## Triage section in the issue file with the results, following the format in doc/issues/CLAUDE.md. Update the updated date in the frontmatter.
Present summary: After all issues are triaged, present a summary to the user organized into two groups:
| Issue | Title | Priority | Complexity | Summary |
|---|---|---|---|---|
| #NNNN | ... | ... | ... | ... |
| Issue | Title | Priority | Complexity | Decision needed |
|---|---|---|---|---|
| #NNNN | ... | ... | ... | ... |
## Triage section, re-analyze it (the codebase may have changed since the last triage).