run-verification

Automate structured verification of feature changes with pass/fail reporting.

16|3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/YehudaFrankel/clankbrain --skill run-verification-yehudafrankel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-verification
Source: https://github.com/YehudaFrankel/clankbrain/tree/main/.claude/skills/06-testing
Command: npx skills add https://github.com/YehudaFrankel/clankbrain --skill run-verification-yehudafrankel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifying new changes manually is error-prone and slow. This Skill provides a guided, repeatable verification workflow to ensure features work as intended before shipping.

Core Features & Use Cases

  • Structured verification steps across frontend, API, and data layers.
  • Automatic pass/fail reporting and quick triage for issues.
  • Use case: after implementing a change, run this verification to confirm all critical paths behave as expected.

Quick Start

Run the verification checklist after applying changes to confirm readiness for shipping.

Frequently Asked Questions about run-verification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate feature verification before shipping a release?

Automating feature verification uses a structured checklist to validate changes across frontend, API, and data layers. This provides automatic pass/fail reporting to ensure release readiness and quick triage of issues.

What is the best way to verify frontend and API changes after a bug fix?

Verifying changes after a bug fix is best handled by running a step-by-step verification flow. This applies extensible checks for environment-specific criteria across your workflows to confirm critical paths behave as expected.

Does this release readiness checklist support custom environment-specific checks?

Yes, the release readiness checklist supports custom checks. It implements an extensible verification flow that allows you to apply environment-specific criteria across deployment workflows.

Can I use structured verification for data layer and deployment workflows?

You can use structured verification for data layer and deployment workflows. The automated flow applies across frontend, API, and data layers to verify changes after iterations, releases, or bug fixes.

Why do manual verification checks fail to catch release readiness issues?

Manual verification checks fail because they are error-prone and slow. A guided, repeatable verification workflow replaces manual checks with structured steps and automatic pass/fail reporting to ensure features work as intended.