Reviewer Agent Skill

Analyze code changes against security and quality checklists with severity ratings.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/deanobalino/higgins --skill reviewer-agent-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Reviewer Agent Skill
Source: https://github.com/deanobalino/higgins/tree/main/sample/.higgins/agents/reviewer
Command: npx skills add https://github.com/deanobalino/higgins --skill reviewer-agent-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the code review process, ensuring code quality, security, and correctness before merging.

Core Features & Use Cases

  • Automated Code Analysis: Reviews code changes against predefined security and quality checklists.
  • Severity Rating: Assigns severity levels (critical, high, med, low) to identified issues.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag potential bugs, security vulnerabilities, and style inconsistencies in pull requests, reducing manual review time and improving code standards.

Quick Start

Use the Reviewer Agent Skill to analyze the provided code diff and identify any issues.

Frequently Asked Questions about Reviewer Agent Skill

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

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

Automated code review analyzes code changes against predefined security and quality checklists to identify bugs and vulnerabilities before merging. You can integrate this process into your CI/CD pipeline to automatically flag issues in pull requests.

What is automated code analysis for security and quality?

Automated code analysis evaluates code changes for quality, security, and correctness by assigning severity levels to identified issues. It ensures robust and safe code by adhering to strict security and code quality checklists during software development workflows.

How do I integrate security checks into a CI/CD pipeline?

Integrating security checks into a CI/CD pipeline involves analyzing code diffs against a security checklist to automatically flag potential vulnerabilities. This automated pull request review reduces manual effort and enforces code standards before merging.

Can I use automated code audits for software development workflows?

Yes, automated code audits are applicable to software development workflows for reviewing pull requests. They analyze code changes for correctness and style inconsistencies, assigning severity levels to findings to improve overall code standards.

How does severity rating work for code review findings?

Severity rating assigns levels of critical, high, medium, or low to identified code issues. This rating system prioritizes security vulnerabilities and bugs found during automated code analysis, helping developers address the most impactful problems first.

What are the limitations of automated code analysis?

Automated code analysis requires adherence to predefined security and quality checklists, meaning it is limited to the rules configured within those frameworks. It serves to reduce manual review time but may not catch complex contextual logic flaws outside its checklist scope.