Skip to content

Commit f094e90

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

36 files changed

Lines changed: 125 additions & 128 deletions

β€ŽREADME.mdβ€Ž

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Investigate faults proactively and improve CI.
3131

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
34-
- [πŸ“Š Weekly Issue Summary](docs/weekly-issue-summary.md) - Weekly issue activity report with trend charts and recommendations
34+
- [πŸ“Š Weekly Issue Activity](docs/weekly-issue-activity.md) - Weekly issue activity report with trend charts and recommendations
3535
- [πŸ‘₯ Daily Repo Status](docs/repo-status.md) - Assess repository activity and create status reports
3636
- [πŸ‘₯ Daily Team Status](docs/team-status.md) - Create upbeat team activity summaries with productivity insights
3737
- [πŸ“° Daily Repository Chronicle](docs/repo-chronicle.md) - Transform repository activity into an engaging newspaper-style narrative with trend charts
@@ -45,17 +45,6 @@ Investigate faults proactively and improve CI.
4545
- [πŸ“¦ Dependabot PR Bundler](docs/dependabot-pr-bundler.md) - Create pull requests to bundle together as many dependabot updates as possible
4646
- [πŸ“¦ Dependabot Issue Bundler](docs/dependabot-issue-bundler.md) - Create issues that group together dependabot updates related to the same ecosystem
4747

48-
### Command-Triggered Agentic Workflows
49-
50-
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-
52-
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.
53-
54-
- [πŸ“Š Archie](docs/archie.md) - Generate Mermaid diagrams to visualize issue and pull request relationships with /archie command
55-
- [πŸ“‹ Plan Command](docs/plan.md) - Break down issues into actionable sub-tasks with /plan command
56-
- [πŸ₯ PR Fix](docs/pr-fix.md) - Analyze failing CI checks and implement fixes for pull requests
57-
- [πŸ” Repo Ask](docs/repo-ask.md) - Intelligent research assistant for repository questions and analysis
58-
5948
### Documentation Workflows
6049

6150
- [πŸ“– Documentation Update on Push to Main](docs/update-docs.md) - Update documentation automatically
@@ -74,7 +63,7 @@ You can use the "/plan" agent to turn the reports into actionable issues which c
7463
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.
7564

7665
- [πŸ” 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
66+
- [πŸ”Ž Daily Adhoc QA](docs/adhoc-qa.md) - Perform adhoc explorative quality assurance tasks
7867
- [πŸ—‚οΈ Large File Simplifier](docs/large-file-simplifier.md) - Identify the largest source file and create a detailed refactoring plan as an issue
7968

8069
### Code Improvement Workflows (by making changes, producing pull requests)
@@ -86,15 +75,26 @@ These workflows analyze the repository, code, and activity to produce reports, i
8675
- [🌱 Daily Efficiency Improver](docs/efficiency-improver.md) - Improve energy efficiency and computational footprint across code, data, network, and UI
8776
- [πŸ“Š Repository Quality Improver](docs/repository-quality-improver.md) - Daily rotating analysis of repository quality across code, documentation, testing, security, and custom dimensions
8877

89-
## Formal Verification Workflows
78+
### Command-Triggered Agentic Workflows
9079

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
80+
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.
81+
82+
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.
83+
84+
- [πŸ“Š Archie](docs/archie.md) - Generate Mermaid diagrams to visualize issue and pull request relationships with /archie command
85+
- [πŸ“‹ Plan Command](docs/plan.md) - Break down issues into actionable sub-tasks with /plan command
86+
- [πŸ₯ PR Fix](docs/pr-fix.md) - Analyze failing CI checks and implement fixes for pull requests
87+
- [πŸ” Repo Ask](docs/repo-ask.md) - Intelligent research assistant for repository questions and analysis
9288

9389
## Security Workflows
9490

9591
- [πŸ” Daily Malicious Code Scan](docs/malicious-code-scan.md) - Scan recent code changes for suspicious patterns indicating malicious activity or supply chain attacks
9692
- [πŸ”’ VEX Generator](docs/vex-generator.md) - Auto-generate OpenVEX statements for dismissed Dependabot alerts, capturing security assessments in a machine-readable format
9793

94+
## Formal Verification Workflows
95+
96+
- [πŸ”¬ 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
97+
9898
## Meta-Workflows
9999

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

docs/qa.md renamed to docs/adhoc-qa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
**Perform ad hoc quality assurance by following README instructions, tutorials, and walkthroughs**
66

7-
The [Daily Ad hoc QA workflow](../workflows/qa.md?plain=1) reads your documentation, follows instructions, tests build and run processes, and creates issues for problems found.
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.
88

99
## Installation
1010

@@ -13,7 +13,7 @@ The [Daily Ad hoc QA workflow](../workflows/qa.md?plain=1) reads your documentat
1313
gh extension install github/gh-aw
1414

1515
# Add the workflow to your repository
16-
gh aw add-wizard githubnext/agentics/qa
16+
gh aw add-wizard githubnext/agentics/adhoc-qa
1717
```
1818

1919
This walks you through adding the workflow to your repository.

β€Ždocs/auto-doc-updater.mdβ€Ž

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€Ždocs/auto-efficiency-improver.mdβ€Ž

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€Ždocs/auto-perf-improver.mdβ€Ž

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€Ždocs/auto-qa.mdβ€Ž

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€Ždocs/auto-test-improver.mdβ€Ž

Lines changed: 0 additions & 2 deletions
This file was deleted.

β€Ždocs/daily-qa.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
This workflow has been renamed. See [qa](qa.md).
2+
This workflow has been renamed. See [adhoc-qa](adhoc-qa.md).
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# πŸ“Š Weekly Issue Summary
1+
# πŸ“Š Weekly Issue Activity
22

33
> For an overview of all available workflows, see the [main README](../README.md).
44
55
**Generate comprehensive weekly reports on issue activity with trend charts and recommendations**
66

7-
The [Weekly Issue Summary workflow](../workflows/weekly-issue-summary.md?plain=1) runs every Monday at 3 PM UTC to collect issue data, generate trend charts, and create a detailed discussion with statistics and actionable recommendations.
7+
The [Weekly Issue Activity workflow](../workflows/weekly-issue-activity.md?plain=1) runs every Monday at 3 PM UTC to collect issue data, generate trend charts, and create a detailed discussion with statistics and actionable recommendations.
88

99
## Installation
1010

@@ -13,7 +13,7 @@ The [Weekly Issue Summary workflow](../workflows/weekly-issue-summary.md?plain=1
1313
gh extension install github/gh-aw
1414

1515
# Add the workflow to your repository
16-
gh aw add-wizard githubnext/agentics/weekly-issue-summary
16+
gh aw add-wizard githubnext/agentics/weekly-issue-activity
1717
```
1818

1919
This walks you through adding the workflow to your repository.

β€Ždocs/weekly-repo-map.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ Common customizations:
9696

9797
- [Repository Quality Improver](repository-quality-improver.md) β€” Daily analysis of quality dimensions across your repository
9898
- [Large File Simplifier](large-file-simplifier.md) β€” Identify oversized source files and create detailed refactoring plans
99-
- [Weekly Issue Summary](weekly-issue-summary.md) β€” Weekly issue activity report with trend charts
99+
- [Weekly Issue Activity](weekly-issue-activity.md) β€” Weekly issue activity report with trend charts

0 commit comments

Comments
Β (0)