Skip to main content
ClaudeWave
Skill995 estrellas del repoactualizado today

reliability-report

>

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/hoangsonww/Claude-Code-Agent-Monitor /tmp/reliability-report && cp -r /tmp/reliability-report/plugins/ccam-reports/skills/reliability-report ~/.claude/skills/reliability-report
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Reliability Report

1. Confirm the review window and data scope.
2. Read stats, analytics, recent events, alert history, and workflow error
   propagation.
3. Separate:
   - Active, waiting, completed, error, and abandoned sessions
   - API errors, tool failures, interrupted turns, and stale data
   - Trigger, impact, recovery, and remaining risk
4. Compare `PreToolUse` and `PostToolUse` counts without assuming every gap is a
   failure. Check matching event context.
5. End with ranked corrective actions and the exact evidence needed for any
   unresolved hypothesis.
6. Remain read-only.