code-review

Automates Git-based code review with severity ratings for 19 platform types.

1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/Herxinsasa/Skills-Collector --skill code-review-herxinsasa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Herxinsasa/Skills-Collector/tree/main/code-review-skill
Command: npx skills add https://github.com/Herxinsasa/Skills-Collector --skill code-review-herxinsasa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual code reviews are often inconsistent, miss critical security and logic issues, and consume hours of developer time. This Skill automates structured, comprehensive code reviews that enforce coding standards and catch problems across any supported tech stack.

Core Features & Use Cases

  • Automatic Stack Detection: Identifies your project's technology stack from config files to apply only relevant, targeted review rules.
  • Severity-Based Reporting: Flags issues as Critical, Warning, or Suggestion so you can prioritize fixes that block merges vs. optional improvements.
  • Multi-Scenario Support: Reviews uncommitted changes, staged code, branch diffs, or specific commits for PR reviews, pre-commit checks, and post-fix validation.
  • 15 Review Categories: Covers security, performance, bugs, architecture, accessibility, and more to catch issues across every dimension of code quality.

Quick Start

Ask your AI assistant to run the code-review skill to review your recent uncommitted code changes for security, performance, and architecture issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate a security audit and code review for my git branch diff?

Automating a security audit for a git branch diff involves applying stack-specific validation rules to identify vulnerabilities and latent bugs. This process generates severity-rated findings with actionable fixes to prioritize code improvements before merging.

What is the best way to perform performance optimization checks on staged code across different tech stacks?

Performance optimization checks on staged code require applying pattern-specific validation rules across 19 supported technology stacks. This mechanism flags performance bottlenecks as Critical, Warning, or Suggestion to help prioritize fixes.

Does this automated code review tool work with my specific project architecture patterns?

Yes, the code review tool works with 5 architectural patterns and 19 technology stacks. It automatically detects your project's stack from config files to apply only relevant, targeted validation rules for your specific architecture.

Can I review specific git commits for bug detection and architecture validation?

Yes, you can review specific git commits for bug detection and architecture validation. The system supports reviewing uncommitted changes, staged code, branch diffs, or specific commits to catch design inconsistencies across 15 review categories.

How does severity-based code review reporting help prioritize pre-commit checks?

Severity-based code review reporting flags issues as Critical, Warning, or Suggestion to help prioritize pre-commit checks. This categorization separates merge-blocking security vulnerabilities from optional performance improvements, generating a summary table to guide fixes.