verification-reference

Verify code artifacts for real implementations across four verification levels.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gonz0w/bgsd-oc --skill verification-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-reference
Source: https://github.com/gonz0w/bgsd-oc/tree/main/skills/verification-reference
Command: npx skills add https://github.com/gonz0w/bgsd-oc --skill verification-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies that code artifacts are real implementations, preventing confusion between placeholders and functional features by establishing four verification levels (exists, substantive, wired, functional) and providing pattern-based checks.

Core Features & Use Cases

  • Four-level verification framework: exists, substantive, wired, functional checks for artifacts.
  • Universal stub patterns: detects common placeholders like TODO, FIXME, and empty implementations.
  • Artifact-type checklists: includes components, API routes, schemas, hooks, and environment variables with wiring requirements.
  • Automated verification scripting: provides pattern-driven checks and a VERIFICATION.md report for auditing.

Quick Start

Run the verification scan on your project to generate a VERIFICATION.md report.

Frequently Asked Questions about verification-reference

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

FAQPage Schema
How do I verify code artifacts have real implementations instead of stubs?

Code artifact verification uses four levels—exists, substantive, wired, and functional checks—to validate real implementations. It scans your software project to detect universal placeholder patterns like TODO and empty implementations across components and APIs.

What is the best way to detect placeholder code and TODO comments in a repository?

Detecting placeholder code requires scanning for universal stub patterns including TODO, FIXME, and empty implementations. This verification process identifies incomplete artifacts by checking if they contain substantive logic rather than placeholders across your repository.

How do I check that API routes and environment variables are properly wired in my project?

Wiring checks validate that API routes, schemas, hooks, and environment variables are properly connected within your project. The verification framework applies artifact-type checklists to ensure each component meets its specific wiring requirements.

Can I automate artifact verification and generate a report for my software project?

Automated verification scripting provides pattern-driven checks across your repository and generates a VERIFICATION.md report as output. This enables continuous auditing of build quality by systematically validating artifacts against the four-level framework.

Does artifact verification work for projects with schemas and hooks?

Artifact verification supports software projects containing components, API routes, schemas, hooks, and environment variables. It applies existence and substantive checks tailored to each artifact type, ensuring comprehensive coverage regardless of project structure.

When should I use multi-level verification instead of simple build checks?

Multi-level verification is necessary when simple build checks cannot distinguish between functional features and placeholders. Use this approach to enforce substantive, wired, and functional checks that prevent confusing stub implementations with complete artifacts.