verification-loop

Automate six-phase verification of Claude Code sessions for TypeScript and Python.

4|7|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/arbisoft/ai-skillforge --skill verification-loop-arbisoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/arbisoft/ai-skillforge/tree/main/Claude/skills/verification-loop
Command: npx skills add https://github.com/arbisoft/ai-skillforge --skill verification-loop-arbisoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures end-to-end quality for Claude Code sessions by providing a repeatable verification workflow that catches build, type, lint, and security issues before PRs.

Core Features & Use Cases

  • Build Verification: detects build failures early across supported languages (TypeScript and Python) to prevent broken merges.
  • Type Check, Lint & Quality Gates: enforces type correctness and style guidelines to improve long-term maintainability.
  • Test Suite & Security Scan: runs tests with coverage and identifies secrets or vulnerabilities before merging.
  • Diff Review & Readiness: reviews changes to validate intent and risk mitigation prior to PR creation.
  • Use Case: after implementing a feature or refactor, run the loop to guarantee PR-ready quality across the codebase.

Quick Start

Run the verification loop after finishing a feature to produce a 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 PR checks for TypeScript and Python feature branches?

Automate PR checks by running a six-phase verification loop that evaluates build, type check, lint, tests, security scan, and diff review to produce a final readiness verdict for your TypeScript and Python projects.

What is the best way to catch security vulnerabilities and build failures before merging code?

The best way to catch vulnerabilities and build failures before merging is to execute a verification loop that runs build checks, security scans, and test suites, validating code intent and risk mitigation prior to PR creation.

How do I run type checking and lint validation after a codebase refactor?

Run type checking and lint validation after a refactor by triggering the automated verification workflow, which enforces type correctness and style guidelines to improve long-term maintainability across your codebase.

Does the automated verification workflow support both TypeScript and Python projects?

Yes, the automated verification workflow supports both TypeScript and Python projects, detecting build failures early across supported languages to prevent broken merges and enforce quality gates.

When do I need to run a diff review for PR readiness?

You need to run a diff review for PR readiness after implementing a feature or refactor, ensuring the changes validate intent and mitigate risk prior to PR creation alongside build, type, lint, and security checks.