inbox-search-issues Skill
Search GitHub issues and PRs assigned to you, needing triage, or matching custom queries Published by microsoft in vscode-team-kit.
What is inbox-search-issues Skill?
Search GitHub issues and PRs assigned to you, needing triage, or matching custom queries Published by microsoft in vscode-team-kit. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use inbox-search-issues Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode-team-kit
- Skill file: github-inbox/skills/inbox-search-issues/SKILL.md
What it does
Search GitHub issues and PRs assigned to you, needing triage, or matching custom queries
Skill instructions
Search GitHub Issues and PRs Use gh CLI to search for issues and PRs beyond notifications. This covers your full "issues inbox" — assigned work, triage queue, open PRs, and custom queries. My assigned issues gh api /search/issues --jq '.items[] | {number, title, repo: .repositoryurl, state, labels: [.labels[].name], updatedat, htmlurl}' -f q='assignee:@me is:open is:issue sort:updated-desc' My open PRs gh api /search/issues --jq '.items[] | {number, title, repo: .repositoryurl, state, draft: .draft, updatedat, htmlurl}' -f q='author:@me is:open is:pr sort:updated-desc' PRs waiting for my review gh api /search/issues --jq '.items[] | {number, title, repo: .repositoryurl, state, updatedat, htmlurl}' -f q='review-requested:@me is:open is:pr sort:updated-desc' Issues needing triage (no type label) This depends on the repo's label conventions. Common pattern — issues with no bug, feature-request, or enhancement label: gh api /search/issues --jq '.items[] | {number, title, labels: [.labels[]
Explore related resources
Frequently asked questions
What is inbox-search-issues?
inbox-search-issues is a open-source AI agent skill with Copy skill directory. Search GitHub issues and PRs assigned to you, needing triage, or matching custom queries
Who is inbox-search-issues best for?
inbox-search-issues is best for reusing agent instructions, scripts, and references, research workflows.
How do I install inbox-search-issues?
Install or run inbox-search-issues using Copy skill directory. Check inbox-search-issues for the latest setup command.
Is inbox-search-issues actively maintained?
inbox-search-issues may need a closer maintenance check before production use.
Auto-fetched from GitHub.