From iyu
Use when discussing whether to accept, reject, or redirect an external issue or PR. Triggers on "triage this issue", "evaluate this feature request", "should I accept/merge this", "is this in scope", "review this PR/contribution", "how should I respond to this issue".
How this skill is triggered — by the user, by Claude, or both
Slash command
/iyu:issue-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Evaluate external Issues/PRs against project philosophy. The goal is not just to decide on the request — it's to **discover latent work** the request reveals.
Evaluate external Issues/PRs against project philosophy. The goal is not just to decide on the request — it's to discover latent work the request reveals.
| Dimension | Question |
|---|---|
| Core Mission Fit | Serves project's core purpose? |
| Scope Alignment | Library vs application responsibility? |
| Pattern Consistency | Consistent with existing architecture? |
| User Base Impact | Benefits majority or niche? |
Overall: High (4-5 avg) / Medium (3-3.9) / Low (1-2.9)
| Philosophy HIGH | Philosophy LOW |
-----------------|-----------------|-----------------|
Feasibility HIGH | ACCEPT | REDIRECT |
Feasibility MED | ADAPT | DEFER/REDIRECT |
Feasibility LOW | DEFER | DECLINE |
| Quality HIGH | Quality LOW |
-----------------|----------------------|----------------------|
Philosophy HIGH | APPROVE | MERGE_WITH_FIXES |
Philosophy MED | APPROVE_WITH_NOTES | REQUEST_CHANGES |
Philosophy LOW | REDIRECT | DECLINE |
Issues: ACCEPT / ADAPT / DEFER / REDIRECT / DECLINE PRs: APPROVE / APPROVE_WITH_NOTES / MERGE_WITH_FIXES / REQUEST_CHANGES / REDIRECT / DECLINE
| 🔴 Blocker | 🟠 Major | 🟡 Minor | ✨ Praise (required) |
| 🔴 Critical | 🟠 High | 🟡 Medium | 🟢 Low |
/iyu:issue <url | file | "text"> # Full triage
/iyu:issue <input> --quick # Decision only
/iyu:pr <pr-url | #number> # Full review
/iyu:pr <input> --quick # Blockers only
npx claudepluginhub iyulab/claude-plugins --plugin iyuGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.