verification-loop

Build, type check, lint, test, and scan Claude Code sessions for security issues.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/Mark393295827/house-maint-ai --skill verification-loop-mark393295827
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/Mark393295827/house-maint-ai/tree/main/skills/verification-loop
Command: npx skills add https://github.com/Mark393295827/house-maint-ai --skill verification-loop-mark393295827

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured, repeatable verification workflow to ensure Claude Code sessions are correct before PRs.

Core Features & Use Cases

  • Build verification to confirm the project builds locally.
  • Type checks to catch type errors across languages.
  • Lint checks to enforce style and catch common issues.
  • Comprehensive test suite with coverage reporting.
  • Security scan to detect secrets leaks and vulnerabilities.
  • Diff Review to audit changed files prior to merging.

Quick Start

Run the verification workflow by triggering the verification command to execute all phases and produce a report.

Frequently Asked Questions about verification-loop

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

FAQPage Schema
How do I automate build, type checks, lint, and tests before creating a PR?

You can automate pre-PR verification by running a single workflow that builds the project, type checks, lints, runs tests, and scans for security issues, producing a structured report with actionable fixes.

What is included in a pre-merge verification report for Claude Code sessions?

A pre-merge verification report includes clear pass/fail results for build, type checking, lint, test coverage, and security scans, alongside actionable fixes for any identified errors or vulnerabilities.

How do I scan for security vulnerabilities and secret leaks during feature development?

Security scanning detects secret leaks and vulnerabilities by auditing changed files during feature development, integrating the security check into the standard build and test verification workflow.

Does the verification workflow support type checking and linting across multiple programming languages?

Yes, the verification workflow performs type checks to catch type errors across languages and runs lint checks to enforce style, ensuring broad coverage for feature development and PR readiness.

Can I use this verification workflow to audit changed files prior to merging?

Yes, the Diff Review feature audits changed files prior to merging, ensuring that build, lint, type, test, and security checks are all validated before finalizing your pull request.