verify

Run configurable linting, testing, coverage, security, dead-code, and build checks.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/mikemyl/verified-development --skill verify-mikemyl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/mikemyl/verified-development/tree/main/skills/verify
Command: npx skills add https://github.com/mikemyl/verified-development --skill verify-mikemyl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive verification pipeline to ensure code quality, detecting issues such as linting errors, tests failures, coverage issues, security vulnerabilities, dead code, and build errors.

Core Features & Use Cases

  • Comprehensive Verification: Run all verification checks in a single pass/fail gate.
  • Customizable Pipeline: Run individual verification layers like linting, testing, coverage, security, dead-code, or build.
  • Interruption & Handoff: Allow interruptions in the verification process and provide handoff information for resuming.
  • Process & State Tracking: Manage the verification process and state, with detailed reports and status tracking.

Quick Start

Run the verification pipeline for your project by using the command 'verify'.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I run a comprehensive code verification pipeline for linting, testing, and security checks?

A verification pipeline automates code quality assurance by sequentially executing checks for linting, testing, coverage, security vulnerabilities, dead code, and build errors. It functions as a single pass/fail gate to ensure comprehensive codebase health before deployment.

Can I run individual verification layers like linting or security checks separately?

Yes, the verification pipeline is customizable, allowing you to execute individual layers like linting, testing, coverage, security, dead-code, or build independently. You can configure specific verification commands to run targeted checks rather than the full pipeline.

Does this code verification pipeline work with any programming language?

The code verification pipeline operates on language-agnostic codebases and uses configurable verification commands. You can adapt it to your specific stack by defining the appropriate linting, testing, and build commands for your environment.

What happens if my code verification process gets interrupted midway?

The verification pipeline operates in an interruptible manner and provides handoff information for resuming. It manages the process state, allowing you to pause and resume checks without losing progress or detailed status reports.

What is the best way to track code quality status and generate verification reports?

The best way to track code quality is through a verification pipeline that manages process state and provides detailed reports with status tracking. It consolidates linting, testing, coverage, and security results into a comprehensive view of codebase health.