跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Review PR

技能 警告 活跃
属于:Review

Comprehensive pull request review using specialized agents

目的

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

功能

  • 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

使用场景

  • 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

非目标

  • Performing automated code fixing or merging
  • Reviewing changes outside the scope of a pull request
  • Enforcing perfection, focusing on pragmatic code safety and maintainability

工作流

  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.

实践

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

先决条件

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

安装

请先添加 Marketplace

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

质量评分

警告
75 /100
1 day ago 分析

信任信号

最近提交9 days ago
星标993
许可证GPL-3.0-or-later
状态
查看源代码

类似扩展

Codex PR Review

100

Revisa 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"

技能
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.

技能
pjt222

Agent Reviewer

99

Agent skill for reviewer - invoke with $agent-reviewer

技能
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.

技能
pjt222

Migrate Validate

100

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

技能
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.

技能
trailofbits