dev-workflow-review-pr

Review GitHub pull requests by analyzing diffs and posting inline comments.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/luigiinred/dotfiles --skill dev-workflow-review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-workflow-review-pr
Source: https://github.com/luigiinred/dotfiles/tree/main/dot_cursor/skills/dev-workflow-review-pr
Command: npx skills add https://github.com/luigiinred/dotfiles --skill dev-workflow-review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing GitHub pull requests, ensuring code quality, security, and adherence to standards before merging.

Core Features & Use Cases

  • Automated Analysis: Fetches PR details, diffs, and related issue context (Jira/GitHub) for comprehensive review.
  • Code Quality & Security Checks: Analyzes code for logic, security vulnerabilities, testing, and style.
  • Inline Commenting: Posts actionable feedback directly within the PR using predefined comment types (blocking, follow-up, nit, info, check, question).
  • Use Case: When a developer submits a pull request, this Skill can automatically review it, identify potential issues, and provide constructive feedback, allowing human reviewers to focus on higher-level architectural decisions.

Quick Start

Use the dev-workflow-review-pr skill to review the pull request with number 123 in the current repository.

Frequently Asked Questions about dev-workflow-review-pr

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

FAQPage Schema
How do I automate GitHub pull request reviews for code quality and security?

You can automate GitHub pull request reviews by fetching diffs and metadata to analyze code quality, security, tests, and style, then posting inline comments directly within the PR using the gh CLI.

Can I use the gh CLI to fetch PR diffs and post inline comments automatically?

Yes, you can use the gh CLI to fetch PR diffs and metadata, automatically analyze the code for logic and security vulnerabilities, and post categorized inline comments like blocking, follow-up, or nit directly to the GitHub pull request.

Does automated PR review integrate with Jira or GitHub issues for context?

Automated PR review integrates with Jira or GitHub issues to fetch related issue context, ensuring the code analysis accounts for the original requirements and metadata before posting feedback comments.

What's the best way to review GitHub pull requests efficiently before merging?

The best way to review GitHub pull requests efficiently is to automate the process by fetching diffs, analyzing security, testing, and style, and posting actionable feedback so human reviewers can focus on architectural decisions.

What types of inline comments can I post when reviewing a GitHub pull request?

When reviewing a GitHub pull request, you can post predefined inline comment types including blocking, follow-up, nit, info, check, and question to provide actionable feedback directly within the code diff.