Review PR
Skill Warning ActiveComprehensive pull request review using specialized agents
To automate the process of reviewing pull requests thoroughly and systematically, identifying potential issues with actionable feedback.
Features
- Comprehensive PR review using specialized agents
- Parallel execution of review agents
- Confidence and impact scoring for identified issues
- Filtering of issues based on minimum impact level
- Posting inline comments on PRs
Use Cases
- Automating code quality checks for pull requests
- Identifying security vulnerabilities in PR changes
- Ensuring adherence to project guidelines through automated review
- Providing structured feedback on code changes
Non-Goals
- Performing automated code fixing or merging
- Reviewing changes outside the scope of a pull request
- Enforcing perfection, focusing on pragmatic code safety and maintainability
Workflow
- Determine review scope and parse arguments.
- Launch specialized agents in parallel for different review aspects.
- Determine applicable review agents based on changes.
- Launch review agents to analyze changes and identify issues.
- Score issues for confidence and impact.
- Filter issues based on minimum impact and confidence thresholds.
- Post inline comments for qualifying issues.
Practices
- Code Quality
- Security Auditing
- Test Coverage Analysis
- Code Maintainability
Prerequisites
- Access to pull request context and changes
- Ability to post inline comments on GitHub
License
- critical:License usabilityThe provided LICENSE file is the GNU General Public License v3.0, which is a strong copyleft license that may restrict commercial use and redistribution without adherence to its terms, conflicting with typical open-source marketplace usability expectations.
Trust
- info:Issues AttentionThere are 6 issues opened and 8 closed in the last 90 days, indicating moderate maintainer engagement. The closure rate is approximately 57%, which is adequate.
Practical Utility
- info:Usage examplesWhile the SKILL.md details the workflow and arguments, it lacks concrete end-to-end usage examples showing input, invocation, and observable output for the `/review-pr` command itself. The README shows examples for other plugins.
Installation
First, add the marketplace
/plugin marketplace add NeoLabHQ/context-engineering-kit/plugin install review@context-engineering-kitQuality Score
WarningTrust Signals
Similar Extensions
Codex PR Review
100Revisa pull requests en proyectos Drupal 11 (u otro) siguiendo la metodología Codex (lógica de negocio, edge cases de hooks/queries, seguridad, performance, completitud). Genera un informe .md en la carpeta del IDE detectado (.antigravity/, .cursor/, .vscode/ o docs/) con hallazgos por severidad y soluciones accionables. Usar cuando el usuario pida "revisión Codex", "revisión de PR", "revisar PR", "revisar PR
Review Pull Request
100Review a pull request end-to-end using GitHub CLI. Covers diff analysis, commit history review, CI/CD check verification, severity-leveled feedback (blocking/suggestion/nit/praise), and gh pr review submission. Use when a pull request is assigned for review, performing a self-review before requesting others' input, conducting a second review after feedback is addressed, or auditing a merged PR for post-merge quality assessment.
Agent Reviewer
99Agent skill for reviewer - invoke with $agent-reviewer
Create Pull Request
99Create and manage pull requests using GitHub CLI. Covers branch preparation, writing PR titles and descriptions, creating PRs, handling review feedback, and merge/cleanup workflows. Use when proposing changes from a feature or fix branch for review, merging completed work into the main branch, requesting code review from collaborators, or documenting the purpose and scope of a set of changes.
Migrate Validate
100Validate pending migrations for foreign key consistency, rollback safety, and best practices
Semgrep Rule Creator
100Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.