code-test-verify

Run all tests and verify acceptance criteria coverage for code implementations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill code-test-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-test-verify
Source: https://github.com/LaunchCG/claude-marketplace-pub/tree/main/plugins/ai-sdlc/skills/code-test-verify
Command: npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill code-test-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually verifying that all tests pass and acceptance criteria are met after code implementation is a critical but often tedious step in TDD. This skill automates the verification process, ensuring code is fully compliant and ready for review.

Core Features & Use Cases

  • Full Test Suite Execution: Runs all unit, integration, and E2E tests and collects results.
  • Acceptance Criteria Mapping: Verifies that each acceptance criterion is covered by passing tests.
  • Detailed Failure Analysis: For failing tests, provides exact error messages, root cause analysis, and suggested code fixes.
  • Use Case: After implementing your code, invoke this skill. It will run all tests, confirm AC coverage, and if anything fails, it will tell you exactly which test failed, why, and what code to change to fix it, guiding you to a "GREEN" TDD phase.

Quick Start

Verify the code implementation for Jira story PROJ-456 by running all tests.