Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Review PR

Skill Warnung Aktiv
Teil von:Review

Comprehensive pull request review using specialized agents

Zweck

To automate the process of reviewing pull requests thoroughly and systematically, identifying potential issues with actionable feedback.

Funktionen

  • 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

Anwendungsfälle

  • 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

Nicht-Ziele

  • 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

  1. Determine review scope and parse arguments.
  2. Launch specialized agents in parallel for different review aspects.
  3. Determine applicable review agents based on changes.
  4. Launch review agents to analyze changes and identify issues.
  5. Score issues for confidence and impact.
  6. Filter issues based on minimum impact and confidence thresholds.
  7. Post inline comments for qualifying issues.

Praktiken

  • Code Quality
  • Security Auditing
  • Test Coverage Analysis
  • Code Maintainability

Voraussetzungen

  • 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

Zuerst Marketplace hinzufügen

/plugin marketplace add NeoLabHQ/context-engineering-kit
/plugin install review@context-engineering-kit

Qualitätspunktzahl

Warnung
75 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit9 days ago
Sterne993
LizenzGPL-3.0-or-later
Status
Quellcode ansehen

Ähnliche Erweiterungen

Codex PR Review

100

Überprüft Pull Requests in Drupal 11 (oder anderen) Projekten gemäß der Codex-Methodik (Geschäftslogik, Edge Cases von Hooks/Queries, Sicherheit, Performance, Vollständigkeit). Generiert einen .md-Bericht im erkannten IDE-Ordner (.antigravity/, .cursor/, .vscode/ oder docs/) mit Befunden nach Schweregrad und umsetzbaren Lösungen. Verwenden Sie dies, wenn der Benutzer "Codex-Überprüfung", "PR-Überprüfung", "PR überprüfen", "PR überprüfen" anfordert.

Skill
j4rk0r

Review Pull Request

100

Review 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.

Skill
pjt222

Agent Reviewer

99

Agent skill for reviewer - invoke with $agent-reviewer

Skill
ruvnet

Create Pull Request

99

Create 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.

Skill
pjt222

Migrate Validate

100

Validate pending migrations for foreign key consistency, rollback safety, and best practices

Skill
ruvnet

Semgrep Rule Creator

100

Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.

Skill
trailofbits