code-review

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lyraarteltda/MEGA-BRAIN-JARVIS-v2 --skill code-review-lyraarteltda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/lyraarteltda/MEGA-BRAIN-JARVIS-v2/tree/main/.fnd/skills/code-review
Command: npx skills add https://github.com/lyraarteltda/MEGA-BRAIN-JARVIS-v2 --skill code-review-lyraarteltda

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing code against established architectural, security, and quality standards, ensuring consistency and reducing manual review time.

Core Features & Use Cases

  • Automated Code Validation: Checks for violations of architectural contracts, IoC configuration, RESTful compliance, security best practices (OWASP), SOLID principles, and general code quality.
  • Prioritized Checks: Critical checks like Architecture Contract and IoC Configuration are prioritized.
  • Use Case: Before merging a new feature branch, use this Skill to automatically scan the code for common errors and adherence to project guidelines, flagging any issues for the developer to fix.

Quick Start

Use the code-review skill to validate the latest changes in the repository against all defined standards.

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 architectural contracts and security standards?

You can automate code review by validating changes against architectural contracts, IoC configuration, RESTful compliance, OWASP security standards, and SOLID principles using predefined checks to identify violations.

Can I automatically fix violations found during a code quality validation?

Yes, code quality validation supports auto-correction through an autopilot feature that automatically resolves identified violations and generates detailed review reports.

What is the best way to ensure SOLID principles and RESTful compliance before merging a feature branch?

The best way to ensure compliance is scanning code changes against established standards before merging, flagging architectural contract violations and security issues for developers to fix.

Does the code review process prioritize specific checks like IoC configuration over general quality metrics?

Yes, the code review process prioritizes critical checks like Architecture Contract and IoC Configuration validation before evaluating general code quality metrics and RESTful compliance.

Are there limitations when validating code changes against OWASP security standards?

Validation executes predefined checks for OWASP security standards and generates detailed reports, but relies on established architectural contracts and defined standards to identify violations accurately.