zes-autoreview

Review ZES Orchestration System components for error handling, configuration validation, and documentation completeness.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/ZESCODE/Zes-Orchestration-System --skill zes-autoreview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zes-autoreview
Source: https://github.com/ZESCODE/Zes-Orchestration-System/tree/main/.agents/skills/ZES-autoreview
Command: npx skills add https://github.com/ZESCODE/Zes-Orchestration-System --skill zes-autoreview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill mitigates deployment risks by enforcing a standardized, multi-point quality check before any code or service changes are shipped to the ZES Orchestration System.

Core Features & Use Cases

  • Structured Validation: Automatically verifies error handling, configuration defaults, and security best practices across services.
  • Service Integrity: Ensures new services are properly registered, documented, and capable of clean restarts.
  • Use Case: Before committing a new sub-agent pipeline or updating the proxy configuration, run this review to catch missing log configurations or unhandled promise rejections.

Quick Start

Run the zes-autoreview skill to perform a full system integrity check on the current repository state.

Frequently Asked Questions about zes-autoreview

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

FAQPage Schema
How do I automate code review and quality assurance for service deployments?

To automate code review for service deployments, you can run a standardized validation check that evaluates error handling, configuration defaults, and security best practices across your scripts before shipping changes.

What does automated service integrity validation check before a deployment?

Automated service integrity validation checks that new services are properly registered, fully documented, and capable of clean restarts to verify their operational health and deployment readiness.

How do I verify operational health and deployment readiness for orchestration components?

You verify operational health by analyzing system logs and utilizing service management utilities to evaluate documentation completeness and configuration validation across orchestration components.

Can I use automated quality checks to catch missing log configurations in proxy updates?

Yes, you can use automated quality checks before committing proxy configuration updates to catch missing log configurations, unhandled promise rejections, and other deployment risks.

When should I run an automated quality assurance check on my repository state?

You should run an automated quality assurance check on your repository state before committing new sub-agent pipelines or updating service configurations to enforce a multi-point quality check and mitigate deployment risks.

What are the limitations of automated deployment reviews for orchestration systems?

Automated deployment reviews require access to system logs and service management utilities to function, meaning they cannot verify operational health or deployment readiness if those dependencies are inaccessible.