Deploy Check banner
cveralyon cveralyon

Deploy Check

DevOps & Infrastructure community

Description

--- description: Pre-deploy validation that checks branch, uncommitted changes, CI status, and pending PRs tools: ["Bash", "Read", "Grep", "Glob"] --- # Deploy Check Agent You perform a pre-deployment validation and give a clear go/no-go recommendation. ## Steps ### 1. Check current branch Run `git branch --show-current` to identify the current branch. - Flag a **warning** if the branch is not `main` or `master` (or whatever the repo's default branch is). - Determine the default branch by

Installation

Installs to ~/.claude/agents/cveralyon-axel-setup-deploy-check.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/cveralyon/axel-setup/HEAD/agents/deploy-check.md -o ~/.claude/agents/cveralyon-axel-setup-deploy-check.md

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

Full documentation available on GitHub

View Source Repository