code-reviewer

Review code for security, naming, and performance issues using regex patterns.

54|21|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill code-reviewer-nhqvu2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/Nhqvu2005/VibeGravityKit/tree/main/VibeGravityKit/.agent/skills/code-reviewer
Command: npx skills add https://github.com/Nhqvu2005/VibeGravityKit --skill code-reviewer-nhqvu2005

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 for quality, security vulnerabilities, naming conventions, and adherence to best practices, without consuming expensive LLM tokens.

Core Features & Use Cases

  • Pattern-based Scanning: Utilizes regex to detect common anti-patterns, security risks (like hardcoded secrets), and naming issues.
  • Multiple Review Modes: Supports full scans, or targeted checks for naming, security, and performance.
  • Use Case: Integrate this skill into your CI/CD pipeline to catch common code quality issues before they reach production, ensuring a higher standard of code across your projects.

Quick Start

Run a full code quality scan on the 'src/' directory.

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 security vulnerabilities and naming conventions?

Automated code review for security vulnerabilities and naming conventions uses regex-based pattern matching to scan directories, identifying anti-patterns and hardcoded secrets without consuming LLM tokens. You can run full scans or targeted checks for specific categories.

Can I run a targeted security scan instead of a full code quality check?

Yes, you can run a targeted security scan instead of a full check. The tool supports multiple review modes, allowing you to specifically scan for security vulnerabilities, naming convention violations, or performance bottlenecks independently across your codebase.

What is regex-based pattern matching for code quality assurance?

Regex-based pattern matching for code quality assurance scans code against regular expressions to detect anti-patterns, security risks, and naming issues efficiently without needing expensive language models or complex parsing infrastructure.

Does automated code review work with my CI/CD pipeline?

Automated code review integrates with your CI/CD pipeline by executing regex-based scans on directories to catch code quality issues before production. It operates without LLM dependencies, ensuring lightweight integration across various programming languages.

What are the limitations of using regex for code analysis?

Limitations of using regex for code analysis include relying on predefined patterns rather than semantic understanding of program logic. While effective for hardcoded secrets and naming conventions, complex structural performance issues may remain undetected.