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 three main patterns:
- Slash commands — type
/prr-masterin the chat input - Workflow panel — open the Workflows panel and select
prr-master - Custom modes or references — IDE-specific approach (see below)
Slash command IDEs
Type /prr-master in the AI chat to open the full review menu, or /prr-quick to run the full pipeline automatically.
| IDE | Command |
|---|---|
| Claude Code | /prr-master |
| Cursor | /prr-master |
| Auggie | /prr-master |
| Crush | /prr-master |
| Gemini CLI | /prr-master |
| iFlow | /prr-master |
| QwenCoder | /prr-master |
| Roo Cline | /prr-master |
| Codex | /prr-master |
Workflow panel IDEs
Open the Workflows panel in your IDE and select prr-master from the list.
| IDE | Where to find it |
|---|---|
| Windsurf | Workflows panel → prr-master |
| Cline | Workflow runner → prr-master |
| Rovo Dev | Workflows panel → prr-master |
| Trae | Workflow runner → prr-master |
| Antigravity | Workflow runner → prr-master |
| OpenCode | Commands panel → prr-master |
Special cases
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
Reference the master agent in Kiro chat: @_prr/core/agents/prr-master.md. Kiro uses
steering files from .kiro/steering/.
All supported IDEs
The full list of supported AI IDEs:
- Antigravity
- Auggie
- Claude Code
- Cline
- Codex
- Crush
- Cursor
- Gemini CLI
- GitHub Copilot
- iFlow
- KiloCoder
- Kiro
- OpenCode
- QwenCoder
- Roo Cline
- Rovo Dev
- Trae
- Windsurf
New IDEs are added regularly. If your IDE is not listed, check the GitHub repository for the latest support status.