📄️ Simple Pull Request Workflow
This example shows how a Bosun task can create a file from user input and immediately open a draft pull request so reviewers see the change.
📄️ Fix Linter Errors Dynamically
This example demonstrates a more advanced Bosun workflow that dynamically identifies linter errors in your codebase and then spawns individual AI agents to fix each error. This showcases the power of combining run steps for command execution with for_each loops and agent steps for targeted, automated code remediation.
📄️ Run Tasks from GitHub Issues
Bosun can trigger tasks directly from GitHub issues. Mention the Bosun GitHub App in an issue comment and choose the action you want to run—the platform takes care of the rest.