code-reviewer

Automate code-quality and architecture issue detection during multi-file reviews.

6|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/gajakannan/nebula-crm --skill code-reviewer-gajakannan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/gajakannan/nebula-crm/tree/main/agents/code-reviewer
Command: npx skills add https://github.com/gajakannan/nebula-crm --skill code-reviewer-gajakannan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps engineering teams enforce code quality, architecture boundaries, and test-coverage standards during reviews by providing structured, prioritised feedback and consistent evaluation criteria.

Core Features & Use Cases

  • Architectural & SOLID checks across pull requests to prevent boundary violations.
  • Test quality & coverage emphasis to ensure acceptance criteria are well-tested.
  • Parallel operation with Security agent to surface non-security risks early and maintain a dual-review process.
  • Template-driven guidance referencing planning-mds/SOLUTION-PATTERNS.md and agents/templates/review-checklist.md for consistent reviews.

Quick Start

  • Begin a review on the latest PR and ask the agent to generate a prioritized feedback report.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review for architecture and SOLID violations in pull requests?

Automate code review for SOLID and architecture violations by applying multi-file checks across pull requests to prevent boundary violations. This process evaluates correctness and maintainability while running in parallel with security agents to provide structured, prioritized feedback.

What is the best way to enforce test quality and coverage standards during code reviews?

Enforce test quality and coverage standards by emphasizing acceptance criteria validation during pull request reviews. This approach ensures tests are evaluated against consistent criteria using template-driven guidance, generating a prioritized feedback report on non-security risks.

How does template-driven guidance work for multi-file code reviews?

Template-driven guidance works by referencing planning-mds/SOLUTION-PATTERNS.md and review-checklist.md templates to enforce nine consistent evaluation dimensions across multi-file reviews. It emits a structured Code Quality Review Report focused on correctness, naming conventions, and maintainability.

Can I run code quality checks in parallel with a security agent?

Yes, you can run code quality checks in parallel with a Security agent. This dual-review process surfaces non-security risks early, focusing on architecture boundaries and test coverage, while the Security agent independently handles vulnerability detection.

Does this automated code review process support multi-file project evaluations?

Yes, this automated code review process supports multi-file evaluations across entire projects. It focuses on architecture boundaries, SOLID principles, naming conventions, and test quality, emitting a structured Code Quality Review Report for engineering teams.

What limitations exist when automating code quality checks for pull requests?

A key limitation is that this code quality check process focuses strictly on non-security risks like architecture and maintainability. It operates as a dual-review process alongside a Security agent, meaning it is not a standalone replacement for comprehensive security vulnerability scanning.