issue
Triages external issues with critical evaluation against project philosophy and scope
What this skill does
# Issue Triage Analyze external issues and make decisions aligned with project philosophy. Triage only — do not implement. If implementation is needed, hand off to `/iyu:run`. ## Input - **URL**: `https://github.com/user/repo/issues/123` - **File**: `./docs/feature-request.md` - **Text**: `"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) ## Process ### Phase 0: Actionability Check (GitHub/GitLab URLs only) 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. ### Phase 1: Deep Understanding Don't take the request at face value: - **Surface Request**: What they're literally asking for - **Underlying Need**: The real problem they're solving - **Root Cause**: Why did this request emerge? What project gap? - **Prevention**: What would have made this request unnecessary? ### Phase 1.5-1.8: Bug Deep Dive (bugs only) If classified as a bug: - **Root Cause Analysis**: Symptom ≠ cause. Build hypothesis tree, trace cause chain: `[Action] → [Component] → [ROOT CAUSE] → [Symptom]` - **Similar Pattern Detection**: After identifying root cause, search for the same pattern elsewhere. Classify by risk (Critical/High/Medium/Low). See [pattern-detection-guide.md](../mindset/references/pattern-detection-guide.md). - **Solution Research**: For complex bugs (5+ files, unfamiliar territory, security/performance), use WebSearch for latest approaches. See [research-methodology.md](references/research-methodology.md). ### Phase 2: Philosophy Alignment Read CLAUDE.md / README.md. Evaluate using the [philosophy-alignment-guide.md](../mindset/references/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) ### Phase 3: Feasibility Assessment Evaluate: Technical Complexity, Breaking Changes, Maintenance Burden, Dependencies. ### Phase 4: Decision | | Philosophy HIGH | Philosophy LOW | |--|-----------------|----------------| | Feasibility HIGH | ACCEPT | REDIRECT | | Feasibility MED | ADAPT | DEFER/REDIRECT | | Feasibility LOW | DEFER | DECLINE | For decision examples, see [decision-examples.md](../mindset/references/decision-examples.md). ### Phase 5: "Think 10 from 1" (skip if --quick) Extract latent insights beyond the immediate request: - **Documentation gap**: What wasn't clearly documented? - **API gap**: Does current API make this use case unnecessarily difficult? - **Example gap**: What example would have answered this? - **Architecture signal**: Does this reveal a structural weakness? - **Preventive actions**: FAQ, error messages, documentation to prevent recurrence ### Phase 6: Response Draft Structure by decision type and contributor context. For templates, see [response-templates.md](references/response-templates.md). ### Quick Mode (--quick) Phases 1-4 only. One-paragraph decision with rationale.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.