Skip to main content
Mesa’s agent swarm is a powerful tool for summarizing pull requests and providing feedback. The Mesa system uses configurable sub-agents and rules to provide consistent, contextual feedback based on your team’s coding standards and practices.

Triggering Reviews

By default, Mesa will review all pull requests automatically when they are opened or reopened. Code reviews can also be triggered manually in the following ways:
  • When a user types /review in a discussion comment
  • When a user mentions @mesa-dot-dev review in a discussion comment
For more information on how to customize review triggers, see the documentation on review configuration and commands.

Triggering Descriptions

By default, Mesa will generate descriptions for your pull requests automatically when they are opened or reopened. Descriptions can also be triggered manually in the following ways:
  • When a user types /describe in a discussion comment
  • When a user mentions @mesa-dot-dev describe in a discussion comment
For more information on how to customize description triggers, see the documentation on description configuration and commands.

Customizing Your Reviews and Descriptions

Mesa provides a lot of flexibility in how you can customize your reviews and descriptions. For more information on how to customize your reviews and descriptions, see the documentation on review configuration, description configuration, and expert agents.