Reliability Review
This is an OMH reliability-review workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).
Why This Exists
reliability-review exists to make SRE-style review strict: service reliability claims must point to metrics or references, and remediation remains separate from the review narrative.
Do Not Use When
- The user only needs a generic status report or leadership deck.
- No service, incident, SLO, metric, or reliability source boundary is available.
- The request is implementation of remediation rather than review of reliability evidence.
Examples
Good example:
- Prompt: reliability-review 장애 포스트모템과 SLO 에러버짓 상태를 검토해줘.
- Expected behavior: Prepare a reliability artifact that separates metrics/references, assumptions, missing evidence, and remediation follow-ups.
- Why: The request is reliability evidence review with closure-sensitive claims.
Bad example:
- Prompt: reliability-review make a monthly PPT report for leadership.
- Expected behavior: Use
report-package unless the report specifically asks for reliability evidence review.
- Why: Report packaging and reliability validation are independent operations surfaces.
Completion Checklist
- Confirm the workflow target, evidence boundary, and stop condition are named.
- Report which outputs are prepared, observed, blocked, or missing.
- Name the smallest next verification or handoff instead of claiming completion from narration.
Recovery Notes
- If required context is missing, ask one blocking question or route back to the narrower workflow.
- If runtime or wrapper evidence is unavailable, keep the status as not_observed and expose the next observable action.
Use When
Use when Hermes should review incident notes, SLOs, error budgets, or service reliability evidence while keeping remediation and closure claims observed.
Strong routing signals: `reliability-review`, `reliability review`, `incident review`, `incident postmortem`, `postmortem`, `post-mortem`, `slo review`, `slo`, `sla`, `error budget`, `service reliability`, `reliability followup`, `remediation tracking`, `sre review`, `장애 리뷰`, `장애 회고`, `포스트모템`, `사후 분석`, `에러버짓`, `에러 버짓`, `서비스 신뢰성`, `신뢰성 검증`, `재발 방지`
Catalog Metadata
Category: reliability
Phase: incident-and-slo-review
Quality tier: reliability-gated
Reasoning demand: standard
Quality bar:
- Name service, incident/time window, SLO/error-budget target, source references, and missing observations.
- Separate supplied metrics, incident notes, assumptions, and remediation follow-ups.
- Keep closure and remediation status unobserved until evidence is supplied.
Required inputs:
- service or incident scope
- time window
- metric/source references
- known remediation items or gaps
Expected outputs:
- reliability review
- evidence and missing-evidence list
- remediation follow-up boundary
Artifact expectations:
- omh_operation_artifact/v1 reliability-review artifact when a wrapper or CLI records it
Artifact contracts:
This label denotes the machine-enforcement level, not a skill quality score and not an observed evidence state.
- contract_id:
omh_operation_artifact/v1; enforcement_level: shared_operation_validated; consumer_id: validate_operation_artifact
Safety rules:
- Do not claim SLO pass, healthy error budget, incident closure, or remediation completion without source, metric, or reference evidence.
- Do not treat a reliability narrative as verification, review, CI, merge, or deploy evidence.
- Route code remediation through a separate accepted plan or executor handoff.
Runtime Evidence
Use the current host's own tools and subagent/task mechanism when available;
otherwise run the same lanes sequentially or name the unavailable capability.
A prepared plan, handoff, checklist, or skill installation is not execution,
review, CI, merge-readiness, or merge evidence. Report actual tool results or
not_observed / not_available; never invent dispatch or host accounting.
Treat supplied context as advisory, not proof of hidden memory reads or writes.
State scope, constraints, verification, and the stop condition before work.
Supporting paths are relative to this skill directory; sibling skill paths are
relative to its parent. Resolve them from the host-provided skill base directory
({baseDir} on hosts that provide it), never a hardcoded install location.
A named workflow not installed here is unavailable, not permission to emulate
its host-specific capabilities. Verify through the real surface before done.
1---2name: omh-reliability-review-23description: [omh] Hermes Reliability Review workflow: postmortems, SLOs, error budgets, incident follow-ups, and service reliability evidence. Use when the user says: reliability-review, reliability review, incident review, incident postmortem, postmortem, post-mortem, slo review, slo.4---56# Reliability Review78This is an OMH `reliability-review` workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).910## Why This Exists1112`reliability-review` exists to make SRE-style review strict: service reliability claims must point to metrics or references, and remediation remains separate from the review narrative.1314## Do Not Use When1516- The user only needs a generic status report or leadership deck.17- No service, incident, SLO, metric, or reliability source boundary is available.18- The request is implementation of remediation rather than review of reliability evidence.1920## Examples2122Good example:2324- Prompt: reliability-review 장애 포스트모템과 SLO 에러버짓 상태를 검토해줘.25- Expected behavior: Prepare a reliability artifact that separates metrics/references, assumptions, missing evidence, and remediation follow-ups.26- Why: The request is reliability evidence review with closure-sensitive claims.2728Bad example:2930- Prompt: reliability-review make a monthly PPT report for leadership.31- Expected behavior: Use `report-package` unless the report specifically asks for reliability evidence review.32- Why: Report packaging and reliability validation are independent operations surfaces.3334## Completion Checklist3536- Confirm the workflow target, evidence boundary, and stop condition are named.37- Report which outputs are prepared, observed, blocked, or missing.38- Name the smallest next verification or handoff instead of claiming completion from narration.3940## Recovery Notes4142- If required context is missing, ask one blocking question or route back to the narrower workflow.43- If runtime or wrapper evidence is unavailable, keep the status as not_observed and expose the next observable action.44454647## Use When4849Use when Hermes should review incident notes, SLOs, error budgets, or service reliability evidence while keeping remediation and closure claims observed.5051 Strong routing signals: `reliability-review`, `reliability review`, `incident review`, `incident postmortem`, `postmortem`, `post-mortem`, `slo review`, `slo`, `sla`, `error budget`, `service reliability`, `reliability followup`, `remediation tracking`, `sre review`, `장애 리뷰`, `장애 회고`, `포스트모템`, `사후 분석`, `에러버짓`, `에러 버짓`, `서비스 신뢰성`, `신뢰성 검증`, `재발 방지`5253## Catalog Metadata5455Category: `reliability`56Phase: `incident-and-slo-review`57Quality tier: `reliability-gated`58Reasoning demand: `standard`5960Quality bar:6162- Name service, incident/time window, SLO/error-budget target, source references, and missing observations.63- Separate supplied metrics, incident notes, assumptions, and remediation follow-ups.64- Keep closure and remediation status unobserved until evidence is supplied.6566Required inputs:6768- service or incident scope69- time window70- metric/source references71- known remediation items or gaps7273Expected outputs:7475- reliability review76- evidence and missing-evidence list77- remediation follow-up boundary7879Artifact expectations:8081- omh_operation_artifact/v1 reliability-review artifact when a wrapper or CLI records it8283Artifact contracts:8485This label denotes the machine-enforcement level, not a skill quality score and not an observed evidence state.8687- contract_id: `omh_operation_artifact/v1`; enforcement_level: `shared_operation_validated`; consumer_id: `validate_operation_artifact`8889Safety rules:9091- Do not claim SLO pass, healthy error budget, incident closure, or remediation completion without source, metric, or reference evidence.92- Do not treat a reliability narrative as verification, review, CI, merge, or deploy evidence.93- Route code remediation through a separate accepted plan or executor handoff.9495## Runtime Evidence9697Use the current host's own tools and subagent/task mechanism when available;98otherwise run the same lanes sequentially or name the unavailable capability.99A prepared plan, handoff, checklist, or skill installation is not execution,100review, CI, merge-readiness, or merge evidence. Report actual tool results or101`not_observed` / `not_available`; never invent dispatch or host accounting.102Treat supplied context as advisory, not proof of hidden memory reads or writes.103State scope, constraints, verification, and the stop condition before work.104Supporting paths are relative to this skill directory; sibling skill paths are105relative to its parent. Resolve them from the host-provided skill base directory106(`{baseDir}` on hosts that provide it), never a hardcoded install location.107A named workflow not installed here is unavailable, not permission to emulate108its host-specific capabilities. Verify through the real surface before done.