code-review

Automate code quality and security reviews for software projects.

7|1|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/ar4mirez/samuel --skill code-review-ar4mirez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/ar4mirez/samuel/tree/main/template/.claude/skills/code-review
Command: npx skills add https://github.com/ar4mirez/samuel --skill code-review-ar4mirez

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing code for quality, security, and adherence to project standards, preventing bugs and vulnerabilities before they reach production.

Core Features & Use Cases

  • Automated Pre-Commit Checks: Runs checks for code style, complexity, and security vulnerabilities before you commit.
  • Interactive PR Reviews: Guides developers through a detailed review process for pull requests.
  • Use Case: Before merging a new feature, run this Skill to automatically catch any potential security flaws or code quality issues, ensuring a high standard for all contributions.

Quick Start

Run the code-review skill to perform an automated pre-commit check on your staged changes.

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 quality checks before committing changes?

Automated pre-commit checks enforce code quality by validating function length, complexity, type signatures, and documentation before you commit changes. This prevents bugs and vulnerabilities from entering production.

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

An automated security review detects potential flaws by checking input validation and scanning for secrets. It guides developers through an interactive review process to ensure high security standards for contributions.

Can I use this to enforce testing coverage standards during code review?

Yes, you can enforce testing coverage standards during code review. The skill automates checks for testing coverage alongside complexity and security vulnerabilities to maintain software quality assurance.

How do I prevent secrets from being committed to my repository?

Prevent secrets from being committed by running automated pre-commit checks that include secrets detection. This scans your staged changes to block sensitive data before it enters the repository history.

What is the best way to review function complexity and type signatures?

The best way to review function complexity and type signatures is using an interactive pull request review. This process evaluates code against predefined project standards to catch quality issues before merging.