Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install hoangsonww-claude-code-agent-monitor-agents-skills-release-guardgit clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor.gitcp Claude-Code-Agent-Monitor/SKILL.MD ~/.claude/skills/hoangsonww-claude-code-agent-monitor-agents-skills-release-guard/SKILL.md--- name: release-guard description: Run release-readiness checks for this repository. Use when validating docs, scripts, verification coverage, and operational safety before merge or release. --- # 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`