zno-review

Automate code review across security, performance, error handling, SOLID/DRY, and project conventions.

2|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/1447751897/ai-project-command-skills --skill zno-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zno-review
Source: https://github.com/1447751897/ai-project-command-skills/tree/main/skills/zno-review
Command: npx skills add https://github.com/1447751897/ai-project-command-skills --skill zno-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of reviewing code, addressing potential security vulnerabilities, performance issues, and adherence to best practices.

Core Features & Use Cases

  • Code Review Automation: Automated auditing of code against 5 dimensions including security, performance, error handling, and project conventions.
  • Real-time Findings: Immediate feedback on blocking issues, suggestions, and reminders for improvements.
  • Integration with Development Workflow: Seamless integration into the development workflow for continuous improvement.

Quick Start

To initiate a code review, use the command /zno-review.

Frequently Asked Questions about zno-review

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

FAQPage Schema
How do I automate code review for security vulnerabilities and performance issues before merging?

Automated code review evaluates code across security, performance, error handling, SOLID/DRY, and project conventions. It provides immediate feedback on blocking issues and suggestions to ensure code safety and quality before integration.

What is the best way to check code against SOLID principles and project conventions?

Checking code against SOLID principles and project conventions involves auditing your codebase against predefined architectural rules. This automated process identifies violations in design patterns and project standards to maintain consistency.

Can I integrate automated code auditing into my continuous integration workflow?

Yes, automated code auditing integrates seamlessly into continuous integration workflows. It is designed to execute via scripts during the software development lifecycle, providing real-time findings and reminders for continuous improvement.

How does error handling code review work to ensure software quality?

Error handling code review works by scanning your source code to identify unhandled exceptions and inadequate fallback logic. It assesses your error management patterns to ensure application stability and robustness.

What do I need to perform a security and performance audit on my codebase?

Performing a security and performance audit requires executing the review command within your development environment. The skill uses internal scripts and reference guidelines to analyze your code without external dependencies.