Use when the user gives a list of 2-10 Bags.fm token addresses and asks for a basket review, portfolio analysis, "how is my Bags portfolio doing", or "should I rebalance". Combines portfolio_score, individual rug checks, and rebalancing suggestions.
Use when the user asks "is this token a rug", "vet this contract", "check this Bags.fm token for safety", "should I be worried about X", or any safety / rug evaluation question. Runs a 4-stage rug check using multiple public data sources.
Use when the user asks "what's trending on Bags.fm", "what new launches today", "find me some Bags tokens", "scan Bags.fm", or any general discovery question about Bags.fm Solana memecoins. This skill runs the trending → score → filter flow and presents top survivors with concrete metrics.
Diagnose and prioritize bugs systematically. Use when the user reports a bug, error, crash, broken feature, or something that doesn't work. Walks through reproduction, P0-P4 classification, 5 hypothesis types (recent change, environment, race condition, dependency, data), quick-fix vs root-fix decision, and regression test addition.
Explain code clearly with step-by-step walkthrough. Use when the user asks to explain code, asks 'what does this do', 'how does this work', or ELI5. Produces 6-section structured explanation: high-level summary, step-by-step, design rationale, concrete I/O example, edge cases, common mistakes.
Triage and diagnose a production incident with structured root-cause analysis. Use when the user reports something is broken in production — site down, errors spiking, customer complaints, weird data, performance degradation. Walks through severity classification, blast radius assessment, hypothesis generation, log/metric review, root cause identification, mitigation, and post-mortem capture.
Generate a thorough pull request description from a git diff. Use when the user asks to write a PR description or pull request summary. Reads git diff main...HEAD, groups related changes, generates structured PR description with Summary, Why, Changes (per file), Testing checklist, screenshots placeholder, migration notes, and related issues.
6-section checklist for thorough PR review