operability-review

Evaluate source code and configuration changes for operational reliability and observability standards.

3|Updated May 12, 2026
One-click install
npx skills add https://github.com/gao-hongnan/omniagents --skill operability-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: operability-review
Source: https://github.com/gao-hongnan/omniagents/tree/main/plugins/reviewer/skills/operability-review
Command: npx skills add https://github.com/gao-hongnan/omniagents --skill operability-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the critical gap between writing code and operating it, identifying silent failure modes, observability gaps, and risky deployment patterns before they reach production.

Core Features & Use Cases

  • Operability Hunts: Systematically evaluates code for 3am-readiness, including timeout budgets, retry storms, and mixed-version deployment safety.
  • Risk Mitigation: Identifies missing logs, unhandled error paths, and dangerous configuration defaults that lead to production incidents.
  • Use Case: Use this during a pull request review to verify that a new background worker correctly handles SIGTERM signals and implements proper retry backoff, preventing potential data loss or duplicate processing.

Quick Start

Run the operability-review skill to audit the current diff for production readiness and potential failure modes.

Frequently Asked Questions about operability-review

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

FAQPage Schema
How do I check code for production readiness and unhandled exceptions?

Production readiness checks evaluate source code and configuration changes to identify unhandled exceptions, missing metrics, and unsafe deployment patterns before they reach production. This ensures runtime paths meet strict reliability standards.

What is the best way to prevent incident risks like retry storms during code review?

Preventing incident risks during code review involves systematically hunting for timeout budgets, retry storms, and mixed-version deployment safety issues. This identifies dangerous configuration defaults and missing logs that lead to production incidents.

How do I validate graceful shutdown behavior and SIGTERM signal handling in background workers?

Validating graceful shutdown behavior involves evaluating background workers for correct SIGTERM signal handling and proper retry backoff. This prevents potential data loss or duplicate processing during deployments.

Can I audit migration scripts and infrastructure definitions for observability gaps?

You can audit migration scripts and infrastructure definitions for observability gaps by evaluating them against operational reliability standards. The process targets missing metrics and unhandled error paths to ensure full production-grade compliance.

Why does my deployment fail to meet production-grade logging and timeout management requirements?

Deployments fail production-grade requirements when code lacks proper logging, timeout management, and graceful shutdown behavior. Evaluating runtime paths identifies these silent failure modes and observability gaps before release.

Does this operability review work with configuration changes and runtime path evaluations?

Operability review works directly with configuration changes and runtime path evaluations to identify silent failure modes. It validates that all changes meet strict production-grade requirements for reliability and observability standards.