code-review

Execute static analysis and LLM review to detect security, type, linting, and standard issues.

2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/ashaykubal/essential-agents-skills --skill code-review-ashaykubal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/ashaykubal/essential-agents-skills/tree/main/skills/code-review
Command: npx skills add https://github.com/ashaykubal/essential-agents-skills --skill code-review-ashaykubal

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing code for security vulnerabilities, type safety issues, linting violations, and adherence to coding standards, ensuring higher code quality and reducing manual review time.

Core Features & Use Cases

  • Multi-faceted Analysis: Performs static analysis, LLM-driven judgment, and structured reporting across four key areas: Security, Type Safety, Linting, and Coding Standards.
  • Framework Agnostic: Auto-detects project frameworks (React, Express, Django, etc.) or allows manual override for tailored analysis.
  • Use Case: When submitting a pull request, use this Skill to automatically flag potential security flaws, type errors, and style inconsistencies before human review, speeding up the development cycle.

Quick Start

Run a full code review on the 'src/utils' directory.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for security vulnerabilities and linting violations?

Automated code review executes static analysis tools and LLM judgment to identify security vulnerabilities, type safety issues, linting violations, and coding standard adherence. It analyzes code across frameworks like React, Express, Django, and Vue, providing detailed findings and diagnostic logs.

Can I run static analysis and type safety checks on a React or Django project?

Yes, static analysis and type safety checks support React, Express, Django, and Vue frameworks. The review process auto-detects project frameworks or allows manual override to provide tailored analysis for security flaws and style inconsistencies.

What is the best way to flag security flaws and type errors before a pull request?

The best way to flag security flaws and type errors before a pull request is using an automated review that combines static analysis with LLM judgment. This multi-faceted analysis identifies vulnerabilities and type safety issues early, speeding up the development cycle by reducing manual review time.

How does automated code review handle coding standards and framework detection?

Automated code review handles coding standards by executing static analysis tools alongside LLM judgment to check adherence. It auto-detects project frameworks like React, Express, Django, and Vue, or allows manual framework overrides to ensure tailored analysis.

Do I need to manually specify my framework for a comprehensive code review?

No, you do not need to manually specify your framework for a comprehensive code review. The analysis auto-detects project frameworks such as React, Express, Django, and Vue, but it also provides a manual override option if specific tailored analysis is required.