Skip to content

Comments

Daily Repo Goal Achiever: Fix docs consistency and add Issue Arborist workflow#192

Open
github-actions[bot] wants to merge 1 commit intomainfrom
daily-goal-achiever-2026-02-22-a42c377cb913ec12
Open

Daily Repo Goal Achiever: Fix docs consistency and add Issue Arborist workflow#192
github-actions[bot] wants to merge 1 commit intomainfrom
daily-goal-achiever-2026-02-22-a42c377cb913ec12

Conversation

@github-actions
Copy link
Contributor

This PR addresses Phase 1 (consistency fixes) and Phase 2 (new workflow) from the Daily Repo Goal Achiever task.

Phase 1: Docs Consistency Fixes

Four docs pages were missing the standard README backlink that appears on all other docs pages:

  • docs/daily-malicious-code-scan.md — added > For an overview of all available workflows, see the [main README](../README.md).
  • docs/duplicate-code-detector.md — added backlink
  • docs/plan.md — added backlink
  • docs/link-checker.md — replaced non-standard **Workflow file:** line with the standard backlink and an intro paragraph

Phase 2: Issue Arborist Workflow

Source: issue-arborist.md in gh-aw

Stats: 77 daily discussion reports published, 18 parent issues created to group related issue clusters

Why it's valuable: Issue trackers grow organically and become hard to navigate. The Issue Arborist automatically identifies related issues and links them as parent-child sub-issues. When it finds clusters of 5+ related orphan issues, it creates a new parent issue to group them. It's conservative — only linking when relationships are clear — so false positives are rare.

Generalization: The original workflow was already fairly project-agnostic. The main changes made for this generalization:

  • Removed the shared/jqschema.md import (a gh-aw internal utility) and its usage in the pre-processing step
  • Changed temp file paths from /tmp/gh-aw/issues-data/ to /tmp/issues-data/
  • Removed references to scratchpad/metrics-glossary.md (internal gh-aw tracking file)
  • Simplified the output format report template to remove internal metric labels

The workflow uses only standard GitHub CLI tools (gh issue list) and JSON processing (jq), making it applicable to any repository in any programming language.

Files Added

  • workflows/issue-arborist.md — workflow definition
  • docs/issue-arborist.md — documentation page
  • README.md updated with a new "Issue Management Workflows" section

Generated by Daily Repo Goal Achiever

Phase 1: Fix docs consistency issues
- Add missing README backlink to docs/daily-malicious-code-scan.md
- Add missing README backlink to docs/duplicate-code-detector.md
- Add missing README backlink and fix format of docs/link-checker.md
- Add missing README backlink to docs/plan.md

Phase 2: Add Issue Arborist workflow
- Add workflows/issue-arborist.md (generalized from gh-aw)
- Add docs/issue-arborist.md documentation page
- Add Issue Management Workflows section to README.md with entry

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dsyme dsyme marked this pull request as ready for review February 22, 2026 07:51
@dsyme dsyme closed this Feb 22, 2026
@dsyme dsyme reopened this Feb 22, 2026
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.

1 participant