Skip to content

Comments

Daily Repo Goal Achiever: Fix docs backlinks and add Sub-Issue Closer workflow#197

Open
github-actions[bot] wants to merge 3 commits intomainfrom
daily-goal-achiever-sub-issue-closer-2026-02-24-92330f53aee3b0de
Open

Daily Repo Goal Achiever: Fix docs backlinks and add Sub-Issue Closer workflow#197
github-actions[bot] wants to merge 3 commits intomainfrom
daily-goal-achiever-sub-issue-closer-2026-02-24-92330f53aee3b0de

Conversation

@github-actions
Copy link
Contributor

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

Phase 1: Docs Consistency Fix

Four docs pages were missing the standard README backlink (> For an overview of all available workflows, see the [main README](../README.md).) that all other docs pages include:

  • docs/daily-malicious-code-scan.md
  • docs/duplicate-code-detector.md
  • docs/link-checker.md
  • docs/plan.md

All four have been updated to include the standard backlink after the h1 heading.

Phase 2: New Workflow — Sub-Issue Closer

Source: sub-issue-closer.md in Peli's Agent Factory

Merge rate: Described as an "orchestrator workflow" in the blog — it closes issues rather than proposing PRs, so no traditional PR merge rate applies.

Why it's valuable: Teams using GitHub's sub-issues feature for hierarchical issue tracking (epics → features → tasks) need parent issues to be closed when all their work is done. This workflow automates that cleanup, preventing stale open issues and keeping the tracker accurate. It works recursively, cascading closures up multi-level hierarchies.

Generalization: The original workflow is already fully general — no language or framework specifics. Only minor adaptation was needed to remove gh-aw internal references in the agent instructions.

Proposed name: Sub-Issue Closer

Files Added/Changed

  • workflows/sub-issue-closer.md — The workflow source
  • docs/sub-issue-closer.md — Documentation page following the standard docs style
  • README.md — Added entry under the Maintainer section

Generated by Daily Repo Goal Achiever

… workflow

Phase 1: Fix 4 docs pages missing the standard README backlink
- docs/daily-malicious-code-scan.md: Add README backlink
- docs/duplicate-code-detector.md: Add README backlink
- docs/link-checker.md: Add README backlink
- docs/plan.md: Add README backlink

Phase 2: Add Sub-Issue Closer workflow
- workflows/sub-issue-closer.md: Adapted from Peli's Agent Factory
- docs/sub-issue-closer.md: Documentation page
- README.md: Add entry under Maintainer section

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Contributor Author

Pull request created: #197

@dsyme dsyme marked this pull request as ready for review February 24, 2026 17:57
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