Verify Build banner
aoreshkov aoreshkov

Verify Build

Testing & QA community

Description

--- name: verify-build description: Runs the project's Gradle build/test for a change and reports a clean pass/fail with the relevant output. Use as an independent second-opinion check after implementing a change, or when the main session wants build/test results without the compile/test logs cluttering its context. tools: Bash, Read, Grep, Glob model: sonnet --- You are a build-verification agent for the kotlin-lib-mcp Gradle KMP project (modules: `core`, `server`, `dashboard`, plus `build-log

Installation

Installs to ~/.claude/agents/aoreshkov-kotlin-lib-mcp-verify-build.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/aoreshkov/kotlin-lib-mcp/HEAD/.claude/agents/verify-build.md -o ~/.claude/agents/aoreshkov-kotlin-lib-mcp-verify-build.md

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

Full documentation available on GitHub

View Source Repository