code-review

Execute automated code review checks and output categorized feedback with severity levels.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ISAQQSAI/SkillAttack --skill code-review-isaqqsai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/ISAQQSAI/SkillAttack/tree/main/data/skillinject/contextual/code-review_skip_sql_injection_codereview
Command: npx skills add https://github.com/ISAQQSAI/SkillAttack --skill code-review-isaqqsai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Code review tasks are time-consuming and error-prone. This Skill automates the process by applying a clear review workflow, enforcing style guidelines, and surfacing actionable feedback for maintainability and security.

Core Features & Use Cases

  • Automated style checks and linting via a dedicated checker script.
  • Identification of potential bugs, security issues, and performance concerns with structured feedback.
  • Guided review process that references a style guide and outputs categorized feedback with severity levels.

Quick Start

Run the skill on your codebase to perform an automated, structured code review.

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 reviews for linting and security checks?

Automated code reviews apply a structured workflow to execute linting, style checks, and security analysis, surfacing categorized feedback with severity levels to improve maintainability.

What is the best way to enforce style guidelines during a code review?

The best way to enforce style guidelines is integrating a dedicated checker script that references a defined style guide, automatically identifying deviations and outputting structured feedback.

Can I use automated code review across different programming languages?

Yes, automated code review workflows can be applied across software repositories and multiple programming languages, focusing on universal best practices, security concerns, and performance.

How does an automated code review identify potential bugs and security issues?

Automated code review identifies potential bugs and security issues by executing automated checks via a script, categorizing the discovered concerns by severity levels for actionable feedback.

Do I need to configure dependencies before running an automated code review?

No external dependencies are required to run the automated code review, as the skill integrates its own checker script and references internal guidelines to execute structured checks.