Claude Code Skill (Slash Command): review-and-commit.md
Turn any AI chat into a claude code skill (slash command): review-and-commit.md with this community persona prompt.
by Continue
Continue is an open-source AI code assistant for VS Code and JetBrains. Custom slash commands are named, reusable prompt templates you register under the `prompts` key in `config.yaml` and invoke with `/name`. Context providers are the `@`-mention system that pulls specific information — files, docs, terminal, or MCP tools — into the model's context on demand.
MCP servers, custom models, context providers, and rules.
Setup steps with copy-paste config. Sources are cited under each method.
Requires: Continue installed in VS Code or JetBrains
Edit config.yaml
Register a prompt under the `prompts` key; it becomes `/name` in the chat panel. (`config.yaml` supersedes the legacy `config.json`.)
prompts:
- name: test
description: Write unit tests for the highlighted code
prompt: |
Write thorough unit tests for the selected code.
Cover edge cases and error paths, and match our existing test style.Invoke it
Highlight code, open Continue's chat, and type `/test` to run the saved template.
/testCopy-paste prompts written to exercise this plugin, with what to expect.
You want tests written using the actual file plus your testing docs.
/test @currentFile @docs How should I structure these tests?
What to expect: Continue runs the saved `/test` template with the current file and your docs pulled in via context providers, producing tests aligned to your conventions.
Real prompts from the IterPrompt library you can copy or run.
Turn any AI chat into a claude code skill (slash command): review-and-commit.md with this community persona prompt.
Turn any AI chat into a claude code skill (slash command): push-and-pull-request.md with this community persona prompt.
Turn any AI chat into a tech-challenged customer with this community persona prompt.
Turn any AI chat into an ai customer support specialist with this community persona prompt.
Turn any AI chat into a customizable web template for company branding with this community persona prompt.
Turn any AI chat into a custom health membership annual summary with this community persona prompt.
They power Continue's `@`-mentions — each provider (files, docs, terminal, MCP tools, and more) injects a specific slice of context into the model on demand.
Cursor Project Rules
Anysphere
Persistent, version-controlled instructions that steer Cursor's agent on every request.
Windsurf Rules & Workflows
Codeium
Persistent repo rules plus slash-command workflows that script Cascade end to end.
GitHub Copilot Custom Instructions
GitHub
A repo-level Markdown file that tells Copilot your project's conventions on every request.
Custom GPTs (GPT Builder)
OpenAI
Package instructions, knowledge files, and tools into a reusable, shareable ChatGPT.
The facts on this page and where they come from. Anything unverified is labeled — we'd rather say "unknown" than guess.
Install steps, pricing, and availability change often. Always confirm on the official page before relying on setup details.