A sample family of reusable GitHub Agentic Workflows.
Warning
GitHub Agentic Workflows are a research demonstrator, and these workflows are demonstrator samples only. They are not intended for production use. Use at your own risk.
- 📚 Weekly Research - Collect research updates and industry trends
- 👥 Daily Team Status - Assess repository activity and create status reports
- 📋 Daily Plan - Update planning issues for team coordination
- 🏷️ Issue Triage - Triage issues and pull requests
- 🏥 CI Doctor - Monitor CI workflows and investigate failures automatically
- 🔍 Daily Accessibility Review - Review application accessibility by automatically running and using the application
- 📦 Daily Dependency Updater - Update dependencies and create pull requests
- 📖 Regular Documentation Update - Update documentation automatically
- 🏥 PR Fix - Analyze failing CI checks and implement fixes for pull requests
- 🔎 Daily Adhoc QA - Perform adhoc explorative quality assurance tasks
- 🧪 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
[!WARNING] The workflows that help with coding tasks should be installed with caution and used only experimentally, then disabled. While the tasks are executed within GitHub Actions and have no access to secrets, they still operate in an environment where outward network requests are allowed. This means untrusted inputs such as issue descriptions, comments, and code could potentially be exploited to direct the models to access external content that in turn could be malicious. Pull requests and other outputs must be reviewed very carefully before merging.
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.