Verification & Build
Tools for fixing build errors, running verification loops, and ensuring code compiles and passes checks.
View use case scenarios for Verification & Build →ai-regression-testing
“How do I prevent AI-generated code from breaking existing functionality?”
Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code.
build-error-resolver
“Fix this build error with the smallest possible change.”
Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
build-fix
“My build is failing - fix the errors one at a time.”
Detect the project build system and incrementally fix build/type errors with minimal safe changes.
verification-loop
“Run all checks before I submit this PR - build, types, lint, tests, security.”
A comprehensive verification system for Claude Code sessions.