verify-implementation

Execute verify-* skills to audit implementation patterns against coding rules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the verification of project implementation patterns, ensuring adherence to coding rules, architectural standards, and project conventions before code is merged.

Core Features & Use Cases

  • Pattern Verification: Executes a suite of verify-* skills to check for compliance with project-specific guidelines.
  • Issue Reporting: Identifies and categorizes violations by severity (CRITICAL, HIGH, MEDIUM, LOW).
  • Automated Correction: Optionally applies suggested fixes after user approval or with the --fix flag.
  • Use Case: Before submitting a Pull Request, run this skill to catch potential architectural violations or deviations from established coding standards, preventing costly rework later in the development cycle.

Quick Start

Run the verify-implementation skill to check all verification skills for pattern compliance.

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 for architectural standards before a pull request?

Automate code review for architectural standards by running verification skills that audit project implementation patterns against defined coding rules. This identifies and categorizes violations by severity before code is merged, preventing costly rework.

What is pattern compliance verification in software engineering?

Pattern compliance verification is the process of auditing source code against established project conventions and architectural standards. It dynamically executes targeted verification skills to detect, categorize by severity, and optionally correct structural deviations.

Can I automatically fix coding standard violations found during an audit?

Yes, you can automatically fix coding standard violations found during an audit by applying suggested corrections. This requires user approval or the use of the `--fix` flag to apply automated corrections for the identified architectural deviations.

How does the tool execute when checking multiple verification rules?

When checking multiple verification rules, the tool dynamically determines its execution strategy based on the number of verification skills available. It automatically scales by running the pattern compliance checks either sequentially or in parallel.

How are implementation pattern violations categorized for reporting?

Implementation pattern violations are categorized for reporting by severity levels. The verification process assigns each detected deviation from coding rules or architectural standards a severity of CRITICAL, HIGH, MEDIUM, or LOW.