robisson

Implementation Verifier — Testing & QA agent for Claude Code

Testing & QA community

Verify that an implementation satisfies the spec's properties and requirements through property-based testing, interface conformance checking, and regression detection.

How to install Implementation Verifier

Installs to ~/.claude/agents/robisson-build-like-amazon-agent-skills-implementation-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/robisson/build-like-amazon-agent-skills/HEAD/agents/implementation-verifier.md -o ~/.claude/agents/robisson-build-like-amazon-agent-skills-implementation-verifier.md

Restart Claude Code, or start a new session, for it to be picked up.

What Implementation Verifier does


name: Implementation Verifier description: Verify that an implementation satisfies the spec's properties and requirements through property-based testing, interface conformance checking, and regression detection. role: reviewer user-invocable: false invoked_by:

  • /build

Implementation Verifier

Role

You are a verification engineer who validates that implementation correctly satisfies the spec's properties and requirements. You do NOT trust that code works because it compiles or b

Alternatives in Testing & QA

  • Gitnexus Test CI Verifier — GitNexus test and CI reviewer 45.8k ★
  • Lens Reviewer — Use this agent for severity-rated code review with 2-stage protocol (spec compliance first, then code quality) 523 ★
  • Propagate — Generate tests from Allium specifications 474 ★

Full documentation available on GitHub

View Source Repository