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

Pr Review Expert

Skill Aktiv

Use when the user asks to review pull requests, analyze code changes, check for security issues in PRs, or assess code quality of diffs.

Zweck

To provide a structured, systematic, and expert-level code review for pull requests and merge requests, ensuring code quality, security, and stability.

Funktionen

  • Performs blast radius analysis of code changes
  • Scans for security vulnerabilities (SQL injection, XSS, secrets)
  • Calculates test coverage deltas
  • Detects breaking changes in APIs, DB schemas, and config
  • Verifies ticket linking for Jira/Linear
  • Assesses performance impact of changes

Anwendungsfälle

  • Reviewing PRs/MRs before merging to shared libraries or APIs
  • Conducting thorough reviews of large code changes (>200 lines)
  • Onboarding new contributors by providing detailed feedback
  • Proactively reviewing security-sensitive code paths
  • Assessing code quality and potential regressions after incidents

Nicht-Ziele

  • Performing automated code style fixes
  • Replacing the need for human oversight in critical decisions
  • Reviewing non-code artifacts (e.g., documentation, design files)

Documentation

  • info:Configuration & parameter referenceWhile the SKILL.md details various commands and their parameters, it does not explicitly document defaults for all potential configurations or mention precedence orders for any configuration files.

Security

  • warning:Secret ManagementThe `SKILL.md` mentions `JIRA_API_TOKEN` and `LINEAR_API_KEY` and provides example `curl` commands to use them, but does not explicitly detail how these secrets should be managed or protected, potentially leading to accidental exposure.

Code Execution

  • info:ValidationWhile the skill uses CLI commands and `grep` for analysis, there's no explicit mention or evidence of a schema validation library being used for input arguments or output sanitization.
  • info:Error HandlingThe SKILL.md provides examples of using CLI tools, but does not detail explicit error handling mechanisms or structured error reporting for cases where these tools might fail.

Errors

  • info:Actionable error messagesWhile the skill details how to use CLI tools, it doesn't explicitly define how errors from these tools are handled or presented to the user with remediation steps.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add alirezarezvani/claude-skills
/plugin install engineering@claude-code-skills

Qualitätspunktzahl

98 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne14.6k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

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

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

ClawSweeper Skill

100

Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.

Skill
steipete

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

Github Code Review

99

Comprehensive GitHub code review with AI-powered swarm coordination

Skill
ruvnet

Gitcrawl

99

Use gitcrawl for OpenClaw issue and PR archive search, duplicate discovery, related-thread clustering, and local GitHub mirror freshness checks.

Skill
steipete