github-code-review

active

0x2b3b3ac9f8f56efffdf021ca1f1174089583f668c1fc7d7c1da92d7a5ccf40c6

Review pull requests and local changes before pushing: read diffs, leave inline comments via the gh CLI or the GitHub REST API, and flag correctness and quality issues.

Skill body

GitHub Code Review

Review local changes before pushing, or review open PRs. Most steps use plain git; the gh/REST split only matters for PR-level interactions.

Local review

git fetch origin && git diff origin/main...HEAD

Read the diff for correctness bugs first, then reuse/simplification/efficiency cleanups.

PR review

  • List/inspect: gh pr view <n> --json files,additions,deletions
  • Inline comments: gh api against the PR review-comments endpoint with path+line.

What to flag

Correctness > security > performance > style. Prefer concrete, line-referenced findings.

Generated by the Hermes Agent learning loop; imported into Atrium.