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
+18-14Lines changed: 18 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,29 +4,27 @@ A sample family of reusable [GitHub Agentic Workflows](https://github.github.com
4
4
5
5
## π Available Workflows
6
6
7
-
### Triage Workflows
7
+
### Maintainer Workflows
8
8
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
11
14
12
15
### Fault Analysis Workflows
13
16
17
+
Investigate faults proactively and improve CI.
18
+
14
19
-[π₯ CI Doctor](docs/ci-doctor.md) - Monitor CI workflows and investigate failures automatically
15
20
-[π CI Coach](docs/ci-coach.md) - Optimize CI workflows for speed and cost efficiency
16
21
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
-
25
22
### Code Review Workflows
26
23
27
-
-[β Contribution Guidelines Checker](docs/contribution-guidelines-checker.md) - Review pull requests for compliance with contribution guidelines
28
24
-[π€ Grumpy Reviewer](docs/grumpy-reviewer.md) - On-demand opinionated code review by a grumpy but thorough senior developer
29
25
-[π 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
30
28
31
29
### Research, Status & Planning Workflows
32
30
@@ -39,6 +37,7 @@ A sample family of reusable [GitHub Agentic Workflows](https://github.github.com
39
37
-[π Daily Plan](docs/daily-plan.md) - Update planning issues for team coordination
40
38
-[π Discussion Task Miner](docs/discussion-task-miner.md) - Extract actionable improvement tasks from GitHub Discussions and create tracked issues
41
39
-[πΊοΈ 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
42
41
43
42
### Dependency Management Workflows
44
43
@@ -49,6 +48,8 @@ A sample family of reusable [GitHub Agentic Workflows](https://github.github.com
49
48
50
49
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.
51
50
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
+
52
53
-[π Archie](docs/archie.md) - Generate Mermaid diagrams to visualize issue and pull request relationships with /archie command
53
54
-[π Plan Command](docs/plan.md) - Break down issues into actionable sub-tasks with /plan command
54
55
-[π₯ 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
58
59
59
60
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.
60
61
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
-
63
62
-[π Daily Accessibility Review](docs/daily-accessibility-review.md) - Review application accessibility by automatically running and using the application
64
63
-[π± 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
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