Search and prioritize your assigned issues by age, engagement, and status.
Queries the current repository for issues assigned to you using the GitHub repo context
Surfaces issue recommendations based on age, comment count, and open/closed status to help you prioritize work
Integrates with the list_issues command to retrieve and analyze issue data from your repository
Search the current repo (using #githubRepo for the repo info) and list any issues you find (using #list_issues) that are assigned to me.
Suggest issues that I might want to focus on based on their age, the amount of comments, and their status (open/closed).
related skills
semantically similar in the cross-vendor index
don't have the plugin yet? install it then click "run inline in claude" again.
+clear value prop: surfaces prioritization signal (age, engagement, status) rather than just listing issues
+names concrete context dependencies (#githubRepo, #list_issues) that ground the skill in actual tool integration
weaknesses
~no procedure section: describes what should happen but not how steps execute, sequence, or transform data between commands
~entirely vague on ranking logic: 'suggest based on age/comments/status' says nothing about thresholds, weights, or what 'focus on' actually means
~no edge cases: silent on auth failure, repo access denied, no assigned issues, malformed list_issues response, or ranking ambiguity
~missing intent/input/output contract: no explicit statement of input parameters, expected response format, or decision criteria