verify

Community

Automate build checks and error recovery, ship with confidence.

AuthorChachamaru127
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures code quality and stability by automatically running builds and tests, diagnosing failures, and attempting intelligent recoveries, acting as a safety net before any commit or deployment.

Core Features & Use Cases

  • Automated Build & Test Verification: Executes project-specific build, test, and lint commands, summarizing results and catching issues early.
  • Intelligent Error Recovery: Attempts to automatically fix common build and test errors (e.g., missing imports, type mismatches) with a smart retry strategy.
  • Use Case: After implementing a feature, say "verify the build". This Skill will run npm run build, npm test, and type checks. If a test fails, it will analyze the error and try to fix it up to 3 times before escalating, saving you manual debugging time.

Quick Start

Say "run the tests and check the build" to automatically execute your project's test suite and build process, reporting any failures.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: verify
Download link: https://github.com/Chachamaru127/claude-code-harness/archive/main.zip#verify

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository