verify

Run phase-driven audits and generate evidence logs under logs/.

1|Updated Mar 17, 2025
One-click install
npx skills add https://github.com/ozby/node-pubsub --skill verify-ozby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/ozby/node-pubsub/tree/main/.agent/skills/verify
Command: npx skills add https://github.com/ozby/node-pubsub --skill verify-ozby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-implementation quality gate that ensures work is actually done, cleans up legacy/backward-compat dead-code, and refreshes affected docs.

Core Features & Use Cases

  • Evidence-driven checks that guard against premature completion claims.
  • Phase-driven assessment including governance gates, surface QA, cross-package impact, and documentation updates.
  • Use case: After implementing a feature, run verify to validate changes and produce an evidence log.

Quick Start

Run /verify <target> to initiate the automated quality gate against the specified target.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I automate post-implementation quality checks and prevent premature completion claims?

Automated quality checks prevent premature completion claims by enforcing evidence-driven validation through lint, typecheck, and test commands. This skill runs a phase-driven audit against your target and produces fresh verification logs under the logs/ directory to prove work is actually done.

What is the best way to purge legacy dead-code and refresh documentation after a feature implementation?

The best way to purge legacy dead-code and refresh documentation is running a phase-driven assessment that includes governance gates and cross-package impact checks. This skill targets files or packages, identifies backward-compat dead-code for removal, and updates affected docs automatically.

Can I run cross-package impact checks and surface QA on specific files or blueprint slugs?

Yes, you can run cross-package impact checks and surface QA on specific files, packages, or blueprint slugs. By executing /verify <target>, the skill initiates a phase-driven audit that validates the specified target and reports success or remediation needs.

Does evidence-based validation work without external dependencies for generating verification logs?

Evidence-based validation works without external dependencies, relying on built-in lint, typecheck, and test commands to generate verification logs. The skill operates independently to enforce governance gates and surface QA, producing an evidence log under logs/ that confirms completion status.

Why does my verification audit report remediation needs instead of success?

Your verification audit reports remediation needs when lint, typecheck, or test commands fail during the phase-driven assessment. The skill enforces evidence-driven checks that guard against premature completion, requiring fresh verification logs to prove all governance gates and surface QA validations passed.

How do I validate implementation completion and generate an evidence log step by step?

To validate implementation completion, run /verify <target> against your files, packages, or blueprint slugs. The skill executes lint, typecheck, and test commands, performs governance and cross-package impact checks, purges legacy code, refreshes docs, and outputs an evidence log under logs/.