code-review-review-pr

Analyzes GitHub pull requests for bugs, vulnerabilities, quality issues, and test coverage gaps via AI agents.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Gamezar/opencode-cek --skill code-review-review-pr-gamezar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-review-pr
Source: https://github.com/Gamezar/opencode-cek/tree/main/plugins/code-review/skills/code-review-review-pr
Command: npx skills add https://github.com/Gamezar/opencode-cek --skill code-review-review-pr-gamezar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the comprehensive review of pull requests, identifying potential bugs, security vulnerabilities, and code quality issues before merging.

Core Features & Use Cases

  • Multi-Agent Review: Leverages specialized agents (security, bug hunting, quality, etc.) for in-depth analysis.
  • Confidence & Impact Scoring: Prioritizes issues based on their likelihood and severity.
  • Inline Commenting: Provides actionable feedback directly within the pull request.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag critical security flaws in new code contributions, ensuring a higher standard of code quality and security.

Quick Start

Initiate a full pull request review for the current branch.

Frequently Asked Questions about code-review-review-pr

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

FAQPage Schema
How do I automate pull request code reviews for security vulnerabilities and bugs?

Automated pull request code review identifies potential bugs and security vulnerabilities using specialized AI agents. It analyzes code changes comprehensively to ensure high code quality before merging.

How does AI code review scoring work for prioritizing issues?

AI code review scoring generates confidence and impact scores for identified issues. This mechanism prioritizes feedback based on the likelihood of a bug and the severity of a security vulnerability.

Can I integrate automated code review into GitHub Actions CI/CD pipelines?

Yes, automated code review integrates into GitHub Actions CI/CD pipelines. It posts inline comments directly within the pull request, providing actionable feedback on new code contributions.

What is multi-agent code review and how does it analyze test coverage?

Multi-agent code review leverages specialized agents to analyze code changes for contract violations and test coverage. This approach ensures in-depth analysis across distinct quality dimensions.

What's the best way to flag critical security flaws in new pull requests?

The best way to flag critical security flaws is using an automated multi-agent review Skill. It detects vulnerabilities and generates inline comments with impact scores directly on GitHub.