code-reviewer

Apply 22 security and risk gates to score pull requests and commits.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/AmitabhainArunachala/clawd --skill code-reviewer-amitabhainarunachala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/AmitabhainArunachala/clawd/tree/main/skills/code-reviewer
Command: npx skills add https://github.com/AmitabhainArunachala/clawd --skill code-reviewer-amitabhainarunachala

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 changes, ensuring adherence to security, risk, and best practice standards before human review.

Core Features & Use Cases

  • Automated Security & Risk Scoring: Applies 22 distinct quality gates and a multi-dimensional risk scoring system.
  • Pre-Merge Validation: Reviews Pull Requests, commits, and proposed changes to catch issues early.
  • Use Case: Integrate into your CI/CD pipeline to automatically flag code with potential security vulnerabilities or deviations from best practices, reducing the burden on human reviewers.

Quick Start

Use the code-reviewer skill to review the latest commit in the current repository.

Frequently Asked Questions about code-reviewer

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

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

Automated code review for GitHub pull requests applies 22 security, risk, and best practice gates to validate changes. The process scores code across impact, exposure, persistence, sensitivity, and reversibility to determine auto-approval thresholds before human review.

How does risk assessment scoring work for git commits?

Risk assessment for git commits scores code changes across five dimensions: impact, exposure, persistence, sensitivity, and reversibility. This multi-dimensional scoring evaluates potential security vulnerabilities and deviations from best practices to establish auto-approval thresholds.

Can I use pre-commit hooks for continuous code security validation?

Pre-commit hooks support continuous code security validation by integrating directly with git workflows. This setup automatically flags potential security vulnerabilities and best practice deviations locally before changes are submitted for human review.

What's the best way to integrate security gates into a CI/CD pipeline?

Integrating security gates into a CI/CD pipeline requires applying automated risk scoring to pull requests and commits. This approach catches issues early by evaluating code against 22 distinct quality gates, reducing the burden on human reviewers.

Does automated code review replace manual security checks?

Automated code review complements rather than replaces manual security checks. It applies 22 quality gates and risk scoring to flag vulnerabilities and best practice deviations, ensuring adherence to standards before human review begins.

When should I avoid automated code review scoring?

Automated code review scoring may be unsuitable for projects requiring highly subjective architectural feedback or domain-specific logic validation. It focuses on 22 objective security, risk, and best practice gates rather than nuanced design decisions.