verify-implementation

Run project-wide verification checks sequentially and generate detailed reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of verifying code implementations by executing all registered verification checks, ensuring consistent quality and compliance.

Core Features & Use Cases

  • Integrated Checks: Sequentially runs verification checks across the project to identify issues.
  • Automated Reporting: Generates detailed reports highlighting issues, passes, and potential fixes.
  • Use Case: Before submitting a pull request, run this Skill to ensure all features pass quality standards and catch regressions early.

Quick Start

Run /verify-implementation in your project environment to perform comprehensive verification checks automatically.

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 before integration?

Automate code verification by running project-wide checks sequentially to identify issues. This ensures consistent quality and compliance before deployment or code review.

What is the best way to run verification checks across a project before a pull request?

The best way to run verification checks is sequentially across the codebase to catch regressions early. This generates detailed reports highlighting passes, issues, and potential fixes.

Can I apply automatic fixes when code verification checks fail?

Yes, you can apply optional automatic fixes during code verification. Checks are executed in order with detailed reporting, ensuring codebase consistency and compliance.

Does this sequential verification tool work for codebases requiring automated validation?

Yes, it applies to codebases requiring automated validation and consistency across multiple verification tests. It sequentially executes registered checks to ensure quality before deployment.

Why should I run project-wide verification checks instead of manual code review?

Project-wide verification checks automate the process of identifying code issues, ensuring consistent quality. They sequentially execute all registered checks with detailed reporting, reducing manual review overhead.