verify-implementation

Execute multiple verification skills sequentially and report issues with fixes.

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

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 across various aspects of the codebase, ensuring consistency and catching potential issues before they become problems.

Core Features & Use Cases

  • Sequential Skill Execution: Runs a predefined list of verification skills in order.
  • Issue Identification & Reporting: Detects violations of coding standards and reports them with suggested fixes.
  • Automated Correction: Offers to automatically apply suggested fixes for identified issues.
  • Use Case: Before submitting a Pull Request, run this skill to automatically check for common errors, style guide violations, and potential bugs, ensuring your code is production-ready.

Quick Start

Run the verify implementation skill to check all verification skills.

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

You can automate code quality checks by running a sequential verification process that identifies violations, reports issues, and optionally applies suggested fixes to ensure your code is production-ready before a pull request.

What is sequential verification skill execution for code review?

Sequential verification skill execution orchestrates multiple code review checks in order, integrating aspects like KB indexing, database migrations, UI components, and RAG pipelines to perform comprehensive implementation checks.

Can I automatically apply fixes for coding standard violations detected during CI/CD?

Yes, automated correction features can optionally apply suggested fixes for identified coding standard violations, ensuring adherence to project standards and best practices during your CI/CD workflow.

Does this verification process work with database migrations and RAG pipelines?

Yes, the verification process integrates with multiple verification skills including database migrations and RAG pipelines to comprehensively check implementation adherence across various aspects of your codebase.

What's the best way to ensure code consistency across multiple project components?

The best way to ensure code consistency is to orchestrate multiple verification skills sequentially, catching potential issues across project components and automatically reporting or fixing deviations from established standards.