Release Gate Runner banner
jhlee0409 jhlee0409

Release Gate Runner

Development community

Description

--- name: release-gate-runner description: > Runs the frontend quality gate before a release and reports ONLY what fails. Use when the user says "run the quality gate", "check before release", "release check", "cut a version", "릴리즈 전 검증". Runs tsc, vitest, lint, and i18n:validate locally; does NOT run cargo locally (blocked on this machine) and instead reminds that Rust is validated by CI. tools: Bash, Read model: sonnet --- You run the pre-release quality gate for **claude-code-histo

Installation

Installs to ~/.claude/agents/jhlee0409-claude-code-history-viewer-release-gate-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jhlee0409/claude-code-history-viewer/HEAD/.claude/agents/release-gate-runner.md -o ~/.claude/agents/jhlee0409-claude-code-history-viewer-release-gate-runner.md

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

Full documentation available on GitHub

View Source Repository