A sample family of reusable GitHub Agentic Workflows.
- 🏷️ Issue Triage - Triage issues and pull requests
- 🏥 CI Doctor - Monitor CI workflows and investigate failures automatically
- ✅ Contribution Guidelines Checker - Review pull requests for compliance with contribution guidelines
- 📚 Weekly Research - Collect research updates and industry trends
- 👥 Daily Repo Status - Assess repository activity and create status reports
- 👥 Daily Team Status - Create upbeat daily team activity summaries with productivity insights
- 📋 Daily Plan - Update planning issues for team coordination
- 📦 Dependabot PR Bundler - Create pull requests to bundle together as many dependabot updates as possible
- 📦 Dependabot Issue Bundler - Create issues that group together dependabot updates related to the same ecosystem
These workflows are triggered by specific "/" commands in issue or pull request comments, allowing for on-demand agentic assistance. Only maintainers or those with write access can trigger these workflows by commenting with the appropriate command.
- 📋 Plan Command - Break down issues into actionable sub-tasks with /plan command
- 🏥 PR Fix - Analyze failing CI checks and implement fixes for pull requests
- 🔍 Repo Ask - Intelligent research assistant for repository questions and analysis
These workflows analyze the repository, code, and activity to produce reports, insights, and recommendations for improvements. They do not make any changes to the codebase directly but can be used as input for maintainers to take action.
You can use the "/plan" agent to turn the reports into actionable issues which can then be assigned to the appropriate team members or agents.
- 🔍 Daily Accessibility Review - Review application accessibility by automatically running and using the application
- 🔎 Daily Adhoc QA - Perform adhoc explorative quality assurance tasks
- 📖 Regular Documentation Update - Update documentation automatically
- ✨ Code Simplifier - Automatically simplify recently modified code for improved clarity and maintainability
- ⚡ Daily Progress - Automated daily feature development following a structured roadmap
- 🧪 Daily Test Coverage Improver - Improve test coverage by adding meaningful tests to under-tested areas
- ⚡ Daily Performance Improver - Analyze and improve code performance through benchmarking and optimization
- 🔥 Daily Backlog Burner - Systematically manage and reduce backlog through strategic cleanup
- 🔧 Q - Workflow Optimizer - Expert system that analyzes and optimizes agentic workflows
Keep your agentic workflows up to date with the latest features and improvements:
gh extensions upgrade github/gh-aw # Update cli extension
gh aw upgrade # Upgrade to latest gh aw engine version
gh aw update # Update added workflowsThis automatically updates agent files, applies codemods, updates actions versions, and recompiles all workflows.
📖 Learn more about GitHub Agentic Workflows
Is your favorite agentic workflow not here? Do you have an idea for a new one? Clone this repo and explore, create! Tell us about it! You can file bugs and feature requests as issues in this repository and share your thoughts in the #continuous-ai channel in the GitHub Next Discord.