verification-engine

Automate code verification and repair with build, type checking, linting, and testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the complex and time-consuming process of verifying code changes, ensuring code quality, and catching errors before they reach production.

Core Features & Use Cases

  • Integrated Verification: Combines code handoff, verification, and automated repair into a single command.
  • Fresh Context Verification: Uses a sub-agent to perform verification in a clean environment, avoiding context pollution.
  • Automated Repair: Attempts to fix common code issues like missing imports, linting errors, and type mismatches.
  • Use Case: After making changes to a codebase, you can trigger this Skill to automatically build, test, and lint the code, and even attempt to fix minor issues, before committing.

Quick Start

Run the verification engine to perform a full handoff and verification loop.

Frequently Asked Questions about verification-engine

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

FAQPage Schema
How do I automate code verification and linting before committing changes?

Automated code verification handles build, type checking, linting, and testing in a single step. It uses a sub-agent for fresh context validation and attempts automated repair for common fixable errors like missing imports and type mismatches.

What is fresh context validation for code testing?

Fresh context validation performs testing and linting in a clean environment using a sub-agent. This avoids context pollution to ensure that build and type checking results accurately reflect the codebase without interference from prior operations.

Can automated verification fix missing imports and linting errors automatically?

Automated repair can fix common code issues like missing imports, linting errors, and type mismatches. After attempting these fixes, the verification engine provides detailed reports on any remaining failures and test coverage.

Does the verification engine provide code review and security checks?

The verification engine supports optional code review and security checks alongside build, type checking, linting, and testing. It integrates these steps into a single automated command and reports detailed failures and coverage metrics.

What are the limitations of automated code repair during CI/CD verification?

Automated repair targets common fixable errors like missing imports and type mismatches. It does not handle complex logic failures, and users receive detailed reports on uncorrected failures and coverage to guide manual debugging.