Add sub-issue discovery to github-issues skill#817
Merged
Conversation
Agents were using the older trackedIssues/trackedInIssues GraphQL fields which miss native GitHub sub-issues. Add the correct subIssues/parent query to both issue-evaluation and parent-child-issues workflows. Made-with: Cursor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #817 +/- ##
=======================================
Coverage 93.77% 93.77%
=======================================
Files 77 77
Lines 11881 11881
Branches 696 696
=======================================
Hits 11142 11142
Misses 546 546
Partials 193 193 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
@cetagostini could we review/merge this one (and #808) before I review your #837 ? Logic is that my 2 are open agent PR's and yours looks to try to unify things, so makes sense to do that after? |
maresb
approved these changes
Apr 14, 2026
maresb
left a comment
Collaborator
There was a problem hiding this comment.
Sorry, just now seeing this.
Also just now learning about subissues! I think I should be using them.
Regarding this PR, this looks very benign and I think you should just merge it.
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.
Summary
Add sub-issue discovery guidance to the github-issues skill so agents check for native GitHub sub-issues when evaluating issues.
subIssues/parentGraphQL fields, and note to review sub-issues during context analysis.trackedIssues/trackedInIssuesfields.Motivation
GitHub's native sub-issues use the
subIssuesGraphQL field, nottrackedIssues. Without this guidance, agents default to the wrong API and silently miss existing sub-issues on a parent issue.Test plan