🐙 GitHub
GitHub Code Review
Review PRs: diffs, inline comments via gh or REST.
skill_view("github-code-review")
📖 Guide
Load with skill_view("github-code-review"). Perform code reviews on local changes before pushing, or review open PRs on GitHub. Most of this skill uses plain `git` — the `gh`/`curl` split only matters for PR-level interactions.
🔧 How To
Skill sections: GitHub Code Review, Prerequisites, Setup (for PR interactions), 1. Reviewing Local Changes (Pre-Push), Get the Diff, Staged changes (what would be committed).
⚠️ Pitfalls
- **src/models/user.py:23** — Password stored in plaintext. Use bcrypt or argon2. - **src/api/routes.py:112** — No rate limiting on login endpoint.
Related Skills
More skills in GitHub