verify

Verify code completeness and correctness against plans or acceptance criteria.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/aubrian-halili/ai-experience --skill verify-aubrian-halili
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/aubrian-halili/ai-experience/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/aubrian-halili/ai-experience --skill verify-aubrian-halili

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that code implementations are complete, functional, and correctly integrated, preventing "works on my machine" issues and incomplete deployments.

Core Features & Use Cases

  • Three-Level Verification: Checks for existence, substance, and wiring of code artifacts.
  • Anti-Pattern Scanning: Actively identifies common indicators of incomplete work like TODOs, stubs, and empty error handlers.
  • Use Case: After implementing a new user authentication feature, use this Skill to verify that all necessary files exist, functions have real logic, and the new routes are correctly wired into the application.

Quick Start

Use the verify skill to check the implementation of the 'user authentication' feature.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I verify code completeness against acceptance criteria?

Anti-pattern scanning identifies incomplete work indicators like TODOs, stubs, and empty error handlers within the codebase. It categorizes these findings into critical, high, medium, and low severity levels to highlight integration gaps.

What is the best way to check newly implemented feature wiring?

The best way to check feature wiring is using a three-level verification methodology that validates file existence, confirms functions have real logic, and ensures new routes are correctly wired into the application.

Can I use this to verify code correctness for a specific feature name?

Yes, you can verify code correctness by checking implementations against specific feature names. The verification process ensures the code artifacts have actual substance and are properly integrated into the broader codebase.

What are the limitations of automated code review for anti-patterns?

Automated code review for anti-patterns is limited to identifying common indicators of incomplete work like TODOs and empty error handlers. It categorizes severity levels but does not execute the application to validate runtime behavior.