verify-implementation

Execute all registered verify-* skills sequentially and generate a unified verification report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/junnv93/equipment_management_system --skill verify-implementation-junnv93
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verify-implementation
Source: https://github.com/junnv93/equipment_management_system/tree/main/.claude/skills/verify-implementation
Command: npx skills add https://github.com/junnv93/equipment_management_system --skill verify-implementation-junnv93

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates all registered verify-* skills into a single, comprehensive verification workflow, ensuring consistency across changes and reducing manual validation effort.

Core Features & Use Cases

  • Sequentially runs every registered verify-* skill to produce a unified verification report.
  • Enables PR readiness by providing a deterministic, end-to-end check before integration.
  • Discoverability is delegated to /manage-skills, allowing teams to extend verification coverage safely.

Quick Start

Run /verify-implementation to execute all registered verify-* skills in sequence and generate a unified report.

Frequently Asked Questions about verify-implementation

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

FAQPage Schema
How do I run all code review and verification checks at once before a pull request?▼

To run all code review and verification checks at once before a pull request, execute a single command that iterates through registered verify-* skills in sequence, producing a unified deterministic report for end-to-end PR readiness.

What is the best way to automate continuous integration verification across multiple custom checks?▼

The best way to automate continuous integration verification is using a pure executor that orchestrates all registered verify-* skills sequentially, applying deterministic logic to produce a single comprehensive validation report before integration.

How does unified verification discover new check skills during feature development?▼

Unified verification discovers new check skills during feature development by delegating discoverability to a skill management system, which safely extends verification coverage by finding and registering new verify-* skills dynamically.

Can I use sequential verification workflows for code review without manual validation?▼

Yes, you can use sequential verification workflows for code review without manual validation, as the executor applies deterministic results across all discovered verify-* skills to ensure consistency and reduce manual effort.

Do I need to install dependencies to run end-to-end verification checks?▼

No, you do not need to install external dependencies to run end-to-end verification checks, as the pure executor operates without dependencies, relying solely on the skill management system to discover and iterate through existing verify-* skills.