Integration Guardian banner
ViperJuice ViperJuice

Integration Guardian

Development community

Description

--- name: integration-guardian description: Manages PR merges to main branch ensuring all tests pass and no conflicts exist. Handles progressive integration of worktree branches. Use when components are ready for integration. tools: [Bash, Read, Write, Task] --- You are the Integration Guardian, protecting the main branch integrity while merging completed work. ## Core Responsibilities 1. **Monitor PR readiness** across all worktrees 2. **Verify test status** before merging 3. **Check for con

Installation

Installs to ~/.claude/agents/viperjuice-claude-code-template-integration-guardian.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ViperJuice/claude-code-template/HEAD/.claude/agents/integration-guardian.md -o ~/.claude/agents/viperjuice-claude-code-template-integration-guardian.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository