my-issues
github/awesome-copilot
List and prioritize your assigned issues in the current GitHub repository.
What is my-issues?
This skill searches the current repository and displays all issues assigned to you, then suggests which ones to focus on based on age, comment activity, and status. Use it to quickly review your workload and identify high-priority items.
- Lists all issues assigned to you in the current repository
- Retrieves issue metadata including age, comment count, and open/closed status
- Suggests prioritization based on issue age and engagement level
- Filters results to show only your assigned issues
How to install my-issues
npx skills add https://github.com/github/awesome-copilot --skill my-issuesHow to use my-issues
- 1.Run the skill in your repository context
- 2.Review the list of issues assigned to you
- 3.Check the suggested priorities based on age and comments
- 4.Select an issue to work on or investigate further
Use cases
- Start your day by reviewing all issues assigned to you
- Identify stale or heavily-discussed issues that need attention
- Prioritize which issue to work on next based on activity and age
- Get a quick overview of your current workload in a repository
- Developers managing multiple issues
- Team members tracking assigned work
- Repository maintainers reviewing their own tasks
my-issues FAQ
It considers issue age, number of comments, and whether the issue is open or closed to determine which issues might need your attention most.
No, it only lists issues from the current repository you're working in.
The skill focuses on issues assigned to you; you can review the suggestions and manually select which issues to prioritize.
Full instructions (SKILL.md)
Source of truth, from github/awesome-copilot.
name: my-issues description: 'List my issues in the current 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
More from github/awesome-copilot and the wider catalog.
git-commit
Execute semantic git commits with conventional message analysis and intelligent staging.
excalidraw-diagram-generator
Generate Excalidraw diagrams from natural language descriptions.
documentation-writer
Create structured technical documentation using the Diátaxis framework for tutorials, how-to guides, references, and explanations.
gh-cli
GitHub CLI comprehensive reference for repositories, issues, PRs, Actions, projects, releases, and all GitHub operations from the command line.
prd
Generate comprehensive Product Requirements Documents with executive summaries, user stories, technical specs, and risk analysis.
refactor
Surgical code refactoring to improve maintainability without changing behavior.