Comprehensive code review that runs all installed review skills in parallel and consolidates findings into one actionable report. Use any time a user wants their code, diff, or branch reviewed — triggers on: "check my changes", "look over my diff", "review this before I merge", "anything look off?", "second set of eyes", "review PR #N", or pre-PR sanity checks. Use for code review intent — not for git help, writing PR descriptions, or explaining diffs.
Deep-dive codebase analysis that generates innovative, high-leverage feature ideas and improvements. Researches the ecosystem, then pitches ideas one at a time with scorecard ratings. Accepts an optional count and brief: /pitch [N] [brief]. Use when the user asks "what should I build next?", "pitch me ideas", "what's the smartest thing to add?", "innovate on this codebase", "suggest features", or runs /pitch. Works on any language, framework, or project type.
Create git commits with optional intelligent grouping, push, and PR creation. Use when committing changes — standard single commit, logically grouped commits, pushing, or creating a PR.
Deep competitive intelligence for any product. Reads the current project's code and documentation to understand what the product does, then searches the web for competitors and visits each competitor's site live to research pricing, features, copywriting, design, and positioning. Use when the user asks for competitor research, competitive landscape, market analysis, "who are our competitors", or wants to compare their product against alternatives. Produces either a structured Markdown report or an interactive self-contained HTML dashboard. Persists findings to .claude/competitor-data.yaml for use by other skills.
Triage a review bot's comments on a GitHub PR. Re-reviews each comment against the actual code, applies valid fixes, dismisses false positives, and posts a summary comment on the PR. Use when asked to "handle the bot review", "triage bot comments", "check the bot's feedback", or "review the bot review on PR #N".
Generate step-by-step walkthrough guides for testing features or bug fixes. Auto-detects code changes from git diff or PR. Use when the user asks to create testing instructions, QA documentation, or says "write a walkthrough" after implementing a feature.