verification-loop

Automate end-to-end verification of Claude Code sessions across build, type-check, lint, test, and security phases.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/sbalagan22/bloomr --skill verification-loop-sbalagan22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/sbalagan22/bloomr/tree/main/.claude/skills/verification-loop
Command: npx skills add https://github.com/sbalagan22/bloomr --skill verification-loop-sbalagan22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Verification Loop provides a structured, multi-phase check to ensure Claude Code sessions meet quality gates before merging, covering builds, type checks, linting, tests, security scans, and diffs.

Core Features & Use Cases

  • Phase-driven verification across Build, Type, Lint, Tests, Security, and Diff Review to guarantee code health.
  • Automatic generation of a comprehensive verification report suitable for PR reviews and audits.
  • Continuous mode and hooks integration to fit into long-running sessions and developer workflows.

Quick Start

Run the verification loop after completing changes to generate a comprehensive PR-ready 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 end-to-end code verification before creating a PR?

To automate end-to-end code verification, you can run a structured multi-phase loop that coordinates build commands, type checkers, linters, test runners, and security scans to generate a comprehensive PR readiness report.

What is included in a pre-merge code quality and security scan?

A pre-merge code quality and security scan typically includes phase-driven checks across builds, type-checking, linting, tests, security scans, and a final diff review to ensure overall code health and compliance.

Can I integrate automated lint and test checks into a long-running development session?

Yes, you can integrate automated lint and test checks into long-running sessions using continuous mode and hooks, allowing phase-driven verification to run seamlessly within your existing developer workflows.

How do I generate a verification report for a pull request review?

You can generate a verification report for a pull request review by executing a final diff review after completing build, lint, test, and security phases, which automatically produces a detailed audit summary.