Skip to content

Commit d7e7366

Browse files
authored
Revise workflow sections and add new workflows
Updated workflow sections and descriptions in README.md, consolidating maintainer workflows and adding issue farming workflows.
1 parent eff3da8 commit d7e7366

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,27 @@ A sample family of reusable [GitHub Agentic Workflows](https://github.github.com
44

55
## πŸ“‚ Available Workflows
66

7-
### Triage Workflows
7+
### Maintainer Workflows
88

9-
- [🏷️ Issue Triage](docs/issue-triage.md) - Triage issues and pull requests
10-
- [🌳 Issue Arborist](docs/issue-arborist.md) - Automatically organize issues by linking related issues as parent-child sub-issues
9+
Make software maintenance enjoyable! From basic issue triage to Repo Assist - a powerful triage multi-task backlog burner, issue labeller, bug fixer and general repository assistant. Other workflows help gate your repository.
10+
11+
- [🏷️ Issue Triage](docs/issue-triage.md) - Triage labelling of issues and pull requests and not much more
12+
- [πŸ€– Repo Assist](docs/repo-assist.md) - A regular, pervasive all-tools repository assistant that triages issues, investigates issues, replies with comments, fixes bugs, proposes engineering improvements, and maintains activity summaries
13+
- [πŸ›‘οΈ AI Moderator](docs/ai-moderator.md) - Automatically detect and moderate spam, link spam, and AI-generated content
1114

1215
### Fault Analysis Workflows
1316

17+
Investigate faults proactively and improve CI.
18+
1419
- [πŸ₯ CI Doctor](docs/ci-doctor.md) - Monitor CI workflows and investigate failures automatically
1520
- [πŸš€ CI Coach](docs/ci-coach.md) - Optimize CI workflows for speed and cost efficiency
1621

17-
## Maintainer
18-
19-
- [πŸ€– Repo Assist](docs/repo-assist.md) - Daily repository assistant that triages issues, fixes bugs, proposes improvements, and maintains activity summaries
20-
- [πŸ›‘οΈ AI Moderator](docs/ai-moderator.md) - Automatically detect and moderate spam, link spam, and AI-generated content
21-
- [πŸ” Contribution Check](docs/contribution-check.md) - Regularly review batches of open PRs against contribution guidelines and create prioritized reports
22-
- [πŸ”’ Sub-Issue Closer](docs/sub-issue-closer.md) - Automatically close parent issues when all their sub-issues are complete
23-
- [πŸ“° Tech Content Editorial Board](docs/tech-content-editorial-board.md) - Daily tech content editorial-board review of technical rigor, wording, structure, and editorial quality
24-
2522
### Code Review Workflows
2623

27-
- [βœ… Contribution Guidelines Checker](docs/contribution-guidelines-checker.md) - Review pull requests for compliance with contribution guidelines
2824
- [😀 Grumpy Reviewer](docs/grumpy-reviewer.md) - On-demand opinionated code review by a grumpy but thorough senior developer
2925
- [πŸ” PR Nitpick Reviewer](docs/pr-nitpick-reviewer.md) - On-demand fine-grained code review focusing on style, conventions, and subtle improvements
26+
- [πŸ” Contribution Check](docs/contribution-check.md) - Regularly review batches of open PRs against contribution guidelines and create prioritized reports
27+
- [βœ… Contribution Guidelines Checker](docs/contribution-guidelines-checker.md) - Review pull requests for compliance with contribution guidelines
3028

3129
### Research, Status & Planning Workflows
3230

@@ -39,6 +37,7 @@ A sample family of reusable [GitHub Agentic Workflows](https://github.github.com
3937
- [πŸ“‹ Daily Plan](docs/daily-plan.md) - Update planning issues for team coordination
4038
- [πŸ” Discussion Task Miner](docs/discussion-task-miner.md) - Extract actionable improvement tasks from GitHub Discussions and create tracked issues
4139
- [πŸ—ΊοΈ Weekly Repository Map](docs/weekly-repo-map.md) - Visualize repository file structure and size distribution with a weekly ASCII tree map
40+
- [πŸ“° Tech Content Editorial Board](docs/tech-content-editorial-board.md) - Daily tech content editorial-board review of technical rigor, wording, structure, and editorial quality
4241

4342
### Dependency Management Workflows
4443

@@ -49,6 +48,8 @@ A sample family of reusable [GitHub Agentic Workflows](https://github.github.com
4948

5049
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.
5150

51+
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.
52+
5253
- [πŸ“Š Archie](docs/archie.md) - Generate Mermaid diagrams to visualize issue and pull request relationships with /archie command
5354
- [πŸ“‹ Plan Command](docs/plan.md) - Break down issues into actionable sub-tasks with /plan command
5455
- [πŸ₯ PR Fix](docs/pr-fix.md) - Analyze failing CI checks and implement fixes for pull requests
@@ -58,8 +59,6 @@ These workflows are triggered by specific "/" commands in issue or pull request
5859

5960
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.
6061

61-
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.
62-
6362
- [πŸ” Daily Accessibility Review](docs/daily-accessibility-review.md) - Review application accessibility by automatically running and using the application
6463
- [πŸ“± Multi-Device Docs Tester](docs/daily-multi-device-docs-tester.md) - Test documentation sites across mobile, tablet, and desktop viewports for responsive layout and interaction issues
6564
- [πŸ”Ž Daily Adhoc QA](docs/daily-qa.md) - Perform adhoc explorative quality assurance tasks
@@ -93,6 +92,11 @@ You can use the "/plan" agent to turn the reports into actionable issues which c
9392

9493
- [πŸ”§ Q - Workflow Optimizer](docs/q.md) - Expert system that analyzes and optimizes agentic workflows
9594

95+
### Issue Farming Workflows
96+
97+
- [πŸ”’ Sub-Issue Closer](docs/sub-issue-closer.md) - Automatically close parent issues when all their sub-issues are complete
98+
- [🌳 Issue Arborist](docs/issue-arborist.md) - Automatically organize issues by linking related issues as parent-child sub-issues
99+
96100
## 🧩 Shared Workflow Fragments
97101

98102
Shared workflow fragments are reusable building blocks that can be imported into other workflows using `imports: [shared/name.md]`. They provide pre-configured tools, MCP servers, and setup steps.

0 commit comments

Comments
Β (0)