HyperFleet Operational Readiness Audit

Audit local HyperFleet repositories for operational readiness against HYPERFLEET-539 requirements.

5|17|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/openshift-hyperfleet/hyperfleet-claude-plugins --skill hyperfleet-operational-readiness-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: HyperFleet Operational Readiness Audit
Source: https://github.com/openshift-hyperfleet/hyperfleet-claude-plugins/tree/main/hyperfleet-operational-readiness/skills/operational-readiness-audit
Command: npx skills add https://github.com/openshift-hyperfleet/hyperfleet-claude-plugins --skill hyperfleet-operational-readiness-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits local HyperFleet repositories for operational readiness based on HYPERFLEET-539 requirements, surfacing gaps and recommended improvements without modifying code or configurations.

Core Features & Use Cases

  • Automated assessment of health probes, dead man's switch metrics, retry logic with backoff, PodDisruptionBudgets, resource limits, and graceful shutdown handling.
  • Structured reporting that highlights resilience gaps and actionable remediation steps for on-call and engineering teams.
  • Use Case: before promoting a change to production, run the audit to verify repository readiness and identify blockers to production readiness.

Quick Start

Run the audit against a repository to generate an operational readiness report.

Frequently Asked Questions about HyperFleet Operational Readiness Audit

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

FAQPage Schema
How do I audit local Go repositories for operational readiness before production deployment?

Run an operational readiness audit against local HyperFleet repositories to verify health probes, dead man's switch metrics, retry logic with exponential backoff, PDBs, resource limits, and graceful termination handling, producing a read-only report of production readiness gaps.

What is a production readiness audit and how does it check Kubernetes deployment configurations?

A production readiness audit evaluates Kubernetes deployment configurations by verifying PodDisruptionBudgets, resource limits, and health probes to identify resilience gaps and surface actionable remediation steps for on-call and engineering teams without modifying code.

How do I verify graceful shutdown and health probes are implemented correctly in my service?

Verify graceful shutdown and health probes by running an audit that checks functional health checks and graceful termination handling against HYPERFLEET-539 requirements, surfacing any operational readiness gaps in a structured read-only report.

Does the readiness audit modify code or configurations during the assessment?

No, the readiness audit is strictly read-only and does not modify code or configurations. It assesses deployment configurations, retry logic, and metrics to produce a structured report highlighting resilience gaps and recommended improvements.

Can I use this audit to check retry logic and dead man's switch metrics for HyperFleet repositories?

Yes, the audit applies to general HyperFleet repositories and specifically monitors dead man's switch metrics and retry logic with exponential backoff to identify operational readiness gaps based on HYPERFLEET-539 requirements.

When should I run an operational readiness audit on my HyperFleet repository?

Run the operational readiness audit before promoting a change to production to verify repository readiness, identify blockers to production readiness, and surface recommended improvements for health probes, graceful shutdown, and deployment configurations.