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
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,28 +7,26 @@ A sample family of reusable [GitHub Agentic Workflows](https://githubnext.github
7
7
8
8
## π Available Workflows
9
9
10
-
### Research, Status & Planning Workflows
11
-
-[π Weekly Research](docs/weekly-research.md) - Collect research updates and industry trends
12
-
-[π₯ Daily Team Status](docs/daily-team-status.md) - Assess repository activity and create status reports
13
-
-[π Daily Plan](docs/daily-plan.md) - Update planning issues for team coordination
14
-
15
10
### Depth Triage & Analysis Workflows
16
11
-[π·οΈ Issue Triage](docs/issue-triage.md) - Triage issues and pull requests
17
-
-[π Repo Ask](docs/repo-ask.md) - Intelligent research assistant for repository questions and analysis
18
12
-[π₯ CI Doctor](docs/ci-doctor.md) - Monitor CI workflows and investigate failures automatically
13
+
-[π Repo Ask](docs/repo-ask.md) - Intelligent research assistant for repository questions and analysis
19
14
-[π Daily Accessibility Review](docs/daily-accessibility-review.md) - Review application accessibility by automatically running and using the application
20
15
16
+
### Research, Status & Planning Workflows
17
+
-[π Weekly Research](docs/weekly-research.md) - Collect research updates and industry trends
18
+
-[π₯ Daily Team Status](docs/daily-team-status.md) - Assess repository activity and create status reports
19
+
-[π Daily Plan](docs/daily-plan.md) - Update planning issues for team coordination
20
+
21
21
### Coding & Development Workflows
22
-
-[οΏ½ Daily Progress](docs/daily-progress.md) - Automated daily feature development following a structured roadmap
-[π§ͺ Daily Test Coverage Improver](docs/daily-test-improver.md) - Improve test coverage by adding meaningful tests to under-tested areas
28
28
-[β‘ Daily Performance Improver](docs/daily-perf-improver.md) - Analyze and improve code performance through benchmarking and optimization
29
29
30
-
## π» Coding Tasks Warning
31
-
32
30
> [!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.
0 commit comments