Triggers define when a Use Case should start—based on events from GitHub, GitLab, Jira, or manual input.
/review
).slash_command
trigger fires when Overcut detects a comment that begins with the configured command string (for example, /review
). This works across all platforms—GitHub pull requests, Jira issues, GitLab merge requests, and more. If requireMention
is enabled in the trigger settings, the command must follow an @overcut
mention.For detailed setup instructions, see the Slash Command Guide.Event Received
Event Normalization
issue_opened
, issue_commented
).Match Trigger Type
Check Conditions
Start Execution
Create a new Use Case
Use Cases
tab and click Create Use Case
.Edit the Trigger block
Connect actions and agents
repo.identify
step after your trigger. This step uses AI-powered analysis to determine which code repositories are most relevant to the ticket context. Learn more in our Repository Mapping guide.