verify-implementation

Execute registered verify-* skills and generate a consolidated pattern verification report.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/hbvg234/jnmt.vn --skill verify-implementation-hbvg234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-implementation
Source: https://github.com/hbvg234/jnmt.vn/tree/main/.claude/skills/verify-implementation
Command: npx skills add https://github.com/hbvg234/jnmt.vn --skill verify-implementation-hbvg234

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes all registered verify-* skills to generate a consolidated pattern verification report across the codebase.

Core Features & Use Cases

  • Executes each skill’s Workflow to perform pattern checks defined by verify-* rules.
  • Applies Exceptions to avoid false positives and classifies issues by severity.
  • Produces an integrated report summarizing issues, suggested fixes, and readiness for PR.

Quick Start

Run /verify-implementation after implementing new functionality.

Frequently Asked Questions about verify-implementation

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

FAQPage Schema
How do I automate pattern verification across my codebase before a pull request?

Automated pattern verification executes all registered verify-* skills to generate a consolidated compliance report across the codebase, applying severity classification and exception handling before PR submission.

What is a consolidated pattern verification report and how does it work?

A consolidated pattern verification report coordinates multiple verification tasks into a single output, summarizing detected issues, suggested fixes, and overall PR readiness based on defined verify-* rules.

How do I run code quality checks using verify-* skills during code review?

Code quality checks run by executing each registered verify-* skill's workflow, applying exceptions to avoid false positives and classifying pattern compliance issues by severity for code review.

Can I classify pattern compliance issues by severity and apply exception handling?

Yes, pattern verification applies exceptions to avoid false positives and classifies issues by severity, coordinating multiple verification tasks into an integrated report for user-initiated fixes.

When do I need to run pattern verification workflows for codebase compliance?

Pattern verification workflows are needed after implementing new functionality to validate pattern compliance across the codebase, ensuring readiness for pull requests and streamlining code review.

What's the best way to coordinate multiple verify-* skills into a single report?

Coordinating multiple verify-* skills involves executing all registered verification workflows, handling exceptions, classifying severity, and producing an integrated report summarizing issues and suggested fixes.