address-review
Use when addressing PR review comments from Copilot, bots, or humans. Triggers on "fix review comments", "address Copilot feedback", "respond to PR comments".
changelog
Use when generating a changelog from recent merged PRs or documenting releases. Triggers on "write changelog", "release notes", "what shipped".
code-review
Use when reviewing a PR or posting code review feedback to GitHub. Triggers on "review this PR", "code review", "check this pull request".
complexity
Use when reducing cognitive complexity, flattening nested code, or simplifying functions. Triggers on "reduce complexity", "simplify", "too nested".
debug
Use when debugging errors, diagnosing failures, or tracing root causes from error output. Triggers on "debug this", "why is this failing", "trace the error".
deslop
Use when removing AI-generated slop, cleaning up verbose code, or removing unnecessary defensive checks. Triggers on "remove slop", "clean up AI code", "deslop".
e2e-testing
Use when implementing E2E tests, debugging flaky tests, testing web applications with Playwright, or establishing E2E testing standards. Triggers on "e2e test", "end-to-end", "Playwright", "flaky test", "browser test".
fix-tests
Use when tests are failing and need systematic fixing until all pass. Triggers on "fix tests", "tests failing", "make tests pass".
interview-me
Use when the user provides an idea, feature request, Linear ticket, or concept that needs fleshing out. Triggers on "interview me about X", "help me spec out Y", "I have an idea for Z", "flesh out this idea".
md2docs
Convert a Markdown file into a nicely formatted Google Doc and open it in the browser. Use when the user wants to create a Google Doc from a .md file, share markdown content as a Google Doc, or invoke /md2docs. Handles headings, bold, italic, inline code, fenced code blocks, tables, lists, links, horizontal rules, and mermaid diagrams.
pr-description
Use when writing or updating a PR description on GitHub. Triggers on "write PR description", "update PR body", "describe this PR".
pr
Use when shipping local work as a pull request. Triggers on "ship it", "create PR", "open PR", "submit PR", "/pr".
prd
Use when writing a PRD from a Linear ticket or feature request. Triggers on "write PRD", "create requirements doc", "PRD from ticket".
prompt-engineering
Use when writing commands, hooks, skills for agents, or prompts for sub-agents or any other LLM interaction. Triggers on "optimize prompt", "improve LLM output", "prompt template", "write a skill", "system prompt".
prove-work
Use when generating visual proof-of-work GIFs for PRs, recording browser demos of completed features, or creating animated artifacts of UI changes. Triggers on "prove work", "record demo", "GIF for PR", "visual proof", "proof of work", "/prove-work".
refactor
Use when refactoring code for simplicity, removing duplication, or applying KISS/DRY/SOLID/YAGNI. Triggers on "refactor", "clean up code", "apply DRY".
skilling-it
Use when creating, writing, editing, or improving Claude Code skills. Triggers on "create a skill", "write a skill", "improve skill", "skill description", "SKILL.md".
stickify
Use when writing or improving communications to be more memorable and persuasive. Applies when drafting pitches, presentations, marketing copy, product messaging, emails, announcements, or any text that needs to stick. Also use proactively whenever producing copy that would benefit from stickiness -- landing pages, taglines, investor updates, team announcements, product descriptions. Triggers on "stickify", "make this sticky", "make this memorable", "SUCCESs framework", "Made to Stick".
write-tests
Use when writing unit tests for code changes or new functionality. Triggers on "write tests", "add tests", "test this code".