Claude-Code-Agent-Monitor release-guard

Run release-readiness checks for this repository. Use when validating docs, scripts, verification coverage, and operational safety before merge or release.

install
source · Clone the upstream repo
git clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/hoangsonww/Claude-Code-Agent-Monitor "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.agents/skills/release-guard" ~/.claude/skills/hoangsonww-claude-code-agent-monitor-release-guard && rm -rf "$T"
manifest: .agents/skills/release-guard/SKILL.md
source content

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