PluginBench
Skill
Official
Review
Audit score 70

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-issues
Claude Code
Cursor
Windsurf
Cline

How to use my-issues

  1. 1.Run the skill in your repository context
  2. 2.Review the list of issues assigned to you
  3. 3.Check the suggested priorities based on age and comments
  4. 4.Select an issue to work on or investigate further

Use cases

Good for
  • 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
Who it's for
  • Developers managing multiple issues
  • Team members tracking assigned work
  • Repository maintainers reviewing their own tasks

my-issues FAQ

What information does this skill use to suggest priorities?

It considers issue age, number of comments, and whether the issue is open or closed to determine which issues might need your attention most.

Does this skill show issues from other repositories?

No, it only lists issues from the current repository you're working in.

Can I filter the results further?

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).