verify-implementation

Execute registered verification skills sequentially and report code issues.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/CcchosyyY/jyosblog --skill verify-implementation-ccchosyyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-implementation
Source: https://github.com/CcchosyyY/jyosblog/tree/main/.claude/skills/verify-implementation
Command: npx skills add https://github.com/CcchosyyY/jyosblog --skill verify-implementation-ccchosyyy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the code verification process by automatically running a suite of checks to ensure code quality, identify potential issues, and maintain project standards before code merges.

Core Features & Use Cases

  • Sequential Skill Execution: Runs all registered verify-* skills in order.
  • Issue Detection & Reporting: Identifies violations based on defined rules and exceptions.
  • Automated Fix Suggestions: Provides actionable recommendations for resolving detected issues.
  • Use Case: After implementing a new feature, run this skill to automatically verify that the code adheres to backend security patterns, UI consistency, and other project-specific quality gates, generating a comprehensive report.

Quick Start

Run all verification skills to check the current implementation.

Frequently Asked Questions about verify-implementation

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

FAQPage Schema
How do I automate code review and compliance checks before a pull request?

Automate pre-PR code review by sequentially executing registered verification skills to identify rule violations, suggest fixes, and generate an integrated compliance report before merging.

What is the best way to audit codebase rule compliance across multiple dimensions?

Auditing codebase rule compliance involves running integrated checks sequentially across backend security and UI patterns, identifying exceptions based on defined workflows, and providing actionable fix suggestions.

Can I use automated verification skills to check backend security patterns and UI consistency together?

Yes, automated verification skills sequentially execute integrated checks to validate backend security patterns, UI consistency, and other project quality gates, producing a comprehensive compliance report.

How does automated issue detection work for code quality verification?

Automated issue detection works by sequentially running registered verification skills, identifying violations based on defined rules and exceptions, and providing actionable recommendations for resolving detected issues.

Do I need specific verification skills registered to run an integrated codebase audit?

Yes, integrated codebase audits require registered verification skills to be present, as the tool sequentially executes all available checks to identify violations and generate comprehensive reports.

What are the limitations of sequential verification skill execution for code compliance?

Sequential execution means verification skills run in order rather than concurrently, potentially increasing total execution time for large codebases while ensuring thorough rule compliance and integrated reporting.