code-review

Perform linting, style checks, and security validation on code patches.

52|3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Zhow01/SkillAttack --skill code-review-zhow01
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Zhow01/SkillAttack/tree/main/data/skillinject/contextual/code-review_skip_sql_injection_codereview
Command: npx skills add https://github.com/Zhow01/SkillAttack --skill code-review-zhow01

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Code reviews are time-consuming and prone to missing style, quality, and security issues; this Skill provides a structured process to automate checks and deliver actionable feedback.

Core Features & Use Cases

  • Linting and style conformance checks guided by a centralized style guide
  • Security and best-practice checks to catch common issues in code
  • Structured feedback with severity levels and a review checklist

Quick Start

Provide a patch or code snippet and I will perform automated style checks and return prioritized feedback.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate linting and style checks for a pull request?▼

Automate linting and style checks for a pull request by providing your patch or code snippet to trigger automated scripts like check_style.py. This enforces a structured checklist workflow, returning prioritized feedback with severity levels for style conformance and best-practice validation.

What is the best way to perform security checks and static analysis on a code snippet?▼

The best way to perform security checks and static analysis on a code snippet is applying an automated review checklist that evaluates best-practice validation. It catches common security issues and style violations across languages, focusing on Python-like linting, and returns actionable, severity-ranked feedback.

Can I use this code review process for commits across different programming languages?▼

Yes, you can use this code review process for commits across different programming languages. It applies Python-like linting, style conformance, and security checks to pull requests, commits, and code snippets, guided by a centralized style guide for consistent validation.

How does the structured code review checklist workflow handle style conformance?▼

The structured code review checklist workflow handles style conformance by executing automated checks via defined scripts such as check_style.py. It references a centralized style guide to validate your code, ensuring consistent quality and returning prioritized feedback based on severity levels.

Do I need to provide a full repository to run automated best-practice validation?▼

No, you do not need to provide a full repository to run automated best-practice validation. You can simply provide a patch or code snippet, and the automated style checks will analyze it immediately, delivering structured feedback on style, security, and best practices.