Help us improve
Share bugs, ideas, or general feedback.
From iyu
Triage external issues with critical evaluation against project philosophy and scope
npx claudepluginhub iyulab/claude-plugins --plugin iyuHow this skill is triggered — by the user, by Claude, or both
Slash command
/iyu:issueThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze external issues and make decisions aligned with project philosophy. Triage only — do not implement. If implementation is needed, hand off to `/iyu:run`.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Analyze external issues and make decisions aligned with project philosophy. Triage only — do not implement. If implementation is needed, hand off to /iyu:run.
https://github.com/user/repo/issues/123./docs/feature-request.md"Add support for Redis caching"Flags: --quick (decision only, skip deep analysis) | --save (save to ./claudedocs/triage-[date]-[title].md) | --no-research (skip web research)
Fetch issue with ALL comments:
gh issue view <number> --repo <owner/repo> --comments --json title,body,state,comments,labels,author
SKIP if: Already resolved, duplicate, spam, or low-quality AI-generated content (no reproduction steps, generic template language, no project-specific context).
PROCEED if: Unresolved, still reported, or requesting reopen.
Don't take the request at face value:
If classified as a bug:
[Action] → [Component] → [ROOT CAUSE] → [Symptom]Read CLAUDE.md / README.md. Evaluate using the philosophy-alignment-guide.md:
| 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)
Evaluate: Technical Complexity, Breaking Changes, Maintenance Burden, Dependencies.
| Philosophy HIGH | Philosophy LOW | |
|---|---|---|
| Feasibility HIGH | ACCEPT | REDIRECT |
| Feasibility MED | ADAPT | DEFER/REDIRECT |
| Feasibility LOW | DEFER | DECLINE |
For decision examples, see decision-examples.md.
Extract latent insights beyond the immediate request:
Structure by decision type and contributor context. For templates, see response-templates.md.
Phases 1-4 only. One-paragraph decision with rationale.