Daily Repo Goal Achiever: Add Repository Quality Improver workflow#209
Draft
github-actions[bot] wants to merge 2 commits intomainfrom
Draft
Conversation
Phase 1: No consistency issues found - workflows, docs, and README entries all align. Phase 2: Add Repository Quality Improver workflow adapted from Peli's Agent Factory. - Source: github/gh-aw repository - Merge rate: 62% (25 merged PRs out of 40 proposed via causal chain) - Generalizes the daily rotating focus area analysis for any repository - Removes Go-specific tooling (serena-go), uses language-agnostic bash analysis - Creates GitHub Discussions with findings and 3-5 actionable improvement tasks - Uses cache memory for focus area diversity (60% custom, 30% standard, 10% reuse) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pelikhan
reviewed
Feb 27, 2026
| description: Daily analysis of repository quality focusing on a different software development lifecycle area each run | ||
| on: | ||
| schedule: | ||
| - cron: "0 13 * * 1-5" # Daily at 1 PM UTC, weekdays only |
Contributor
* Initial plan * Use daily schedule for Repository Quality Improver workflow Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 1: Consistency Check
No consistency issues found this run:
./workflows/files have matching./docs/pages ✅Phase 2: New Workflow Proposal
Repository Quality Improver
Source:
github/gh-aw/.github/workflows/repository-quality-improver.mdMerge rate: 62% — 25 merged PRs out of 40 proposed, via a causal chain (discussion →
/plan→ issues → PRs). Blog: [Meet the Continuous Improvement Workflows]((github.github.io/redacted)Why it's valuable: This workflow takes a uniquely holistic approach to quality: instead of targeting one specific issue type (like file size or duplication), it rotates through different quality dimensions every day — code quality, documentation, testing, security, CI/CD, and repository-specific custom areas. Over time, it ensures nothing falls through the cracks. The rotating diversity strategy (60% custom, 30% standard, 10% revisit) keeps the analysis fresh and relevant to the specific project.
Generalization plan:
shared/mcp/serena-go.mdimport (Go-specific Serena code analysis tool) — replaced with language-agnosticfind/grep/wcbash commands that detect the primary language firstshared/reporting.mdimport (internal gh-aw tool) — the agent generates the report inline/plancommand mention which is already in this repoProposed name:
repository-quality-improverFiles Changed
workflows/repository-quality-improver.md— New workflowdocs/repository-quality-improver.md— New docs pageREADME.md— Added entry in the Code Improvement section