Skip to content

Commit 9c3c74b

Browse files
committed
change order
1 parent 4701590 commit 9c3c74b

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,26 @@ A sample family of reusable [GitHub Agentic Workflows](https://githubnext.github
77
88
## πŸ“‚ Available Workflows
99

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-
1510
### Depth Triage & Analysis Workflows
1611
- [🏷️ 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
1812
- [πŸ₯ 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
1914
- [πŸ” Daily Accessibility Review](docs/daily-accessibility-review.md) - Review application accessibility by automatically running and using the application
2015

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+
2121
### Coding & Development Workflows
22-
- [οΏ½ Daily Progress](docs/daily-progress.md) - Automated daily feature development following a structured roadmap
23-
- [οΏ½πŸ“¦ Daily Dependency Updater](docs/daily-dependency-updates.md) - Update dependencies and create pull requests
22+
- [⚑ Daily Progress](docs/daily-progress.md) - Automated daily feature development following a structured roadmap
23+
- [πŸ“¦ Daily Dependency Updater](docs/daily-dependency-updates.md) - Update dependencies and create pull requests
2424
- [πŸ“– Regular Documentation Update](docs/update-docs.md) - Update documentation automatically
2525
- [πŸ₯ PR Fix](docs/pr-fix.md) - Analyze failing CI checks and implement fixes for pull requests
2626
- [πŸ”Ž Daily Adhoc QA](docs/daily-qa.md) - Perform adhoc explorative quality assurance tasks
2727
- [πŸ§ͺ Daily Test Coverage Improver](docs/daily-test-improver.md) - Improve test coverage by adding meaningful tests to under-tested areas
2828
- [⚑ Daily Performance Improver](docs/daily-perf-improver.md) - Analyze and improve code performance through benchmarking and optimization
2929

30-
## πŸ’» Coding Tasks Warning
31-
3230
> [!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.
3331
3432
## πŸ’¬ Share Feedback

0 commit comments

Comments
Β (0)