Workflow Triggers Reference

Document configuring workflow triggers for AI agents in workflow.json.

9|2|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/overcut-ai/overcut-playbooks --skill workflow-triggers-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Workflow Triggers Reference
Source: https://github.com/overcut-ai/overcut-playbooks/tree/main/.agents/skills/workflow-triggers
Command: npx skills add https://github.com/overcut-ai/overcut-playbooks --skill workflow-triggers-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance on configuring the triggers array in workflow.json, enabling precise control over when your AI workflows execute based on various events and conditions.

Core Features & Use Cases

  • Event-Driven Automation: Trigger workflows based on GitHub events like issue creation, PR merges, or comments.
  • Conditional Logic: Define complex rules using combinators (and, or) and operators to filter trigger events.
  • Scheduled Execution: Set up recurring workflows using cron expressions.
  • Manual Triggers: Integrate workflows with slash commands for on-demand execution.
  • Use Case: Automatically trigger a code review workflow when a pull request is opened, but only if it's not a draft PR and targets the develop branch.

Quick Start

Configure your workflow to trigger when an issue is labeled with 'bug' or 'enhancement'.

Frequently Asked Questions about Workflow Triggers Reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure workflow triggers to run on specific GitHub events?

Workflow triggers use combinators like `and` and `or` alongside operators to filter trigger events, allowing you to define complex rules such as excluding draft PRs or targeting specific branches before execution.

Can I set up a cron schedule for recurring automated workflows?

Manual triggers are configured by integrating workflows with slash commands, enabling on-demand execution of your automated processes directly through user input.

How do I automatically trigger a code review workflow only for non-draft PRs?

To automatically trigger a code review for non-draft PRs, configure conditional logic in your triggers array using combinators to filter out draft pull requests and target specific branches like `develop`.

Does this workflow triggers reference support manual execution via slash commands?

Use this reference when you need precise control over automated workflow execution based on repository events, scheduled cron intervals, or conditional logic filtering, ensuring processes run only under specific conditions.