code-review

Automate pre-commit and pull request code quality, security, testing, and Git hygiene checks.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/cuemby/cloud-marketplace --skill code-review-cuemby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/cuemby/cloud-marketplace/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/cuemby/cloud-marketplace --skill code-review-cuemby

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for quality, security vulnerabilities, testing coverage, and adherence to project conventions, preventing bugs and improving maintainability before code is committed or merged.

Core Features & Use Cases

  • Automated Guardrails: Enforces standards for function length, complexity, and file size.
  • Security Scanning: Detects secrets, input validation issues, and insecure file operations.
  • Testing Validation: Verifies test coverage, existence, and independence.
  • Git Hygiene: Checks commit message format and atomicity.
  • Use Case: Before committing a new feature, run the automated code review to catch potential issues like hardcoded secrets or overly complex functions, ensuring only high-quality, secure code enters the repository.

Quick Start

Run the code review skill to perform an automated check on the current codebase.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate pre-commit code quality and security checks?

Automated pre-commit code quality and security checks evaluate function length, file size, and input validation to prevent bugs before code is committed. This process enforces standards for complexity and detects hardcoded secrets to ensure secure repository merges.

What is automated pull request code review for Git hygiene?

Automated pull request code review for Git hygiene verifies commit message formatting and atomicity alongside test coverage. It validates testing independence and enforces project conventions to improve maintainability before code is merged into the repository.

How do I detect secrets and security vulnerabilities before merging code?

Detect secrets and security vulnerabilities before merging code by running automated security scanning during the review process. This validation identifies insecure file operations and input validation issues, ensuring only secure code enters the repository.

Can I verify test coverage and existence during an automated code review?

You can verify test coverage, existence, and independence during an automated code review. The testing validation process checks that your codebase meets coverage standards before allowing a commit or pull request to proceed.

Does interactive code review support manual validation of code complexity?

Interactive code review supports manual validation of code complexity alongside automated checks. It allows developers to comprehensively review function length, file size, and security standards before finalizing a commit or pull request.