codereview

Automates git-based code review with parallel passes and adversarial validation for maintainability and security issues.

2|1|Updated Aug 23, 2025
One-click install
npx skills add https://github.com/neozenith/agentic-dotfiles --skill codereview-neozenith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codereview
Source: https://github.com/neozenith/agentic-dotfiles/tree/main/skills/codereview
Command: npx skills add https://github.com/neozenith/agentic-dotfiles --skill codereview-neozenith

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the code review process with a focus on precision and confidence, streamlining the process and reducing human error.

Core Features & Use Cases

  • Parallel Perspective Passes: Conducts multiple review passes simultaneously, each focusing on a different aspect of the code.
  • Adversarial Validation: Validates each finding before reporting, ensuring high precision.
  • Maintainability and Security Focus: Prioritizes maintaining code quality and security.

Quick Start

Run the codereview skill on your current branch to get an automated code review.

Frequently Asked Questions about codereview

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

FAQPage Schema
How do I automate code review for security and maintainability?

You can automate code review by running parallel perspective passes that simultaneously evaluate different aspects of your code, focusing specifically on maintainability and security vulnerabilities.

What is adversarial validation in automated code review?

Adversarial validation in automated code review is a mechanism that validates each finding before reporting it, ensuring high precision and reducing false positives in the final quality assurance results.

Do I need git and subagent support to run parallel code review passes?

Yes, you need both git and subagent support to run parallel code review passes, as the automated review process requires these dependencies to execute its simultaneous perspective evaluations.

What's the best way to ensure high precision in automated code review?

The best way to ensure high precision in automated code review is to use a process that runs parallel perspective passes combined with adversarial validation to verify findings before reporting them.

Can I review my current git branch for code quality issues automatically?

Yes, you can automatically review your current git branch for code quality issues by running the automated review process on it to identify maintainability and security problems.

Why does automated code review focus on maintainability and security?

Automated code review focuses on maintainability and security because these two dimensions are critical for long-term software quality, allowing parallel passes to systematically detect vulnerabilities and structural degradation.