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
+23-21Lines changed: 23 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,10 @@ Investigate faults proactively and improve CI.
32
32
-[🔄 Autoloop](https://github.com/githubnext/autoloop) - Loop anything in your repo to continuously research, develop and maintain
33
33
-[📚 Weekly Research](docs/weekly-research.md) - Collect research updates and industry trends
34
34
-[📊 Weekly Issue Summary](docs/weekly-issue-summary.md) - Weekly issue activity report with trend charts and recommendations
35
-
-[👥 Daily Repo Status](docs/daily-repo-status.md) - Assess repository activity and create status reports
36
-
-[👥 Daily Team Status](docs/daily-team-status.md) - Create upbeat daily team activity summaries with productivity insights
37
-
-[📰 Daily Repository Chronicle](docs/daily-repo-chronicle.md) - Transform daily repository activity into an engaging newspaper-style narrative with trend charts
38
-
-[📋 Daily Plan](docs/daily-plan.md) - Update planning issues for team coordination
35
+
-[👥 Daily Repo Status](docs/repo-status.md) - Assess repository activity and create status reports
36
+
-[👥 Daily Team Status](docs/team-status.md) - Create upbeat team activity summaries with productivity insights
37
+
-[📰 Daily Repository Chronicle](docs/repo-chronicle.md) - Transform repository activity into an engaging newspaper-style narrative with trend charts
38
+
-[📋 Daily Plan](docs/plan.md) - Update planning issues for team coordination
39
39
-[🔍 Discussion Task Miner](docs/discussion-task-miner.md) - Extract actionable improvement tasks from GitHub Discussions and create tracked issues
40
40
-[🗺️ Weekly Repository Map](docs/weekly-repo-map.md) - Visualize repository file structure and size distribution with a weekly ASCII tree map
41
41
-[📰 Tech Content Editorial Board](docs/tech-content-editorial-board.md) - Daily tech content editorial-board review of technical rigor, wording, structure, and editorial quality
@@ -56,41 +56,43 @@ You can use the "/plan" agent to turn the reports into actionable issues which c
56
56
-[🏥 PR Fix](docs/pr-fix.md) - Analyze failing CI checks and implement fixes for pull requests
57
57
-[🔍 Repo Ask](docs/repo-ask.md) - Intelligent research assistant for repository questions and analysis
58
58
59
+
### Documentation Workflows
60
+
61
+
-[📖 Documentation Update on Push to Main](docs/update-docs.md) - Update documentation automatically
62
+
-[📖 Daily Documentation Updater](docs/doc-updater.md) - Automatically update documentation based on recent code changes and merged PRs
63
+
-[📝 Agentic Wiki Writer](docs/agentic-wiki-writer.md) - Automatically generate and maintain GitHub wiki pages from source code
64
+
-[🔧 Agentic Wiki Coder](docs/agentic-wiki-coder.md) - Implement code changes described in GitHub wiki edits
65
+
-[📖 Glossary Maintainer](docs/glossary-maintainer.md) - Automatically maintain project glossary based on codebase changes
66
+
-[🎙️ 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
67
+
-[🔗 Link Checker](docs/link-checker.md) - Daily automated link checker that finds and fixes broken links in documentation
68
+
-[🗜️ Documentation Unbloat](docs/unbloat-docs.md) - Automatically simplify documentation by reducing verbosity while maintaining clarity
69
+
-[📝 Markdown Linter](docs/markdown-linter.md) - Run Markdown quality checks on all documentation files and get a prioritized issue report of violations
70
+
-[📱 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.
62
75
63
-
-[🔍 Daily Accessibility Review](docs/daily-accessibility-review.md) - Review application accessibility by automatically running and using the application
64
-
-[📱 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
72
-
-[📝 Agentic Wiki Writer](docs/agentic-wiki-writer.md) - Automatically generate and maintain GitHub wiki pages from source code
73
-
-[🔧 Agentic Wiki Coder](docs/agentic-wiki-coder.md) - Implement code changes described in GitHub wiki edits
74
-
-[📖 Glossary Maintainer](docs/glossary-maintainer.md) - Automatically maintain project glossary based on codebase changes
75
-
-[🎙️ 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
76
-
-[🔗 Link Checker](docs/link-checker.md) - Daily automated link checker that finds and fixes broken links in documentation
77
-
-[🗜️ Documentation Unbloat](docs/unbloat-docs.md) - Automatically simplify documentation by reducing verbosity while maintaining clarity
78
82
-[✨ 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
81
-
-[🧪 Daily Test Improver](docs/daily-test-improver.md) - Improve test coverage by adding meaningful tests to under-tested areas
82
-
-[⚡ Daily Perf Improver](docs/daily-perf-improver.md) - Analyze and improve code performance through benchmarking and optimization
83
-
-[🌱 Daily Efficiency Improver](docs/daily-efficiency-improver.md) - Improve energy efficiency and computational footprint across code, data, network, and UI
84
+
-[🧪 Daily Test Improver](docs/test-improver.md) - Improve test coverage by adding meaningful tests to under-tested areas
85
+
-[⚡ Daily Perf Improver](docs/perf-improver.md) - Analyze and improve code performance through benchmarking and optimization
86
+
-[🌱 Daily Efficiency Improver](docs/efficiency-improver.md) - Improve energy efficiency and computational footprint across code, data, network, and UI
84
87
-[📊 Repository Quality Improver](docs/repository-quality-improver.md) - Daily rotating analysis of repository quality across code, documentation, testing, security, and custom dimensions
85
-
-[📝 Markdown Linter](docs/markdown-linter.md) - Run Markdown quality checks on all documentation files and get a prioritized issue report of violations
86
88
87
89
## Formal Verification Workflows
88
90
89
91
-[🔬 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
90
92
91
93
## Security Workflows
92
94
93
-
-[🔍 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
95
+
-[🔍 Daily Malicious Code Scan](docs/malicious-code-scan.md) - Scan recent code changes for suspicious patterns indicating malicious activity or supply chain attacks
94
96
-[🔒 VEX Generator](docs/vex-generator.md) - Auto-generate OpenVEX statements for dismissed Dependabot alerts, capturing security assessments in a machine-readable format
> 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:
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.
0 commit comments