completion-verifier

Run acceptance tests and trigger retries on implementation failures.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/munlucky/claude-settings --skill completion-verifier-munlucky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: completion-verifier
Source: https://github.com/munlucky/claude-settings/tree/main/.claude/skills/completion-verifier
Command: npx skills add https://github.com/munlucky/claude-settings --skill completion-verifier-munlucky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill verifies the completion of an implementation by executing acceptance tests and signaling whether to retry on failure.

Core Features & Use Cases

  • Automated test environment detection and parsing of Acceptance Tests from context.md.
  • Stepwise verification workflow including Step 0 (detection), Step 1 (test execution), Step 2 (Self-Audit) and retry orchestration.
  • Integrates with common test frameworks (jest, vitest, playwright) and reports results to analysisContext and context.md.

Quick Start

After finishing an implementation phase, run the verifier to execute acceptance tests and automatically initiate the retry cycle on failures.

Frequently Asked Questions about completion-verifier

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

FAQPage Schema
How do I automate acceptance tests to verify implementation completion?

Automating acceptance tests to verify implementation completion involves executing tests post-development and evaluating results. This skill runs a stepwise verification workflow, parsing tests from context.md and orchestrating a retry loop upon failure.

How does automated self-audit and retry orchestration work for integration tests?

Self-audit and retry orchestration works by executing acceptance tests, evaluating results, and automatically triggering a retry loop upon detecting failures. This ensures robust, repeatable readiness checks across your test environment.

Does this automated test verification work with Playwright, Jest, and Vitest?

Yes, this automated test verification integrates with common testing frameworks including Jest, Vitest, and Playwright. It detects the test environment automatically and reports execution results back to analysisContext and context.md.

Do I need to manually define acceptance tests before running the verification workflow?

You do not need to manually configure tests within the tool; it automatically parses acceptance tests from your context.md file. The workflow begins with test environment detection before proceeding to execution and self-audit.

What is the best way to trigger a retry loop when acceptance tests fail?

The best way to trigger a retry loop on failure is to run an automated verification workflow that evaluates test results and signals a retry. This skill handles the orchestration, initiating the retry cycle immediately after detecting a failed acceptance test.