verify

Run tests, type checks, builds, and lint checks on code.

3|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/clearclown/claude-code-aida --skill verify-clearclown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/clearclown/claude-code-aida/tree/main/aida/skills/verify
Command: npx skills add https://github.com/clearclown/claude-code-aida --skill verify-clearclown

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates validation steps to ensure code correctness before shipping.

Core Features & Use Cases

  • run-tests: Execute tests for the implemented code.
  • type-check: Run static type checking (TS/ Python).
  • build-verify: Run build to ensure packaging readiness.
  • lint-check: Perform lint checks during save or CI.

Quick Start

Run language-specific verification commands after implementing code.