code-review

Analyze code changes for correctness, security, intent, style, and documentation compliance.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ascerra-fullsend-rehearsal/fullsend --skill code-review-ascerra-fullsend-rehearsal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/ascerra-fullsend-rehearsal/fullsend/tree/main/internal/scaffold/fullsend-repo/skills/code-review
Command: npx skills add https://github.com/ascerra-fullsend-rehearsal/fullsend --skill code-review-ascerra-fullsend-rehearsal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-api, linters, security scanning tools, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the code review process, providing a comprehensive evaluation of code changes to improve code quality and security.

Core Features & Use Cases

  • Comprehensive Code Evaluation: Analyzes code changes across multiple dimensions, including correctness, security, intent, style, and documentation.
  • Automated Review Workflow: Can be invoked directly or by other skills like pr-review, enabling seamless integration into the development process.
  • Use Case: Utilize this Skill to review a pull request in GitHub, automatically checking for issues like logic errors, security vulnerabilities, and style inconsistencies.

Quick Start

Invoke the code-review skill to automatically review the changes in the current branch.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for pull requests on GitHub?

To automate code reviews for GitHub pull requests, you can use a tool that integrates with the GitHub API to analyze code changes. This process automatically evaluates correctness, security, intent, style, and documentation compliance.

What does an automated code review check for in a pull request?

An automated code review checks pull requests for logic errors, security vulnerabilities, style inconsistencies, and documentation compliance. It analyzes code changes across multiple dimensions to improve overall code quality and security.

Can I use automated security scanning and linters together for GitHub code review?

Yes, automated code review can integrate security scanning tools and linters alongside the GitHub API. This combination allows you to automatically detect security vulnerabilities and enforce style guidelines during the pull request workflow.

What is the best way to streamline a code review workflow?

The best way to streamline a code review workflow is to automate the evaluation of code changes for correctness and security. Invoking an automated review process directly on your current branch provides a comprehensive evaluation without manual intervention.

Do I need the GitHub API to automate code review on my current branch?

Yes, you need the GitHub API to automate code review on your current branch. The GitHub API is required to fetch pull request data, enabling the automated analysis of code changes for correctness, security, and style.

Why does an automated code review focus on intent and documentation compliance?

Automated code review focuses on intent and documentation compliance to ensure code changes meet project standards and functional goals. Analyzing these dimensions alongside correctness and security provides a comprehensive evaluation of code quality.