verification-loop

Automate end-to-end verification of Claude Code sessions across six checks.

12|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/aurorie-co/AURORIE-TEAMS --skill verification-loop-aurorie-co
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/aurorie-co/AURORIE-TEAMS/tree/main/teams/backend/skills/verification-loop
Command: npx skills add https://github.com/aurorie-co/AURORIE-TEAMS --skill verification-loop-aurorie-co

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end verification of Claude Code sessions across build, type-check, lint, tests, security, and diff reviews to ensure PR readiness.

Core Features & Use Cases

  • Phase-driven verification with six checks (build, type-check, lint, tests, security scan, and diff review) delivered as a single, consistent report.
  • Supports resumable runs, partial re-runs, and actionable guidance to fix failures quickly.
  • Use cases include pre-PR validation, feature verification after refactors, and security-driven audits in CI pipelines.

Quick Start

Run the verification workflow on your Claude Code project to generate a complete quality 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 verification for Claude Code sessions?▼

Automate end-to-end verification by running a phase-driven workflow that checks build, type-check, lint, tests, security scans, and diff reviews to generate a single consistent quality report.

What is the best way to validate PR readiness in a CI pipeline?▼

Validate PR readiness by executing automated verification phases that surface build, lint, test, and security issues early, providing actionable guidance to fix failures quickly before merging.

Can I resume a failed verification run after fixing a type-check error?▼

Yes, the verification workflow supports resumable runs and partial re-runs, allowing you to continue execution from the failed phase after applying fixes without restarting the entire pipeline.

How does a security scan integrate with code diff review during feature verification?▼

Security scanning and diff review are integrated as separate phases within the verification report, surfacing vulnerabilities and code changes simultaneously to audit feature refactors comprehensively.

Do I need specific CI pipeline tools to run these six verification phases?▼

No specific pipeline tools are required as dependencies. The workflow applies directly to software projects and CI pipelines developing Claude-enabled tooling to validate feature changes and refactoring scenarios.

Why does my verification report show inconsistent formatting across different checks?▼

Inconsistent formatting is resolved by using a unified verification workflow that consolidates build, type-check, lint, tests, security, and diff review outputs into a single, consistent report structure.