Skip to content

Commit 9d2ed7a

Browse files
committed
rename to rmove daily- prefixes and add cutoffs
1 parent fc4ab36 commit 9d2ed7a

78 files changed

Lines changed: 3428 additions & 3664 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/aw/actions-lock.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"version": "v9",
2626
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
2727
},
28+
"actions/github-script@v9.0.0": {
29+
"repo": "actions/github-script",
30+
"version": "v9.0.0",
31+
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
32+
},
2833
"actions/upload-artifact@v7": {
2934
"repo": "actions/upload-artifact",
3035
"version": "v7",
@@ -35,10 +40,10 @@
3540
"version": "v7.0.0",
3641
"sha": "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
3742
},
38-
"github/gh-aw-actions/setup@v0.71.3": {
43+
"github/gh-aw-actions/setup@v0.71.5": {
3944
"repo": "github/gh-aw-actions/setup",
40-
"version": "v0.71.3",
41-
"sha": "07c7335cd76c4d4d9f00dd7874f85ff55ed71f24"
45+
"version": "v0.71.5",
46+
"sha": "b8068426813005612b960b5ab0b8bd2c27142323"
4247
},
4348
"github/gh-aw/actions/setup@v0.66.1": {
4449
"repo": "github/gh-aw/actions/setup",

.github/workflows/daily-repo-goals.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ The workflows in the blog series are:
102102
* "copilot-session-insights.md",
103103
* "daily-compiler-quality.md",
104104
* "daily-doc-updater.md",
105-
* "daily-file-diet.md",
106105
* "daily-malicious-code-scan.md",
107106
* "daily-multi-device-docs-tester.md",
108107
* "daily-news.md",

README.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Investigate faults proactively and improve CI.
3232
- [🔄 Autoloop](https://github.com/githubnext/autoloop) - Loop anything in your repo to continuously research, develop and maintain
3333
- [📚 Weekly Research](docs/weekly-research.md) - Collect research updates and industry trends
3434
- [📊 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
3939
- [🔍 Discussion Task Miner](docs/discussion-task-miner.md) - Extract actionable improvement tasks from GitHub Discussions and create tracked issues
4040
- [🗺️ Weekly Repository Map](docs/weekly-repo-map.md) - Visualize repository file structure and size distribution with a weekly ASCII tree map
4141
- [📰 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
5656
- [🏥 PR Fix](docs/pr-fix.md) - Analyze failing CI checks and implement fixes for pull requests
5757
- [🔍 Repo Ask](docs/repo-ask.md) - Intelligent research assistant for repository questions and analysis
5858

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
71+
5972
### Code Improvement Workflows (by analysis, producing report)
6073

6174
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.
6275

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
65-
- [🔎 Daily Adhoc QA](docs/daily-qa.md) - Perform adhoc explorative quality assurance tasks
76+
- [🔍 Daily Accessibility Review](docs/accessibility-review.md) - Review application accessibility by automatically running and using the application
77+
- [🔎 Daily Adhoc QA](docs/qa.md) - Perform adhoc explorative quality assurance tasks
6678
- [🗂️ Large File Simplifier](docs/large-file-simplifier.md) - Identify the largest source file and create a detailed refactoring plan as an issue
6779

6880
### Code Improvement Workflows (by making changes, producing pull requests)
6981

70-
- [📖 Regular Documentation Update](docs/update-docs.md) - Update documentation automatically
71-
- [📖 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
7882
- [✨ Code Simplifier](docs/code-simplifier.md) - Automatically simplify recently modified code for improved clarity and maintainability
7983
- [🔍 Duplicate Code Detector](docs/duplicate-code-detector.md) - Identify duplicate code patterns and suggest refactoring opportunities
80-
- [🏋️ 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
8487
- [📊 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
8688

8789
## Formal Verification Workflows
8890

8991
- [🔬 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
9092

9193
## Security Workflows
9294

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
9496
- [🔒 VEX Generator](docs/vex-generator.md) - Auto-generate OpenVEX statements for dismissed Dependabot alerts, capturing security assessments in a machine-readable format
9597

9698
## Meta-Workflows

docs/accessibility-review.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# 🔍 Daily Accessibility Review
2+
3+
> 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:
43+
44+
```bash
45+
gh aw run accessibility-review
46+
```

docs/auto-doc-updater.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
This workflow has been renamed. See [doc-updater](doc-updater.md).

docs/auto-efficiency-improver.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
This workflow has been renamed. See [efficiency-improver](efficiency-improver.md).

docs/auto-perf-improver.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
This workflow has been renamed. See [perf-improver](perf-improver.md).

docs/auto-qa.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
This workflow has been renamed. See [qa](qa.md).

docs/auto-test-improver.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
This workflow has been renamed. See [test-improver](test-improver.md).

docs/ci-coach.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
**Automated CI/CD optimization expert that analyzes your GitHub Actions workflows and proposes efficiency improvements**
66

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.
88

99
## Installation
1010

@@ -39,6 +39,8 @@ The workflow analyzes job parallelization, caching strategy, test distribution,
3939
- ❌ Never breaks test integrity
4040
- ❌ Never sacrifices correctness for speed
4141

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.
43+
4244
## Examples
4345

4446
From Peli's Agent Factory:

0 commit comments

Comments
 (0)