---
name: Release Guard
slug: release-guard
category: Quality
description: Release Guard runs release-readiness checks for docs, scripts, verification coverage, and operational safety before merge or release. Use it to compare command consistency, architecture docs, and safety controls against the current code.
github: "https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/.agents/skills/release-guard"
language: TypeScript
stars: 933
forks: 210
install: "npx degit https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/.agents/skills/release-guard ~/.claude/skills/release-guard"
installs_to: ~/.claude/skills/release-guard
source_path: .agents/skills/release-guard/SKILL.md
collection_size: 20
category_size: 1354
collection_url: "https://dirskills.com/collections/hoangsonww/Claude-Code-Agent-Monitor"
added: 2026-08-22T05:20:21.914Z
last_synced: 2026-08-22T05:20:21.914Z
canonical_url: "https://dirskills.com/skills/release-guard"
---

# Release Guard

Release Guard runs release-readiness checks for docs, scripts, verification coverage, and operational safety before merge or release. Use it to compare command consistency, architecture docs, and safety controls against the current code.

**Install:**

```bash
npx degit https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/.agents/skills/release-guard ~/.claude/skills/release-guard
```

## README

# Release Guard Skill

## Workflow
- Check command consistency across docs and `package.json`.
- Verify architecture docs align with current code paths.
- Validate that safety controls are still documented and enforced.
- Report pass/fail with concrete file references.

## Focus areas
- Hook flow and failure behavior.
- Session/agent lifecycle semantics.
- MCP safety gates and host setup instructions.
- Troubleshooting accuracy.

## References
- `references/release-checklist.md`
