← スキル一覧に戻る

issue-pr-triage
by iyulab
⭐ 0🍴 0📅 2026年1月21日
SKILL.md
name: Issue & PR Triage description: This skill should be used when the user asks to "triage an issue", "evaluate a feature request", "should I accept this issue", "analyze GitHub issue", "review this pull request", "review this PR", "should I merge this PR", "is this PR ready", "code review this", "review this contribution", "is this in scope", "how should I respond to this issue", "decline this request", "accept this contribution", "find similar bugs", "detect patterns", "root cause analysis", "fix this bug comprehensively", "give feedback on this PR", "is this secure", "security review", or discusses whether to accept, reject, adapt, defer, merge, or redirect an external contribution (issue or PR) to a project.
Issue & PR Triage Framework
A framework for evaluating external Issues/PRs against project philosophy.
Core Philosophy
"Every issue is an opportunity" - Even declines can improve documentation or reveal API gaps.
"Think 10 from 1" - Extract ten insights from one request.
"Every contribution is a gift" - Honor the contributor's time investment.
"Mentor, not gatekeeper" - Help them succeed.
Issue Decision Matrix
| Philosophy HIGH | Philosophy LOW |
-----------------|-----------------|-----------------|
Feasibility HIGH | ACCEPT | REDIRECT |
Feasibility MED | ADAPT | DEFER/REDIRECT |
Feasibility LOW | DEFER | DECLINE |
PR Decision Matrix
| Quality HIGH | Quality LOW |
-----------------|----------------------|----------------------|
Philosophy HIGH | APPROVE | MERGE_WITH_FIXES |
Philosophy MED | APPROVE_WITH_NOTES | REQUEST_CHANGES |
Philosophy LOW | REDIRECT | DECLINE |
Quick Reference
Issue Verdicts
- ACCEPT: Implement as requested
- ADAPT: Implement differently
- DEFER: Not now, provide roadmap
- REDIRECT: Out of scope, provide alternatives
- DECLINE: Philosophy mismatch, explain respectfully
PR Verdicts
- APPROVE: Ready to merge
- MERGE_WITH_FIXES: Merge, maintainer fixes
- REQUEST_CHANGES: Specific fixes needed
- REDIRECT: Different approach needed
- DECLINE: Philosophy mismatch
Severity Levels (PR)
| 🔴 Blocker | 🟠 Major | 🟡 Minor | 🟢 Nitpick | ✨ Praise |
Bug Risk Levels
| 🔴 Critical | 🟠 High | 🟡 Medium | 🟢 Low |
Commands
For full workflow:
# Issue triage
/iyu:issue <url | file | "text">
/iyu:issue <input> --quick
# PR review
/iyu:pr <pr-url | #number>
/iyu:pr <input> --quick
/iyu:pr <input> --security-focus
Integration
This framework leverages Claude's capabilities:
- Code review: Claude performs, iyu provides severity classification framework
- Security review: Claude detects, iyu applies "security issues are always Blocker" policy
- Communication: Claude writes, iyu provides response structure per Decision
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です