code-review

Installation
SKILL.md

Code Review

Thorough review of a pull request. Checks for bugs, security issues, performance problems, style consistency, test coverage, and verifies the PR actually addresses its linked issue.

Inputs

This skill expects either:

  • A PR number or URL
  • A diff piped in or referenced by the caller

If called by another skill (e.g., process-reviews), it receives the PR number and context. If called standalone, ask for the PR number.

Step 1: Gather context

Resolve repo info

REPO=$(gh repo view --json nameWithOwner -q .nameWithOwner)
Related skills

More from hifisaputra/skills

Installs
11
First Seen
Mar 22, 2026