Skip to content

Daily Repo Goal Achiever: Add Issue Arborist workflow + fix missing wiki docs#230

Merged
mrjf merged 1 commit intomainfrom
daily-repo-goals-20260303-164116-9652080798403e11
Mar 3, 2026
Merged

Daily Repo Goal Achiever: Add Issue Arborist workflow + fix missing wiki docs#230
mrjf merged 1 commit intomainfrom
daily-repo-goals-20260303-164116-9652080798403e11

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 3, 2026

Phase 1: Consistency Fix

Two workflow files were missing corresponding docs pages and README entries:

  • workflows/agentic-wiki-coder.md → added docs/agentic-wiki-coder.md + README entry
  • workflows/agentic-wiki-writer.md → added docs/agentic-wiki-writer.md + README entry

Both are now listed in the README under "Code Improvement Workflows (by making changes, producing pull requests)".

Phase 2: New Workflow Proposal

Issue Arborist 🌳

Source: github/gh-aw/.github/workflows/issue-arborist.md

Activity in Peli's Agent Factory: Created 77 discussion reports and 18 parent issues to group related sub-issues. Not a direct-PR workflow (it links sub-issues rather than creating code changes), so no traditional merge rate applies — but it shows consistent, sustained activity over many runs.

Why it's valuable: Every active repository accumulates issues that are naturally related — implementation tasks for the same feature, bugs from the same root cause, work items that share a theme — but nobody takes time to manually link them as parent-child relationships. The Issue Arborist finds this hidden structure automatically, making it easier to understand scope, track progress, and close epics cleanly. It requires no configuration and works for any repository regardless of language or framework.

Generalization plan:

  • ✅ Removed imports: shared/jqschema.md (gh-aw utility for JSON schema generation; not needed for core functionality)
  • ✅ Removed create-discussion audit reports (required discussions with an "audits" category; replaced with noop for no-action runs)
  • ✅ Kept link-sub-issue and create-issue safe outputs (the core value)
  • ✅ Changed engine from codex to copilot (more general default)
  • ✅ Removed jqschema pre-step (was only needed to generate schema for the jqschema import)
  • ✅ Language-agnostic: analyzes issues only via GitHub API, no code inspection

Proposed name: issue-arborist

Files Changed

  • workflows/issue-arborist.md — New workflow file
  • docs/issue-arborist.md — New docs page
  • README.md — Added entry to Triage Workflows section (also added wiki workflow entries)
  • docs/agentic-wiki-coder.md — New docs page (Phase 1 fix)
  • docs/agentic-wiki-writer.md — New docs page (Phase 1 fix)

Generated by Daily Repo Goal Achiever

Generated by Daily Repo Goal Achiever

Phase 1: Fix consistency issue - agentic-wiki-coder.md and
agentic-wiki-writer.md were in workflows/ without matching docs/
pages or README entries. Added docs pages and README entries
for both workflows.

Phase 2: Add issue-arborist workflow (adapted from github/gh-aw).
Automatically organizes issues by detecting parent-child
relationships and linking related issues as GitHub sub-issues.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@mrjf mrjf marked this pull request as ready for review March 3, 2026 18:26
@mrjf mrjf merged commit 9646d08 into main Mar 3, 2026
@mrjf mrjf deleted the daily-repo-goals-20260303-164116-9652080798403e11 branch March 3, 2026 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants