verification-loop

Automates TypeScript/Python builds, linting, tests, and scans for GitHub pull requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides an end-to-end verification workflow to ensure Claude Code sessions meet quality gates before integration.

Core Features & Use Cases

  • Build verification: check project builds with npm or pnpm and surface recent logs.
  • Type check and lint: run TypeScript/Python type checks and lint to catch issues early.
  • Test suite: execute tests with coverage and report results to guide fixes.
  • Security scan: scan for secrets and common pitfalls to reduce risk.
  • Diff review: review changes to validate safety and correctness before PRs.

Quick Start

Run the verification loop after completing a feature or before opening a PR to execute all checks.

Frequently Asked Questions about verification-loop

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

FAQPage Schema
How do I automate code quality checks before opening a pull request?

To automate code quality checks before a PR, you can run a verification loop that executes builds, type checks, linting, test suites with coverage, and security scans, reporting a concise PR-ready health summary.

What is included in an end-to-end build verification workflow?

An end-to-end build verification workflow includes checking project builds with npm or pnpm, running TypeScript or Python type checks, executing lint, performing test suites with coverage, and scanning for security secrets.

How do I run TypeScript type checks and linting to catch issues early?

You can run TypeScript type checks and linting through an automated verification loop that validates your code changes during feature completion or refactoring to catch issues early before integration.

Does this verification workflow support both npm and pnpm build systems?

Yes, the verification workflow supports both npm and pnpm build systems. It checks project builds with either package manager and surfaces recent logs to identify build failures.

How do I scan my code changes for security secrets and common pitfalls?

To scan code changes for security secrets and common pitfalls, you run a security scan within the verification loop, which validates safety and correctness through diff reviews before PRs.

When should I run a diff review during a refactoring session?

You should run a diff review during a refactoring session when completing a feature or preparing a PR. It validates the safety and correctness of your changes before they are integrated.