Claude Skill

release-guard

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

LLM Mart · 0 points · 10 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download hoangsonww-claude-code-agent-monitor-.agents_skills_release-guard-83d4df5.zip · 1 KB
Part of hoangsonww/claude-code-agent-monitor — 86 skills

Install

skills CLI npx skills add https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/.agents/skills/release-guard
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install hoangsonww-claude-code-agent-monitor@llmmart
Git git clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole hoangsonww/claude-code-agent-monitor collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

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
Files (claude-code-agent-monitor)
  • agents
    • openai.yaml 241 B
      interface:
        display_name: "Release Guard"
        short_description: "Audit release readiness across code, docs, and safety controls."
        default_prompt: "Use release-guard to audit this branch for release readiness and report concrete findings."
      
  • references
    • release-checklist.md 328 B
      # Release Checklist
      
      - Commands in docs exist in root `package.json`.
      - Validation steps are documented for backend, frontend, and MCP.
      - Behavior-changing diffs mention migration/compatibility impacts.
      - Safety-sensitive operations remain guarded by explicit flags.
      - Troubleshooting sections reflect the current architecture.
      
  • SKILL.md 682 B
    ---
    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`
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related