You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,30 +2,25 @@
2
2
3
3
A sample family of reusable [GitHub Agentic Workflows](https://github.github.com/gh-aw/).
4
4
5
-
> [!WARNING]
6
-
> 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.
7
-
8
-
> [!TIP]
9
-
> **π Getting Started**: Want to use these workflows in your own repository? Use our [agentics-template](https://github.com/githubnext/agentics-template) to quickly set up GitHub Agentic Workflows with all the necessary configuration.
10
-
>
11
-
> **[π¦ Create a new repository from the template β](https://github.com/githubnext/agentics-template/generate)**
12
-
13
5
## π Available Workflows
14
6
15
7
### Depth Triage & Analysis Workflows
8
+
16
9
-[π·οΈ Issue Triage](docs/issue-triage.md) - Triage issues and pull requests
17
10
-[π₯ CI Doctor](docs/ci-doctor.md) - Monitor CI workflows and investigate failures automatically
18
11
-[π Repo Ask](docs/repo-ask.md) - Intelligent research assistant for repository questions and analysis
19
12
-[π Daily Accessibility Review](docs/daily-accessibility-review.md) - Review application accessibility by automatically running and using the application
20
13
-[π§ Q - Workflow Optimizer](docs/q.md) - Expert system that analyzes and optimizes agentic workflows
21
14
22
15
### Research, Status & Planning Workflows
16
+
23
17
-[π Weekly Research](docs/weekly-research.md) - Collect research updates and industry trends
24
18
-[π₯ Daily Team Status](docs/daily-team-status.md) - Assess repository activity and create status reports
25
19
-[π Daily Plan](docs/daily-plan.md) - Update planning issues for team coordination
26
20
-[π Plan Command](docs/plan.md) - Break down issues into actionable sub-tasks with /plan command
27
21
28
22
### Coding & Development Workflows
23
+
29
24
-[β‘ Daily Progress](docs/daily-progress.md) - Automated daily feature development following a structured roadmap
@@ -34,9 +29,6 @@ A sample family of reusable [GitHub Agentic Workflows](https://github.github.com
34
29
-[π§ͺ Daily Test Coverage Improver](docs/daily-test-improver.md) - Improve test coverage by adding meaningful tests to under-tested areas
35
30
-[β‘ Daily Performance Improver](docs/daily-perf-improver.md) - Analyze and improve code performance through benchmarking and optimization
36
31
37
-
> [!WARNING]
38
-
> 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.
39
-
40
32
## π¬ Share Feedback
41
33
42
34
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](https://gh.io/next-discord).
0 commit comments