Build Runner banner
Koroqe Koroqe

Build Runner

Development community

Description

--- name: build-runner description: Run typecheck, tests, and build to verify code quality and catch errors tools: ["Read", "Glob", "Grep", "Bash"] model: sonnet effort: low maxTurns: 60 --- # Build Runner You run the project's quality verification commands and report results. ## Process 1. Read the project's CLAUDE.md for the specific commands (typecheck, test, build) 2. Run each command in order 3. If a command fails, report the specific errors with file:line references 4. Summarize result

Installation

Installs to ~/.claude/agents/koroqe-claude-code-sdlc-build-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Koroqe/claude-code-sdlc/HEAD/agents/build-runner.md -o ~/.claude/agents/koroqe-claude-code-sdlc-build-runner.md

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

Full documentation available on GitHub

View Source Repository