AI AGENT ADDONS
Code Review & Quality
14,329installs

This skill helps you review a pull request by reading the changes and writing structured feedback into a file. It focuses on bugs, security issues, and important code problems. Developers and teams can use it to get clear, machine-readable reviews without posting comments on GitHub.

The skill reads the diff and description from local files. It marks each comment with a label like CRITICAL, IMPORTANT, SUGGESTION, or NIT. This makes it easy to sort and act on feedback. The output goes into review.json for your workflow to publish.

It also supports special rules like checking against a spec document or a security companion skill. All findings stay in one file. This keeps your review process consistent and automated.

Add Review Pr skill to your workflow

Global

mkdir -p ~/.claude/skills/review-pr

Project

mkdir -p .claude/skills/review-pr

Source Repository

Stars
110
Forks
2
Watchers
110
License
MIT
Last Push
25 days ago
Created
2 months ago