code-review

Analyze code for security vulnerabilities, type safety, and linting violations.

8|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/QBall-Inc/the-bulwark --skill code-review-qball-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/QBall-Inc/the-bulwark/tree/main/skills/code-review
Command: npx skills add https://github.com/QBall-Inc/the-bulwark --skill code-review-qball-inc

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 quality, security vulnerabilities, type safety, and adherence to coding standards, ensuring higher-quality, more secure software.

Core Features & Use Cases

  • Comprehensive Analysis: Performs static analysis, LLM-based judgment, and detailed reporting across multiple review dimensions.
  • Framework Agnostic: Detects and applies framework-specific patterns for popular frameworks like React, Express, Django, and Vue, with a generic fallback.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag critical security issues and code quality concerns before they reach production, reducing manual review time and improving code reliability.

Quick Start

Use the code-review skill to perform a full security and quality audit 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 security audits and type safety checks in my CI/CD pipeline?

Automated code review performs multi-phase static analysis and LLM-based judgment to identify security vulnerabilities, type safety issues, and linting violations before deployment. This reduces manual review time and improves software reliability.

Can I apply framework-specific code review patterns for React and Django?

Yes, framework-specific code review detects and applies predefined patterns for React, Express, Django, and Vue. It uses a generic fallback to ensure coding standards are checked even when a specific framework is not detected.

What is the best way to check for security vulnerabilities and linting violations in source code?

The best way to check for vulnerabilities and linting violations is a multi-phase code review combining deterministic static analysis with LLM-based judgment against predefined patterns, ensuring comprehensive quality and security assurance.

How do I run a full security and quality audit on a specific directory?

You can run a full security and quality audit on a specific directory by initiating the code review process, which automatically flags critical security issues and quality concerns across the specified source files.

Does static analysis catch deviations from predefined coding standards?

Yes, static analysis combined with LLM-based judgment specifically identifies deviations from predefined coding standards, ensuring your codebase maintains consistent quality and adheres to required structural patterns.

Why use LLM-based judgment instead of only deterministic linting for code quality?

LLM-based judgment complements deterministic linting by evaluating complex deviations from predefined coding standards that static analysis alone cannot catch, ensuring higher-quality and more secure software.