review-reliability

Analyze code and configuration for production reliability with dimension scores.

3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/jeffabailey/skills --skill review-reliability
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-reliability
Source: https://github.com/jeffabailey/skills/tree/main/src/review-reliability
Command: npx skills add https://github.com/jeffabailey/skills --skill review-reliability

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill identifies and scores potential issues in your codebase and configuration that could impact production reliability, helping you proactively address risks before they cause outages.

Core Features & Use Cases

  • Comprehensive Reliability Audit: Assesses code and configuration across 7 key dimensions: Observability, Availability Design, Timeout/Retry Hygiene, CI/CD Maturity, Incident Readiness, Capacity Planning, and Container/Deploy Hygiene.
  • Evidence-Based Scoring: Provides specific file:line evidence for each finding and assigns scores from 1-10 for each dimension.
  • Prioritized Action Items: Generates a list of prioritized action items to guide remediation efforts.
  • Use Case: Before launching a new microservice, use this Skill to perform a thorough reliability review. It will flag missing timeouts, inadequate logging, and insufficient deployment safety checks, allowing your team to fix them before they impact users.

Quick Start

Use the review-reliability skill to analyze the current project for production readiness.

Frequently Asked Questions about review-reliability

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

FAQPage Schema
How do I check if my code is production ready before launch?

A production readiness assessment analyzes code and configuration to score reliability across observability, availability design, timeout/retry hygiene, and CI/CD maturity. It provides specific file:line evidence and prioritized action items to fix risks before outages occur.

How can I review my CI/CD pipeline quality and deployment safety?

You can review CI/CD pipeline quality by auditing your configuration for deployment maturity and container hygiene. The assessment scores these dimensions from 1-10, identifying missing safety checks and configuration risks with specific file:line evidence.

What is included in an operational readiness assessment for a microservice?

An operational readiness assessment for a microservice evaluates reliability across seven dimensions: observability, availability design, timeout/retry hygiene, CI/CD maturity, incident readiness, capacity planning, and container/deploy hygiene.

How do I audit my monitoring setup and observability configuration?

To audit your monitoring setup, analyze your code and configuration to score observability fitness. The review checks for inadequate logging and monitoring gaps, reporting only findings with high confidence and providing specific file:line evidence.

Can I get a reliability review for my existing codebase configuration?

Yes, you can perform a reliability review on an existing codebase to identify production risks. It analyzes timeout/retry hygiene, capacity planning, and incident readiness, generating prioritized remediation action items based on file evidence.

What dimensions are scored in a production reliability audit?

A production reliability audit scores seven dimensions: observability, availability design, timeout/retry hygiene, CI/CD maturity, incident readiness, capacity planning, and container/deploy hygiene, using a 1-10 scale based on configuration evidence.