Skip to content

Verification & Build

Tools for fixing build errors, running verification loops, and ensuring code compiles and passes checks.

View use case scenarios for Verification & Build →
4 items
skill verification

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.

Input AI-assisted codebase with regression concerns
Output Regression testing strategy for AI-generated code changes
agent verification sonnet

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.

Input Compiler/build error messages
Output Type annotations, null checks, import fixes - strictly no refactoring
command verification

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.

Input Build/type errors in terminal output
Output Minimal fixes for each error, no refactoring or architecture changes
skill verification

verification-loop

“Run all checks before I submit this PR - build, types, lint, tests, security.”

A comprehensive verification system for Claude Code sessions.

Input Code ready for final verification
Output 6-phase verification report: build, types, lint, tests, security, diff