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
+35-33Lines changed: 35 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,11 @@ Investigate faults proactively and improve CI.
32
32
33
33
-[🔄 Autoloop](https://github.com/githubnext/autoloop) - Loop anything in your repo to continuously research, develop and maintain
34
34
-[📚 Weekly Research](docs/weekly-research.md) - Collect research updates and industry trends
35
-
-[📊 Weekly Issue Summary](docs/weekly-issue-summary.md) - Weekly issue activity report with trend charts and recommendations
36
-
-[👥 Daily Repo Status](docs/daily-repo-status.md) - Assess repository activity and create status reports
37
-
-[👥 Daily Team Status](docs/daily-team-status.md) - Create upbeat daily team activity summaries with productivity insights
38
-
-[📰 Daily Repository Chronicle](docs/daily-repo-chronicle.md) - Transform daily repository activity into an engaging newspaper-style narrative with trend charts
39
-
-[📋 Daily Plan](docs/daily-plan.md) - Update planning issues for team coordination
35
+
-[📊 Weekly Issue Activity](docs/weekly-issue-activity.md) - Weekly issue activity report with trend charts and recommendations
36
+
-[👥 Daily Repo Status](docs/repo-status.md) - Assess repository activity and create status reports
37
+
-[👥 Daily Team Status](docs/team-status.md) - Create upbeat team activity summaries with productivity insights
38
+
-[📰 Daily Repository Chronicle](docs/repo-chronicle.md) - Transform repository activity into an engaging newspaper-style narrative with trend charts
39
+
-[📋 Daily Plan](docs/plan.md) - Update planning issues for team coordination
40
40
-[🔍 Discussion Task Miner](docs/discussion-task-miner.md) - Extract actionable improvement tasks from GitHub Discussions and create tracked issues
41
41
-[🗺️ Weekly Repository Map](docs/weekly-repo-map.md) - Visualize repository file structure and size distribution with a weekly ASCII tree map
42
42
-[📰 Tech Content Editorial Board](docs/tech-content-editorial-board.md) - Daily tech content editorial-board review of technical rigor, wording, structure, and editorial quality
@@ -46,54 +46,56 @@ Investigate faults proactively and improve CI.
46
46
-[📦 Dependabot PR Bundler](docs/dependabot-pr-bundler.md) - Create pull requests to bundle together as many dependabot updates as possible
47
47
-[📦 Dependabot Issue Bundler](docs/dependabot-issue-bundler.md) - Create issues that group together dependabot updates related to the same ecosystem
48
48
49
-
### Command-Triggered Agentic Workflows
50
-
51
-
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.
52
-
53
-
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.
49
+
### Documentation Workflows
54
50
55
-
-[📊 Archie](docs/archie.md) - Generate Mermaid diagrams to visualize issue and pull request relationships with /archie command
56
-
-[📋 Plan Command](docs/plan.md) - Break down issues into actionable sub-tasks with /plan command
57
-
-[🏥 PR Fix](docs/pr-fix.md) - Analyze failing CI checks and implement fixes for pull requests
58
-
-[🔍 Repo Ask](docs/repo-ask.md) - Intelligent research assistant for repository questions and analysis
51
+
-[📖 Documentation Update on Push to Main](docs/update-docs.md) - Update documentation automatically on every push to main
52
+
-[📖 Daily Documentation Updater](docs/doc-updater.md) - Automatically update documentation based on recent code changes and merged PRs
53
+
-[📝 Agentic Wiki Writer](docs/agentic-wiki-writer.md) - Automatically generate and maintain GitHub wiki pages from source code
54
+
-[🔧 Agentic Wiki Coder](docs/agentic-wiki-coder.md) - Implement code changes described in GitHub wiki edits
55
+
-[📖 Glossary Maintainer](docs/glossary-maintainer.md) - Automatically maintain project glossary based on codebase changes
56
+
-[🎙️ Dictation Prompt Generator](docs/dictation-prompt.md) - Generate and maintain a project-specific `DICTATION.md` file with speech-to-text vocabulary and error-correction guidance
57
+
-[🔗 Link Checker](docs/link-checker.md) - Daily automated link checker that finds and fixes broken links in documentation
58
+
-[🗜️ Documentation Unbloat](docs/unbloat-docs.md) - Automatically simplify documentation by reducing verbosity while maintaining clarity
59
+
-[📝 Markdown Linter](docs/markdown-linter.md) - Run Markdown quality checks on all documentation files and get a prioritized issue report of violations
60
+
-[📱 Daily Multi-Device Docs Tester](docs/multi-device-docs-tester.md) - Test documentation sites across mobile, tablet, and desktop viewports for responsive layout and interaction issues
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.
63
65
64
-
-[🔍 Daily Accessibility Review](docs/daily-accessibility-review.md) - Review application accessibility by automatically running and using the application
65
-
-[📱 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
-[📖 Daily Documentation Updater](docs/daily-doc-updater.md) - Automatically update documentation based on recent code changes and merged PRs
73
-
-[📝 Agentic Wiki Writer](docs/agentic-wiki-writer.md) - Automatically generate and maintain GitHub wiki pages from source code
74
-
-[🔧 Agentic Wiki Coder](docs/agentic-wiki-coder.md) - Implement code changes described in GitHub wiki edits
75
-
-[📖 Glossary Maintainer](docs/glossary-maintainer.md) - Automatically maintain project glossary based on codebase changes
76
-
-[🎙️ Dictation Prompt Generator](docs/dictation-prompt.md) - Generate and maintain a project-specific `DICTATION.md` file with speech-to-text vocabulary and error-correction guidance
77
-
-[🔗 Link Checker](docs/link-checker.md) - Daily automated link checker that finds and fixes broken links in documentation
78
-
-[🗜️ Documentation Unbloat](docs/unbloat-docs.md) - Automatically simplify documentation by reducing verbosity while maintaining clarity
79
72
-[✨ Code Simplifier](docs/code-simplifier.md) - Automatically simplify recently modified code for improved clarity and maintainability
-[🏋️ Daily File Diet](docs/daily-file-diet.md) - Monitor for oversized source files and create targeted refactoring issues
82
-
-[🧪 Daily Test Improver](docs/daily-test-improver.md) - Improve test coverage by adding meaningful tests to under-tested areas
83
-
-[⚡ Daily Perf Improver](docs/daily-perf-improver.md) - Analyze and improve code performance through benchmarking and optimization
84
-
-[🌱 Daily Efficiency Improver](docs/daily-efficiency-improver.md) - Improve energy efficiency and computational footprint across code, data, network, and UI
74
+
-[🧪 Daily Test Improver](docs/test-improver.md) - Improve test coverage by adding meaningful tests to under-tested areas
75
+
-[⚡ Daily Perf Improver](docs/perf-improver.md) - Analyze and improve code performance through benchmarking and optimization
76
+
-[🌱 Daily Efficiency Improver](docs/efficiency-improver.md) - Improve energy efficiency and computational footprint across code, data, network, and UI
85
77
-[📊 Repository Quality Improver](docs/repository-quality-improver.md) - Daily rotating analysis of repository quality across code, documentation, testing, security, and custom dimensions
86
-
-[📝 Markdown Linter](docs/markdown-linter.md) - Run Markdown quality checks on all documentation files and get a prioritized issue report of violations
87
78
88
-
##Formal Verification Workflows
79
+
### Command-Triggered Agentic Workflows
89
80
90
-
-[🔬 Lean Squad](docs/lean-squad.md) - Progressively apply Lean 4 formal verification to your codebase: research targets, extract specs, write Lean propositions, translate implementations, and attempt proofs — finding bugs or issuing stamps of confidence
81
+
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.
82
+
83
+
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.
84
+
85
+
-[📊 Archie](docs/archie.md) - Generate Mermaid diagrams to visualize issue and pull request relationships with /archie command
86
+
-[📋 Plan Command](docs/plan.md) - Break down issues into actionable sub-tasks with /plan command
87
+
-[🏥 PR Fix](docs/pr-fix.md) - Analyze failing CI checks and implement fixes for pull requests
88
+
-[🔍 Repo Ask](docs/repo-ask.md) - Intelligent research assistant for repository questions and analysis
91
89
92
90
## Security Workflows
93
91
94
-
-[🔍 Daily Malicious Code Scan](docs/daily-malicious-code-scan.md) - Daily scan of recent code changes for suspicious patterns indicating malicious activity or supply chain attacks
92
+
-[🔍 Daily Malicious Code Scan](docs/malicious-code-scan.md) - Scan recent code changes for suspicious patterns indicating malicious activity or supply chain attacks
95
93
-[🔒 VEX Generator](docs/vex-generator.md) - Auto-generate OpenVEX statements for dismissed Dependabot alerts, capturing security assessments in a machine-readable format
96
94
95
+
## Formal Verification Workflows
96
+
97
+
-[🔬 Lean Squad](docs/lean-squad.md) - Progressively apply Lean 4 formal verification to your codebase: research targets, extract specs, write Lean propositions, translate implementations, and attempt proofs — finding bugs or issuing stamps of confidence
98
+
97
99
## Meta-Workflows
98
100
99
101
-[🔧 Q - Workflow Optimizer](docs/q.md) - Expert system that analyzes and optimizes agentic workflows
> For an overview of all available workflows, see the [main README](../README.md).
4
+
5
+
**Perform accessibility reviews checking for WCAG 2.2 compliance and documenting problems found**
6
+
7
+
The [Daily Accessibility Review workflow](../workflows/accessibility-review.md?plain=1) scans your repository, analyzes accessibility against WCAG 2.2 guidelines, and creates issues documenting any accessibility problems found.
8
+
9
+
## Installation
10
+
11
+
```bash
12
+
# Install the 'gh aw' extension
13
+
gh extension install github/gh-aw
14
+
15
+
# Add the workflow to your repository
16
+
gh aw add-wizard githubnext/agentics/accessibility-review
17
+
```
18
+
19
+
This walks you through adding the workflow to your repository.
20
+
21
+
## How It Works
22
+
23
+
```mermaid
24
+
graph LR
25
+
A[Scan Repository] --> B[Analyze Accessibility]
26
+
B --> C[Check WCAG 2.2]
27
+
C --> D{Issues Found?}
28
+
D -->|Yes| E[Create Issue Report]
29
+
D -->|No| F[Report: All Accessible]
30
+
```
31
+
32
+
## Usage
33
+
34
+
### Configuration
35
+
36
+
This workflow requires no configuration and works out of the box.
37
+
38
+
After editing run `gh aw compile` to update the workflow and commit all changes to the default branch.
39
+
40
+
### Commands
41
+
42
+
You can start a run of this workflow immediately by running:
> For an overview of all available workflows, see the [main README](../README.md).
4
+
5
+
**Perform ad hoc quality assurance by following README instructions, tutorials, and walkthroughs**
6
+
7
+
The [Daily Ad hoc QA workflow](../workflows/adhoc-qa.md?plain=1) reads your documentation, follows instructions, tests build and run processes, and creates issues for problems found.
8
+
9
+
## Installation
10
+
11
+
```bash
12
+
# Install the 'gh aw' extension
13
+
gh extension install github/gh-aw
14
+
15
+
# Add the workflow to your repository
16
+
gh aw add-wizard githubnext/agentics/adhoc-qa
17
+
```
18
+
19
+
This walks you through adding the workflow to your repository.
For scheduled runs, the workflow is skipped if there are already 8 or more open PRs with its title prefix, to avoid overwhelming maintainers.
33
+
34
+
## Usage
35
+
36
+
This workflow requires no configuration and works out of the box. You can customize QA tasks, testing scenarios, reporting format, and frequency.
37
+
38
+
After editing run `gh aw compile` to update the workflow and commit all changes to the default branch.
39
+
40
+
### Commands
41
+
42
+
You can start a run of this workflow immediately by running:
43
+
44
+
```bash
45
+
gh aw run qa
46
+
```
47
+
48
+
### Triggering CI on Pull Requests
49
+
50
+
To automatically trigger CI checks on PRs created by this workflow, configure an additional repository secret `GH_AW_CI_TRIGGER_TOKEN`. See the [triggering CI documentation](https://github.github.com/gh-aw/reference/triggering-ci/) for setup instructions.
Copy file name to clipboardExpand all lines: docs/ci-coach.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
**Automated CI/CD optimization expert that analyzes your GitHub Actions workflows and proposes efficiency improvements**
6
6
7
-
The [CI Coach workflow](../workflows/ci-coach.md?plain=1) is your personal CI/CD optimization consultant. It runs daily to analyze workflows, collect performance metrics, identify optimization opportunities, and propose concrete improvements through pull requests.
7
+
The [CI Coach workflow](../workflows/ci-coach.md?plain=1) is your personal CI/CD optimization consultant. It runs regularly (daily by default) to analyze workflows, collect performance metrics, identify optimization opportunities, and propose concrete improvements through pull requests.
8
8
9
9
## Installation
10
10
@@ -39,6 +39,8 @@ The workflow analyzes job parallelization, caching strategy, test distribution,
39
39
- ❌ Never breaks test integrity
40
40
- ❌ Never sacrifices correctness for speed
41
41
42
+
For scheduled runs, the workflow is skipped if there are already 8 or more open PRs with its title prefix, to avoid overwhelming maintainers.
Copy file name to clipboardExpand all lines: docs/code-simplifier.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
**Automatically analyze recently modified code and create pull requests with simplifications that improve clarity and maintainability**
6
6
7
-
The [Code Simplifier workflow](../workflows/code-simplifier.md?plain=1) runs daily to review code modified in the last 24 hours and apply targeted improvements that enhance clarity, reduce complexity, and follow project conventions—all while preserving functionality.
7
+
The [Code Simplifier workflow](../workflows/code-simplifier.md?plain=1) runs regularly (daily by default) to review code modified in the last 24 hours and apply targeted improvements that enhance clarity, reduce complexity, and follow project conventions—all while preserving functionality.
> For an overview of all available workflows, see the [main README](../README.md).
4
-
5
-
**Perform accessibility reviews checking for WCAG 2.2 compliance and documenting problems found**
6
-
7
-
The [Daily Accessibility Review workflow](../workflows/daily-accessibility-review.md?plain=1) scans your repository, analyzes accessibility against WCAG 2.2 guidelines, and creates issues documenting any accessibility problems found.
8
-
9
-
## Installation
10
-
11
-
```bash
12
-
# Install the 'gh aw' extension
13
-
gh extension install github/gh-aw
14
-
15
-
# Add the workflow to your repository
16
-
gh aw add-wizard githubnext/agentics/daily-accessibility-review
17
-
```
18
-
19
-
This walks you through adding the workflow to your repository.
20
-
21
-
## How It Works
22
-
23
-
```mermaid
24
-
graph LR
25
-
A[Scan Repository] --> B[Analyze Accessibility]
26
-
B --> C[Check WCAG 2.2]
27
-
C --> D{Issues Found?}
28
-
D -->|Yes| E[Create Issue Report]
29
-
D -->|No| F[Report: All Accessible]
30
-
```
31
-
32
-
## Usage
33
-
34
-
### Configuration
35
-
36
-
This workflow requires no configuration and works out of the box.
37
-
38
-
After editing run `gh aw compile` to update the workflow and commit all changes to the default branch.
39
-
40
-
### Commands
41
-
42
-
You can start a run of this workflow immediately by running:
43
-
44
-
```bash
45
-
gh aw run daily-accessibility-review
46
-
```
1
+
---
2
+
This workflow has been renamed. See [accessibility-review](accessibility-review.md).
> For an overview of all available workflows, see the [main README](../README.md).
4
-
5
-
**Automatically review and update documentation based on recent code changes and merged pull requests**
6
-
7
-
The [Daily Documentation Updater workflow](../workflows/daily-doc-updater.md?plain=1) scans changes from the last 24 hours, identifies documentation gaps, and creates pull requests with updates to reflect new features, modifications, or deprecations.
8
-
9
-
## Installation
10
-
11
-
```bash
12
-
# Install the 'gh aw' extension
13
-
gh extension install github/gh-aw
14
-
15
-
# Add the workflow to your repository
16
-
gh aw add-wizard githubnext/agentics/daily-doc-updater
17
-
```
18
-
19
-
This walks you through adding the workflow to your repository.
20
-
21
-
## How It Works
22
-
23
-
```mermaid
24
-
graph LR
25
-
A[Scan Recent PRs] --> B[Find Code Changes]
26
-
B --> C[Identify Doc Gaps]
27
-
C --> D{Updates Needed?}
28
-
D -->|Yes| E[Update Documentation]
29
-
E --> F[Create PR]
30
-
D -->|No| G[Report: Docs Current]
31
-
```
32
-
33
-
The workflow follows your repository's existing documentation structure and style.
34
-
35
-
## Usage
36
-
37
-
### Configuration
38
-
39
-
This workflow requires no configuration and works out of the box. You can customize the time range, change types to document, and PR settings.
40
-
41
-
After editing run `gh aw compile` to update the workflow and commit all changes to the default branch.
42
-
43
-
### Commands
44
-
45
-
You can start a run of this workflow immediately by running:
46
-
47
-
```bash
48
-
gh aw run daily-doc-updater
49
-
```
50
-
51
-
### Triggering CI on Pull Requests
52
-
53
-
To automatically trigger CI checks on PRs created by this workflow, configure an additional repository secret `GH_AW_CI_TRIGGER_TOKEN`. See the [triggering CI documentation](https://github.github.com/gh-aw/reference/triggering-ci/) for setup instructions.
1
+
---
2
+
This workflow has been renamed. See [doc-updater](doc-updater.md).
0 commit comments