code-review

Automates code review for NestJS, Next.js, and React Native applications.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/DiologIR/diolog-plugins --skill code-review-diologir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/DiologIR/diolog-plugins/tree/main/plugins/code-review/skills/code-review
Command: npx skills add https://github.com/DiologIR/diolog-plugins --skill code-review-diologir

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates code reviews for NestJS, Next.js, and React Native applications, saving developers time and improving code quality.

Core Features & Use Cases

  • Code Review Automation: Automatically performs code reviews on requested files or entire codebases.
  • Framework-Specific Checklists: Includes checklists for NestJS, Next.js, TypeScript, OWASP security, and more.
  • Multi-Pass Review: Ensures high signal-to-noise ratio by using parallel sharding and an independent verifier.
  • Use Cases: Suitable for developers, teams, or organizations looking to streamline the code review process and maintain code quality.

Quick Start

To perform a code review on your NestJS project, activate the 'code-review' skill and specify the file or files to review. For example, 'code-review --files app/*.ts'.

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 a NestJS or Next.js application?

Automated code review for NestJS, Next.js, and React Native applications is handled by activating the skill and specifying target files. It automatically performs security, performance, dead-code, test-coverage, and tech-debt analysis on your source code.

What does automated code review check for in React Native projects?

Automated code review in React Native projects checks for security vulnerabilities, performance bottlenecks, dead-code, test-coverage gaps, component-quality, and tech-debt. It uses framework-specific checklists including OWASP security standards to ensure high signal-to-noise ratios.

Can I review an entire codebase for tech-debt and security issues?

Yes, code review automation can be performed on requested individual files or entire codebases. It handles tech-debt and OWASP security analysis by executing various checks and verifications using parallel sharding and an independent verifier.

What is the best way to ensure high signal-to-noise ratio during code review?

The best way to ensure a high signal-to-noise ratio during code review is using a multi-pass approach with parallel sharding and an independent verifier. This method systematically checks TypeScript, framework-specific, and security checklists.

Does automated code review work without installing additional dependencies?

Automated code review requires no additional dependencies but does require access to your source code and the ability to execute various checks and verifications. It applies framework-specific checklists for NestJS, Next.js, and React Native.

Why does code review automation use framework-specific checklists?

Code review automation uses framework-specific checklists for NestJS, Next.js, and React Native to accurately evaluate component-quality and tech-debt. This tailored approach ensures the automated review identifies relevant architectural and security issues effectively.