IDE Support
PR Review Kit works with 18 AI IDEs. The installer configures the correct files for each IDE automatically. How you start the agent depends on your IDE type.
How agents work per IDE
Different IDEs have different ways to invoke AI agents. The installer handles this for you, but it helps to understand the main patterns:
- Slash commands — type
/prr-master(or/prr-master.mdfor Cline) in the chat input - Workflow panel — open the Workflows or Commands panel and select
prr-master - Auto-apply rules — rules are always active (Trae)
- Custom modes or hash references — IDE-specific approach (see Special cases below)
Slash command IDEs
Type /prr-master in the AI chat input to open the full review menu, or /prr-quick to run the full pipeline automatically.
| IDE | Command | Notes |
|---|---|---|
| Claude Code | /prr-master | — |
| Cursor | /prr-master | Requires Cursor 1.6+. Type in Agent mode only — not in regular Chat. |
| Windsurf | /prr-master | Type in Cascade chat, or use the Workflows panel. |
| Cline | /prr-master.md | Cline requires the .md extension in the slash command. |
| Augment Code | /prr-master | — |
| Crush | /prr-master | — |
| Gemini CLI | /prr-master | — |
| iFlow | /prr-master | — |
| QwenCoder | /prr-master | — |
| Roo Code | /prr-master | — |
| Codex | /prr-master | — |
Workflow panel IDEs
Open the Workflows or Commands panel in your IDE and select prr-master from the list.
| IDE | Where to find it |
|---|---|
| Rovo Dev | Workflows panel → prr-master |
| Antigravity | Workflow runner → prr-master |
| OpenCode | Commands panel → prr-master |
Trae is a special case — see below.
Special cases
Cursor
Cursor slash commands (.cursor/commands/) were introduced in Cursor 1.6 and are
currently in beta. They only work in Agent mode — open the Agent panel in Cursor (not the
regular Chat tab) and type /prr-master or /prr-quick.
If you are on an older version of Cursor, update to 1.6 or later first.
Cline
Cline slash commands require the full filename including the .md extension.
Type /prr-master.md or /prr-quick.md in the Cline chat input.
Workflows are installed to .clinerules/workflows/.
Windsurf
Windsurf workflows support two invocation methods: type /prr-master directly in the
Cascade chat, or open the Workflows panel (via the Customizations icon) and select
prr-master from the list. Both work identically.
Workflows are installed to .windsurf/workflows/.
GitHub Copilot
Type #prr-master in the Copilot Chat, or pick PRR Master from the
Agents dropdown. GitHub Copilot uses prompt files (.github/prompts/) and the Agents
dropdown (.github/agents/), not slash commands.
KiloCoder
Switch to the prr-core-prr-master mode from KiloCoder's mode switcher. KiloCoder
registers agents as custom modes in .kilocodemodes.
Kiro
Type #prr-master in the Kiro chat to reference the steering file on-demand.
Kiro uses #filename (hash) to reference steering files from .kiro/steering/
— not slash commands or @ mentions.
Trae
Trae rules installed to .trae/rules/ apply automatically to every AI
response in that workspace — no explicit invocation is needed. Open Trae in your project after
installing prr-kit and the PRR review instructions will be active.
All supported IDEs
The full list of supported AI IDEs:
- Antigravity
- Augment Code
- Claude Code
- Cline
- Codex
- Crush
- Cursor
- Gemini CLI
- GitHub Copilot
- iFlow
- KiloCoder
- Kiro
- OpenCode
- QwenCoder
- Roo Code
- Rovo Dev
- Trae
- Windsurf
New IDEs are added regularly. If your IDE is not listed, check the GitHub repository for the latest support status.