pr-first-review

Identify security vulnerabilities, style violations, and scope creep in GitHub pull requests.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir --skill pr-first-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-first-review
Source: https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir/tree/main/skills/pr-first-review
Command: npx skills add https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir --skill pr-first-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the initial review of GitHub pull requests, catching common issues like security vulnerabilities, style violations, and scope creep before the maintainer's review begins.

Core Features & Use Cases

  • Code Review Automation: Identifies OWASP Top 10 vulnerabilities, style violations, and other common issues in pull requests.
  • Efficient Review Process: Generates comments and flags issues for the maintainer to review, allowing for a more efficient workflow.
  • Use Case: When a pull request is opened in a GitHub repository, the Skill automatically analyzes the changes and comments on any potential issues.

Quick Start

Run the skill on a pull request with the command: /pr-first-review owner/repo#123

Frequently Asked Questions about pr-first-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub PR review to catch security vulnerabilities?

Automated GitHub PR review flags OWASP Top 10 vulnerabilities, style violations, and scope creep by analyzing pull request changes and leaving comments. This catches common issues early before a maintainer begins their manual review.

Can I use AI to check for scope creep in a pull request?

AI models check for scope creep in pull requests by evaluating the submitted changes against expected boundaries. The review identifies out-of-scope modifications and flags them directly on the GitHub pull request for the maintainer.

What's the best way to flag style violations in GitHub pull requests?

Flagging style violations in GitHub pull requests is done by running an automated AI review on the submitted code changes. The process identifies deviations from established style guidelines and leaves comments on the pull request.

Do I need the github module to automate pull request code review?

The github module is required to automate pull request code review within the repository workflow. It provides the necessary integration to access pull request changes and post comments directly on the GitHub platform.

How do I run an automated code review on a specific GitHub pull request?

Run an automated code review on a specific GitHub pull request by executing the command `/pr-first-review owner/repo#123`. The Skill analyzes the specified pull request changes and leaves comments on any potential issues.

When should I not use AI for automated code review?

AI automated code review should not replace the final maintainer review for complex logic or architectural decisions. It is designed to catch common issues like security vulnerabilities and style violations early, streamlining the initial review process.