Skip to main content
Use this page as the source of truth for Propel command syntax.

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.
Screenshot of a GitHub pull request comment using /propel review.
Add commands directly in the pull request conversation.

Core commands

Command examples

Run a fresh review:
Resolve old threads and run a clean pass:
Save a reusable rule:
Create a ticket from an inline finding:

Natural language requests

Propel also supports natural language requests in pull request comments. Examples:
  • @propel remember always validate external payloads before writes
  • add test case for null and empty inputs
Propel classifies these requests and routes them to the right action.

Troubleshooting

  • If /propel create-ticket fails, 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

  1. Configure ticket destinations in Ticket destination.
  2. Capture reusable guidance in Knowledge base.
  3. Review behavior in Review settings.