verify

Verify task outputs for correctness, completeness, and quality assurance.

Updated May 17, 2026
One-click install
npx skills add https://github.com/tiankong0101-byte/skills-registry --skill verify-tiankong0101-byte
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/tiankong0101-byte/skills-registry/tree/main/skills/verify
Command: npx skills add https://github.com/tiankong0101-byte/skills-registry --skill verify-tiankong0101-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you confirm that work is correct, complete, and ready to deliver by systematically checking requirements, tests, and quality standards.

Core Features & Use Cases

  • Requirement Validation: Re-checks the original task or issue to ensure every expected outcome is covered.
  • Quality Assurance: Reviews edge cases, error handling, formatting, linting, and type safety to reduce regressions.
  • Completion Review: Useful after feature work, refactoring, cleanup, or any generated output that needs a final correctness pass.

Quick Start

Use the verify skill to review this completed task for missing requirements, regressions, and test coverage gaps.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I verify task outputs for correctness and completeness before delivery?▼

To verify task outputs for correctness, systematically recheck original requirements, execute tests, and review edge cases. This process confirms completeness by validating formatting, linting, and type safety to ensure the work is ready to deliver without regressions.

What is quality assurance verification for generated code outputs?▼

Quality assurance verification is a final review pass that checks generated code against expected outcomes. It applies after feature implementation or refactoring to catch missing requirements, error handling gaps, and type safety issues before shipping.

When do I need to run a regression and test coverage check?▼

You need to run a regression and test coverage check after completing feature work, refactoring, or cleanup tasks. This final correctness pass rechecks requirements and edge cases to reduce the risk of introducing new defects into the codebase.

Can I use automated verification for refactoring and code cleanup tasks?▼

Yes, you can use automated verification for refactoring and code cleanup tasks. It systematically rechecks the original task requirements, validates tests, and inspects edge cases to ensure the refactoring did not break existing functionality or formatting.

What's the best way to catch missing requirements and linting issues before shipping?▼

The best way to catch missing requirements and linting issues is to apply a systematic completion review. This verification step rechecks the original task, validates test coverage gaps, and enforces type safety and formatting standards before delivery.