verification-loop

Automate multi-phase software verification across builds, tests, and security scans.

2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/mbadoz/mbadoz-skills --skill verification-loop-mbadoz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/mbadoz/mbadoz-skills/tree/main/plugins/built-planner/skills/built-planner/references/skills/verification-loop
Command: npx skills add https://github.com/mbadoz/mbadoz-skills --skill verification-loop-mbadoz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures software changes are correct, secure, and ready for review by performing an automated, multi-phase verification pass that validates builds, type safety, linting, tests, security checks, and diffs.

Core Features & Use Cases

  • Build verification: confirms the project builds across environments and reports failures early.
  • Type checks and lint: detects type and style issues before merging.
  • Test and security scans: runs tests with coverage and scans for secrets or risky patterns.
  • Diff review: highlights changes and ensures changes align with expectations and quality gates.

Quick Start

Run the verification loop against your repository to validate the latest changes.

Frequently Asked Questions about verification-loop

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

FAQPage Schema
How do I automate end-to-end code verification before a pull request?

End-to-end code verification automates multi-phase checks across build, type-check, lint, tests, security scans, and diffs. It ensures software changes are correct, secure, and ready for review by validating builds and detecting risky patterns before merging.

What is included in an automated verification loop for software projects?

An automated verification loop includes build verification, type checks, lint, test coverage, security scans, and diff review. It applies multi-phase requirements and thresholds to validate feature completion, PR readiness, and post-refactor validation.

Can I run security scans and test coverage checks together during post-refactor validation?

Yes, security scans and test coverage checks run together during post-refactor validation. The verification loop runs tests with coverage while simultaneously scanning for secrets or risky patterns to ensure code quality and security.

What's the best way to validate builds and type safety across different environments?

Automated build verification confirms the project builds across environments and reports failures early. Type checks detect type and style issues before merging, ensuring type safety and overall readiness across the entire software project.

Does the verification loop require any external dependencies or components to run?

No, the verification loop operates without external dependencies or components. It runs directly against your repository to validate the latest changes by applying multi-phase requirements and thresholds for build success, type safety, and test coverage.