Where commands work
- Add commands in pull request comments.
- Use inline code comments when you want to create a follow-up ticket.
- Use general pull request comments for review, clean review, and knowledge capture commands.

Add commands directly in the pull request conversation.
Core commands
| Command | What it does | Where to run it |
|---|---|---|
/propel review | Triggers a code review run for the pull request. | General pull request comment |
/propel clean review | Resolves existing review threads, then runs a fresh review. | General pull request comment |
/propel add to knowledge base "<rule>" | Saves a rule so Propel can apply it in future reviews. | General pull request comment |
/propel create-ticket <instructions> | Creates a follow-up ticket from a specific finding. | Inline code comment |
@auto | Auto-generates the pull request title. | Pull request title |
{ticket_id} @auto | Auto-generates the title and keeps your ticket ID prefix. | Pull request title |
Command examples
Run a fresh review:Natural language requests
Propel also supports natural language requests in pull request comments. Examples:@propel remember always validate external payloads before writesadd test case for null and empty inputs
Troubleshooting
- If
/propel create-ticketfails, confirm your default destination is configured in Administration -> Settings -> Tickets. - If ticket creation fails for Linear, reconnect in Linear integration.
- If commands are ignored, confirm you posted them as pull request comments and not in an unrelated thread.
Next steps
- Configure ticket destinations in Ticket destination.
- Capture reusable guidance in Knowledge base.
- Review behavior in Review settings.