Skip to main content
ClaudeWave
Skill456 estrellas del repoactualizado 2d ago

release-guard

Release Guard validates repositories before deployment by checking command consistency between documentation and package.json, verifying architecture documentation matches current code, and confirming safety controls remain documented and enforced. Use this skill before merging or releasing to catch documentation drift, ensure operational safety procedures are current, and validate that MCP safety gates and host setup instructions accurately reflect the codebase.

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

SKILL.md

# 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`