---
name: kunanonj/aside-site-github
source: https://app.decimal.ai/s/kunanonj-aside-site-github@1/SKILL.md
source_sha256: 4868cd62bdef
---

# GitHub

## Canonical URLs

- Home: `https://github.com/`
- Notifications: `https://github.com/notifications`
- Settings: `https://github.com/settings`
- Repository: `https://github.com/${owner}/${repo}`
- Issues: `https://github.com/${owner}/${repo}/issues`
- Pull requests: `https://github.com/${owner}/${repo}/pulls`
- Issue: `https://github.com/${owner}/${repo}/issues/${number}`
- Pull request: `https://github.com/${owner}/${repo}/pull/${number}`
- Search: `https://github.com/search?q=${query}&type=${issues|pullrequests|repositories|code}`
- File view: `https://github.com/${owner}/${repo}/blob/${ref}/${path}`
- Login: `https://github.com/login`
- Passkey login: `https://github.com/login?passkey=true`

## Working style

- Verify the active signed-in account from the avatar when account context matters.
- Prefer direct repo, issue, PR, and notification URLs over the home feed.
- For code review, go straight to the PR and then the `Files changed` tab.
- On file pages, press `y` to switch to a commit-pinned permalink before citing or saving a durable URL.

## Useful shortcuts

- Shortcut help: `?`
- Focus search: `/` or `s`
- Notifications: `g`, then `n`
- Issues: `g`, then `i`
- Pull requests: `g`, then `p`
- Code: `g`, then `c`
- New issue: `c`
- Open selected item: `o` or `Enter`
- Labels: `l`
- Assignee: `a`
- Milestone: `m`
- Reviewer: `q`
- Reference issue or PR: `x`
- Open in `github.dev`: `.`