بنقرة واحدة
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).