verify-implementation

Run registered verification skills and generate an integrated validation report.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/cjinzy/jin-claude --skill verify-implementation-cjinzy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-implementation
Source: https://github.com/cjinzy/jin-claude/tree/main/plugins/jin-claude/skills/verify-implementation
Command: npx skills add https://github.com/cjinzy/jin-claude --skill verify-implementation-cjinzy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of verifying code quality and adherence to project standards by sequentially running all registered verification skills, generating a consolidated report of issues and suggested fixes.

Core Features & Use Cases

  • Automated Code Audits: Runs a suite of verification checks on your codebase.
  • Issue Identification: Pinpoints specific violations of coding standards, potential bugs, and non-compliance.
  • Automated Fixes: Offers to automatically apply suggested fixes for identified issues.
  • Use Case: Before submitting a Pull Request, run this skill to ensure your code meets all project requirements and catch potential errors early in the development cycle.

Quick Start

Run the verify-implementation skill to check the current project's code quality.

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 verification and quality checks before submitting a pull request?

Automate code verification by running a sequence of registered verification checks on your codebase to generate a consolidated report of issues and suggested fixes before submitting a pull request.

Can I automatically apply suggested fixes for coding standard violations identified during a code review?

Yes, automated code audits can optionally apply suggested fixes for identified issues, ensuring adherence to project guidelines and standards without requiring manual code changes.

What happens if I run code quality automation on a project with no registered verification skills?

Code quality automation handles projects with no registered verification skills gracefully, executing the verification sequence without errors and generating an empty validation report.

How do I filter codebase validation reports to only run specific verification checks?

Filter codebase validation reports by specifying specific verification skill names, restricting the automated audit sequence to run only the selected checks instead of the entire suite.

What is the best way to consolidate multiple code review checks into a single integrated validation report?

Consolidate multiple code review checks by sequentially executing all registered verification skills, which generates an integrated validation report pinpointing specific violations and potential bugs across the project.

Does automated code auditing work for identifying non-compliance with project standards across an entire codebase?

Automated code auditing works for identifying non-compliance across an entire codebase by running a suite of verification checks that pinpoint specific violations of coding standards and suggest fixes.