my-issues

List issues assigned to the current user in the current GitHub repository.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/BrunoAMSilva/my-config --skill my-issues-brunoamsilva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-issues
Source: https://github.com/BrunoAMSilva/my-config/tree/main/coding/skills/my-issues
Command: npx skills add https://github.com/BrunoAMSilva/my-config --skill my-issues-brunoamsilva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps you quickly discover issues in the current repository that are assigned to you and reduces time spent deciding what to work on next by surfacing and ranking relevant items.

Core Features & Use Cases

  • Assigned Issue Discovery: Searches the current repository's issues and lists those assigned to the current user.
  • Prioritization Suggestions: Ranks and suggests issues to focus on using simple heuristics: issue age, number of comments, and open/closed status.
  • Use Case: Ideal for daily triage, planning focused work sessions, or quickly collecting assigned tasks before a standup.

Quick Start

List issues assigned to me in the current repository and recommend which to prioritize based on age, comment count, and status.

Frequently Asked Questions about my-issues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find GitHub issues assigned to me in a repository?

To find GitHub issues assigned to you, this Skill lists open issues in the current repository where you are the assignee. It ranks issues based on age, comment count, and status to prioritize your work.

How are assigned repository issues prioritized for triage?

Assigned repository issues are prioritized using simple heuristics based on issue age, number of comments, and open or closed status. This ranking suggests which items to focus on for daily triage.

Can I use this for daily GitHub issue triage and standup preparation?

Yes, you can use this for daily GitHub issue triage and standup preparation. It quickly collects and ranks your assigned tasks in the current repository to help you plan focused work sessions.

What GitHub issue metadata is required to suggest issues for prioritization?

Suggesting issues for prioritization requires access to GitHub issue metadata including the assignee, creation date, comment count, and open or closed status to effectively rank work items.

Does this Skill work with closed issues or only open repository issues?

This Skill works with both open and closed repository issues. It uses the open or closed status alongside issue age and comment count as part of its heuristics to rank and suggest assigned items.