# Inbox Open Notification

> Open a GitHub notification URL in the browser

- Skill: `microsoft/inbox-open-notification` (Agent Skill)
- Install (CLI): `npx skillmds@latest add microsoft/inbox-open-notification`
- Raw SKILL.md: https://api.skillmd.com/api/skills/microsoft/inbox-open-notification/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Microsoft (https://skillmd.com/u/microsoft)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/microsoft/inbox-open-notification

---


# Open Notification

Open a notification's issue or PR in the default browser.

## Command

```
open {url}
```

On Linux use `xdg-open {url}` instead.

Replace `{url}` with the GitHub HTML URL (e.g., `https://github.com/owner/repo/issues/123`).

You can also use:

```
gh issue view {number} --repo {owner}/{repo} --web
gh pr view {number} --repo {owner}/{repo} --web
```

