reviewer

Automate code review by detecting logic errors, regressions, edge cases, security issues, and test gaps.

35|3|Updated Jun 24, 2025
One-click install
npx skills add https://github.com/intelligentcode-ai/intelligent-claude-code --skill reviewer-intelligentcode-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewer
Source: https://github.com/intelligentcode-ai/intelligent-claude-code/tree/main/src/skills/reviewer
Command: npx skills add https://github.com/intelligentcode-ai/intelligent-claude-code --skill reviewer-intelligentcode-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically analyzes code during reviews to identify logic errors, regressions, edge cases, security issues, and test gaps, and it fixes findings automatically.

Core Features & Use Cases

  • Automated code review: detects logic errors, regressions, edge cases, and security issues.
  • Automatic fixes: applies safe fixes to defects without requiring permission for most changes.
  • Review-stage coverage: supports pre-commit, post-commit, and PR review workflows, activated when users ask to review, audit, or check for security issues or regressions.

Quick Start

Run the reviewer on the current changes to automatically analyze and fix issues.

Frequently Asked Questions about reviewer

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

FAQPage Schema
How do I automate code review to fix logic errors and security issues?

Automated code review identifies logic errors, regressions, edge cases, and security issues, then applies safe fixes automatically during pre-commit, post-commit, or PR review workflows.

Can I automatically fix regressions and edge cases found during a PR review?

Yes, PR review workflows automatically detect regressions and edge cases, applying fixes autonomously except when architectural decisions or multiple valid approaches require human input.

Does automated code review work for pre-commit and post-commit workflows?

Automated code review works across pre-commit, post-commit, and PR review workflows, activating when users ask to review, audit, or check for security issues or regressions.

What is the best way to check for security issues and test gaps in code changes?

Automated code review analyzes code changes to identify security issues and test gaps, automatically applying fixes to defects without requiring permission for most changes.

When does automated code review require human input instead of applying automatic fixes?

Automated code review requires human input when findings involve architectural decisions or multiple valid approaches, applying automatic fixes autonomously for all other safe defect corrections.