inbox-list-notifications Skill
Fetch GitHub notifications using the gh CLI Published by microsoft in vscode-team-kit.
What is inbox-list-notifications Skill?
Fetch GitHub notifications using the gh CLI 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
- Developers using vscode-team-kit
Technical details
- Install or run with Copy skill directory
When to use inbox-list-notifications Skill
- Use it for developers using vscode-team-kit.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode-team-kit
- Skill file: github-inbox/skills/inbox-list-notifications/SKILL.md
What it does
Fetch GitHub notifications using the gh CLI
Skill instructions
List GitHub Notifications Use gh api to fetch all unread GitHub notifications with automatic pagination. Command Use the --jq flag (NOT a pipe to jq) to filter output inline: gh api /notifications --paginate --jq '.[] | {id, reason, unread, updatedat, repo: .repository.fullname, title: .subject.title, type: .subject.type, url: .subject.url}' This is the ONLY command you should run. Do NOT modify it. Do NOT add anything to it. Rules - NEVER pipe to jq, python, python3, or any other program - NEVER add 2/dev/null or any redirects - NEVER wrap the command in a script - ALWAYS prepend GHPAGER=cat to gh api calls to avoid interactive pagers - NEVER add other environment variable prefixes - The --jq flag handles all JSON filtering — no external tools needed - The --paginate flag handles pagination — no manual page loops needed Filters - Participating only: Add --method GET -f participating=true - Include read: Add --method GET -f all=true - Specific repo: Use gh api /repos/{owner}/{repo}/not
Explore related resources
Frequently asked questions
What is inbox-list-notifications?
inbox-list-notifications is a open-source AI agent skill with Copy skill directory. Fetch GitHub notifications using the gh CLI
Who is inbox-list-notifications best for?
inbox-list-notifications is best for reusing agent instructions, scripts, and references.
How do I install inbox-list-notifications?
Install or run inbox-list-notifications using Copy skill directory. Check inbox-list-notifications for the latest setup command.
Is inbox-list-notifications actively maintained?
inbox-list-notifications may need a closer maintenance check before production use.
Auto-fetched from GitHub.