Commands

While Squadron will automatically review pull requests based on your squadron.yaml file. You can directly interact with Squadron in the following ways:

  • Replying to it's suggestions directly
  • Tagging it using "@squadronai"
  • Issuing commands

Replies

If you reply directly to a comment left by Squadron on a file, Squadron will reply to your question. This can be helpful to get clarification or ask follow up questions about a code suggestion.

Tagging

GitHub treats general comments on pull requests as separate conversations, even if you use the "reply" button. You can include Squadron in your conversation by tagging it:

"@squadronai what do you think?"

Squadron will automatically review all of the conversation.

Commands

Squadron can perform specific actions by using commands. To execute a command, tag squadron like so:

"@squadronai review"

Here is a list of currently supported commands:

  • "review" - will schedule the current pull request for review, if it isn't already under review.