verifier

Verify implemented work against specifications and generate a VERIFICATION.md report.

2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/SukbeomH/HExoskeleton --skill verifier-sukbeomh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verifier
Source: https://github.com/SukbeomH/HExoskeleton/tree/main/.claude/skills/verifier
Command: npx skills add https://github.com/SukbeomH/HExoskeleton --skill verifier-sukbeomh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that implemented work meets specified requirements by verifying against empirical evidence, preventing the delivery of incomplete or non-functional features.

Core Features & Use Cases

  • 3-Level Verification: Checks for artifact existence, substantive content, and proper wiring.
  • Must-Have Validation: Verifies critical truths, artifacts, and links defined in the plan.
  • Anti-Pattern Detection: Scans for common code stubs and anti-patterns.
  • Use Case: After a developer implements a new feature, this Skill automatically checks if the code exists, is not a stub, is correctly connected to other parts of the system, and adheres to defined requirements, generating a VERIFICATION.md report.

Quick Start

Use the verifier skill to check the implementation of phase 3 against its plan.

Frequently Asked Questions about verifier

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

FAQPage Schema
How do I verify implemented code against specification requirements?

Code verification against specification requirements is performed using a three-level check: artifact existence, substantive content, and proper wiring. This validates critical truths and artifacts, generating a VERIFICATION.md report with a pass or fail score.

How do I detect code stubs and anti-patterns after implementing a feature?

Anti-pattern detection scans implemented code for common stubs and gaps, ensuring the feature is not incomplete or non-functional. It validates substantive content and flags items that require human review in the generated report.

What is the best way to audit code compliance with a defined plan?

Code compliance auditing validates implemented work against specified requirements using empirical evidence. It checks for artifact existence, verifies substantive content, and confirms proper wiring to produce a verification report with a pass or fail score.

Can I re-verify previously failed validation items?

Re-verification of previously failed items is supported by the validation process. It re-checks existence, substantive content, and wiring against the specification, updating the verification report and flagging items that still require human review.

When do I need to run a three-level verification check?

A three-level verification check is needed after a developer implements a new feature to prevent the delivery of incomplete work. It validates artifact existence, checks for stubs or gaps, and confirms the code is correctly connected to the system.

What does a verification report include when auditing code quality?

A verification report includes a pass or fail score based on empirical evidence, identifies stubs and anti-patterns, and flags items requiring human review. It documents the results of existence, substantive, and wiring checks against the specification.