# Firm Reliability Pack

> Reliability probing and documentation sync pack. Gateway health probing, documentation sync validation, channel audit, and ADR generation. 4 reliability tools.

- Skill: `modbender/firm-reliability-pack` (Agent Skill)
- Install (CLI): `npx skillmds@latest add modbender/firm-reliability-pack`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/firm-reliability-pack/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- License: MIT
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/firm-reliability-pack

---


# firm-reliability-pack

> ⚠️ Contenu généré par IA — validation humaine requise avant utilisation.

## Purpose

Ensures deployment reliability: Gateway health probing with latency tracking,
documentation-code sync verification, channel configuration audit, and
Architecture Decision Record (ADR) generation in MADR format.

## Tools (4)

| Tool | Description |
|------|-------------|
| `openclaw_gateway_probe` | Gateway health probe with latency metrics |
| `openclaw_doc_sync_check` | Documentation-code sync validation |
| `openclaw_channel_audit` | Channel configuration audit |
| `firm_adr_generate` | Generate ADR in MADR format |

## Usage

```yaml
skills:
  - firm-reliability-pack

# Probe gateway and check docs:
openclaw_gateway_probe config_path=/path/to/config.json
openclaw_doc_sync_check config_path=/path/to/config.json
```

## Requirements

- `mcp-openclaw-extensions >= 3.0.0`

