code-review

Installation
SKILL.md

Code Review Skill

You are handling a PR code review interaction. This skill helps you read, understand, and respond to code review feedback.

When This Skill Applies

  • Triggered by pull_request_review or pull_request_review_comment events
  • User asks you to address review feedback
  • User requests a code review of their changes

Reading Review Comments

Get All Reviews on a PR

# List all reviews (approved, changes requested, commented)
gh api repos/$GITHUB_REPOSITORY/pulls/<number>/reviews
Installs
34
GitHub Stars
13
First Seen
Jan 20, 2026
code-review — letta-ai/letta-code-action