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
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Investigate faults proactively and improve CI.
31
31
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
-
-[π 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
35
35
-[π₯ Daily Repo Status](docs/repo-status.md) - Assess repository activity and create status reports
36
36
-[π₯ Daily Team Status](docs/team-status.md) - Create upbeat team activity summaries with productivity insights
37
37
-[π° 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.
45
45
-[π¦ Dependabot PR Bundler](docs/dependabot-pr-bundler.md) - Create pull requests to bundle together as many dependabot updates as possible
46
46
-[π¦ Dependabot Issue Bundler](docs/dependabot-issue-bundler.md) - Create issues that group together dependabot updates related to the same ecosystem
47
47
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
-
59
48
### Documentation Workflows
60
49
61
50
-[π 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
74
63
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.
75
64
76
65
-[π Daily Accessibility Review](docs/accessibility-review.md) - Review application accessibility by automatically running and using the application
-[ποΈ Large File Simplifier](docs/large-file-simplifier.md) - Identify the largest source file and create a detailed refactoring plan as an issue
79
68
80
69
### 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
86
75
-[π± Daily Efficiency Improver](docs/efficiency-improver.md) - Improve energy efficiency and computational footprint across code, data, network, and UI
87
76
-[π Repository Quality Improver](docs/repository-quality-improver.md) - Daily rotating analysis of repository quality across code, documentation, testing, security, and custom dimensions
88
77
89
-
##Formal Verification Workflows
78
+
### Command-Triggered Agentic Workflows
90
79
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
92
88
93
89
## Security Workflows
94
90
95
91
-[π Daily Malicious Code Scan](docs/malicious-code-scan.md) - Scan recent code changes for suspicious patterns indicating malicious activity or supply chain attacks
96
92
-[π VEX Generator](docs/vex-generator.md) - Auto-generate OpenVEX statements for dismissed Dependabot alerts, capturing security assessments in a machine-readable format
97
93
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
+
98
98
## Meta-Workflows
99
99
100
100
-[π§ Q - Workflow Optimizer](docs/q.md) - Expert system that analyzes and optimizes agentic workflows
Copy file name to clipboardExpand all lines: docs/adhoc-qa.md
+2-2Lines changed: 2 additions & 2 deletions
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
**Perform ad hoc quality assurance by following README instructions, tutorials, and walkthroughs**
6
6
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.
8
8
9
9
## Installation
10
10
@@ -13,7 +13,7 @@ The [Daily Ad hoc QA workflow](../workflows/qa.md?plain=1) reads your documentat
13
13
gh extension install github/gh-aw
14
14
15
15
# Add the workflow to your repository
16
-
gh aw add-wizard githubnext/agentics/qa
16
+
gh aw add-wizard githubnext/agentics/adhoc-qa
17
17
```
18
18
19
19
This walks you through adding the workflow to your repository.
Copy file name to clipboardExpand all lines: docs/weekly-issue-activity.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# π Weekly Issue Summary
1
+
# π Weekly Issue Activity
2
2
3
3
> For an overview of all available workflows, see the [main README](../README.md).
4
4
5
5
**Generate comprehensive weekly reports on issue activity with trend charts and recommendations**
6
6
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.
8
8
9
9
## Installation
10
10
@@ -13,7 +13,7 @@ The [Weekly Issue Summary workflow](../workflows/weekly-issue-summary.md?plain=1
13
13
gh extension install github/gh-aw
14
14
15
15
# 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
17
17
```
18
18
19
19
This walks you through adding the workflow to your repository.
0 commit comments