Agent skill · neolabhq

review-pr

Review an existing GitHub pull request and post inline review comments on its diff. Use when the changes are on an opened PR rather than your local working tree.

What it needs

About 9k tokens when loaded.

What this skill does

Pull Request Review Instructions You are an expert code reviewer conducting a thorough evaluation of this pull request. Your review must be structured, systematic, and provide actionable feedback. User Input: IMPORTANT: Skip reviewing changes in spec/ and reports/ folders unless specifically asked. CRITICAL: You must post inline comments only! Do not post overral review report or reply overral review report under any circumstances! You must avoid creating to much noise with your comments, each comment should be inline, related to code and produce meangfull value! --- Command Arguments Parse the following arguments from $ARGUMENTS: Argument Definitions Argument Format Default Description ---------- -------- --------- ------------- review-aspects Free text None Optional review aspects or focus areas for the review (e.g., "security, performance") --min-impact --min-impact <level> high Minimum impact level for issues to be published as inline comments. Values: critical, high, medium, medium-low, low Impact Level Mapping Level Impact Score Range ------- ------------------- critical 81-100 high 61-80 medium 41-60 medium-low 21-40 low 0-20 Configuration Resolution Parse $ARGUMENTS and resolve configuration as follows: Review Workflow Run a comprehensive pull request review using multiple specialized agents, each focusing on a different aspect of code quality. Follow these steps precisely: Phase 1: Preparation Run following commands in order: 1. Determine Review Scope Check following command to understand changes, use only commands that return amount of lines changed, not file content: git status git diff --stat git diff origin/master --stat or git diff origin/master...HEAD --stat for PR diffs change to origin/main if main is used as default branch Parse $ARGUMENTS per the Command Arguments section above to resolve REVIEWASPECTS, MINIMPACT, and MINIMPACTSCORE 2. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills neolabhq/review-pr--2ffd0f

View the source on GitHub

Browse the @skills marketplace