add-code-review

Validate code against architectural contracts, IoC, RESTful, OWASP, SOLID, and quality metrics.

8|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/brabos-ai/code-addiction --skill add-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-code-review
Source: https://github.com/brabos-ai/code-addiction/tree/main/framwork/.codeadd/skills/add-code-review
Command: npx skills add https://github.com/brabos-ai/code-addiction --skill add-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the rigorous process of code review, ensuring that all code adheres to architectural contracts, security standards, and best practices, thereby preventing common bugs and vulnerabilities before they reach production.

Core Features & Use Cases

  • Automated Validation: Checks code against specifications, architectural rules, IoC configurations, RESTful compliance, security (OWASP), SOLID principles, and general code quality.
  • Issue Identification: Pinpoints specific violations with file and line numbers, providing clear examples and suggested fixes.
  • Use Case: After a developer commits new code for a feature, this Skill can be invoked to automatically perform a comprehensive review, flagging any deviations from the project's established standards and security policies.

Quick Start

Run the add-code-review skill to validate the recently committed code against all project standards.

Frequently Asked Questions about add-code-review

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

FAQPage Schema
How do I automate code review for architectural and security compliance?

Automated code review validates commits against architectural contracts, IoC configurations, and OWASP security standards. It pinpoints specific violations with file and line numbers, providing clear examples and suggested fixes for remediation.

What is the best way to check if my code violates SOLID principles and RESTful compliance?

Checking SOLID principles and RESTful compliance involves validating code against established architectural rules. This process identifies spec compliance gaps, architectural violations, and common programming errors, providing detailed feedback for remediation.

How does automated code review identify security audit gaps in my codebase?

Security audit gap identification checks code against OWASP security standards to prevent vulnerabilities. It flags specific deviations from project security policies and pinpoints exact file and line numbers for immediate remediation.

Can I use automated code review for validating IoC configurations and architectural contracts?

Yes, automated code review validates IoC configurations and architectural contracts seamlessly. It performs comprehensive checks against project specifications and rules, flagging any deviations from established standards after a developer commits new code.

What limitations should I expect when validating code against general code quality metrics?

Validating code against general quality metrics identifies common programming errors and spec compliance gaps. It provides detailed feedback for remediation, though developers must manually apply the suggested fixes to resolve architectural violations.

Why do I need automated code review to prevent bugs before they reach production?

Automated code review prevents bugs by rigorously ensuring code adheres to architectural contracts and security standards. It automates the validation process, identifying common vulnerabilities and programming errors before deployment.