Proofread
Proofread and tighten text — fix grammar, clarity, and tone — and show what changed. Use when the user wants writing improved.
Research Brief
Answer a question with a short, sourced research brief. Use for "research X", "what's the latest on Y", or fact-finding that needs citations.
Unit Tests
Write unit tests for a function or module. Use when the user shares code and wants tests for it.
Email Reply
Draft a clear, professional email reply from a few bullet points and the desired tone. Use when the user wants help responding to an email.
Summarize Url
Summarize a web page or article from a URL. Use when the user shares a link and wants the gist or key points.
Flashcards
Turn notes or a topic into a set of question/answer study flashcards. Use when the user wants to revise or memorise material.
Meeting Notes
Turn raw meeting notes or a transcript into clean minutes. Use when the user pastes messy notes and wants them structured.
Explain Simply
Explain a complex topic in plain language with an everyday analogy. Use when the user wants something demystified or "explained simply".
Changelog
Turn a list of commits or changes into a release changelog (Keep a Changelog format). Use when preparing release notes.
Commit Message
Write a Conventional Commits message from a description of code changes. Use when the user asks for a commit message or describes a diff.
Decision Matrix
Weigh options against weighted criteria to support a decision. Use when the user is choosing between alternatives.
Sql Query
Write a SQL query from a plain-English request and a table schema. Use when the user wants a query written, explained, or fixed.
Regex Builder
Build and explain a regular expression from a description, with examples. Use when the user needs a regex or wants one explained.
Code Review
Review a code snippet for bugs, security issues, and style, with concrete fixes. Use when the user shares code and asks for feedback or a review.