# GitHub Code Review

> Review pull requests with a bug-first mindset, grounding findings in concrete diff context and repository behavior.

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

---


# GitHub Code Review

Use this skill when the user asks for a PR review or wants actionable findings from a GitHub diff.

## Review Order

1. Read PR metadata and changed files.
2. Focus first on correctness, regressions, missing tests, and broken assumptions.
3. Keep findings concise, severity-ordered, and file-grounded.
4. Only after findings should you summarize the broader change.

## Guardrails

- Avoid style-only noise unless it hides a real defect.
- If there are no findings, say so explicitly and mention residual risk.

