generic-code-reviewer

Review code for bugs, security, performance, accessibility, and CLAUDE.md compliance.

88|22|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/travisjneuman/.claude --skill generic-code-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generic-code-reviewer
Source: https://github.com/travisjneuman/.claude/tree/main/skills/generic-code-reviewer
Command: npx skills add https://github.com/travisjneuman/.claude --skill generic-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for a wide range of issues, including bugs, security vulnerabilities, performance bottlenecks, accessibility problems, and adherence to project-specific workflows defined in CLAUDE.md.

Core Features & Use Cases

  • Comprehensive Code Analysis: Checks for security flaws, correctness, performance, accessibility, and workflow compliance across various tech stacks.
  • Automated Tech Stack Detection: Adapts its review process based on the detected project technologies (React, Node.js, Python, etc.).
  • Severity-Based Reporting: Categorizes issues into P0 (blocking), P1 (should fix), and P2 (nice to have) for prioritized action.
  • Use Case: Before merging a pull request for a new feature, use this Skill to perform a thorough code review, ensuring it meets production-ready standards and catches potential issues early.

Quick Start

Use the generic-code-reviewer skill to review the attached code snippet for any potential issues.

Frequently Asked Questions about generic-code-reviewer

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

FAQPage Schema
How do I perform an automated code review for security and accessibility issues?

You can review code across diverse tech stacks including React, TypeScript, Node.js, Python, and HTML/CSS/JS. The review process features automated tech stack detection to adapt its analysis based on the detected project technologies.

What is the best way to ensure code compliance before merging a pull request?

Yes, code analysis categorizes identified issues into P0 for blocking problems, P1 for issues you should fix, and P2 for nice-to-have improvements. This severity-based reporting helps developers prioritize remediation actions effectively.

Can I check my React and Node.js code for production readiness automatically?

Checking React and Node.js code for production readiness automatically involves detecting the project's tech stack and scanning for bugs, security flaws, and performance bottlenecks. It ensures your code meets predefined standards before deployment.

Does code review work with Python and TypeScript projects?

Code review works with Python and TypeScript projects by utilizing automated tech stack detection to tailor the analysis. It scans for correctness, security vulnerabilities, and accessibility problems specific to the detected language and framework environment.