Fix typos and add Sub-Issue Closer workflow#149
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
Fix typos and add Sub-Issue Closer workflow#149github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
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.
This PR addresses both Phase 1 (consistency checks) and Phase 2 (workflow discovery) of the Daily Repo Goal Achiever task.
Phase 1: Consistency Fixes
Fixed typos and grammar issues found during documentation review:
Issues Fixed
Typo in
workflows/daily-team-status.md(line 3)Spelling in
workflows/daily-qa.mdanddocs/daily-qa.md**Duplicate step numbering in
workflows/pr-fix.md(lines 45-47)4, 4, 5→4, 5, 6Grammar in
workflows/pr-fix.md(line 51)Phase 2: Workflow Discovery - Sub-Issue Closer
Added a new general-purpose workflow from Peli's Agent Factory: Sub-Issue Closer
Source
gh-aw/.github/workflows/sub-issue-closer.mdWhy This Workflow is Valuable
Perfect for General Use:
Business Value:
What It Does
Example Use Case
When you have an issue hierarchy like:
The workflow will:
Close #11Generalization Changes
To make this workflow suitable for the general-purpose agentics collection:
Removed:
shared/mood.md)strict: truemode (not in base agentics patterns)Changed:
dailyfor simplicitybash: true(standard pattern)Kept:
Files Added
workflows/sub-issue-closer.md- The workflow definitiondocs/sub-issue-closer.md- User-facing documentationREADME.md- Added entry in Triage Workflows sectionAll files follow the established patterns and style of existing agentics workflows.