verification-loop

Verify build, type, lint, test, security, and diff-review outputs for code changes.

2|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final --skill verification-loop-cdo-07-new
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final/tree/main/.agents/skills/verification-loop
Command: npx skills add https://github.com/CDO-07-New/TF4-AIO-03-foresight-lens-final --skill verification-loop-cdo-07-new

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams catch build failures, type errors, lint issues, test regressions, and security concerns before code is merged or shipped.

Core Features & Use Cases

  • Build Verification: Confirms the project can compile or build successfully.
  • Type, Lint, and Test Checks: Runs language-appropriate static checks and test suites to surface defects early.
  • Security and Diff Review: Scans for obvious secret leaks, risky patterns, and unintended changes in the latest diff.
  • Use Case: Use this Skill after a refactor or feature completion to produce a concise readiness report before opening a pull request.

Quick Start

Ask the verification loop skill to run the full build, typecheck, lint, test, security, and diff-review workflow for the current project.

Frequently Asked Questions about verification-loop

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

FAQPage Schema
How do I verify code quality and run checks before opening a pull request?▼

Pre-PR verification runs build, typecheck, lint, test, security, and diff-review checks to catch failures early. It produces a concise pass-fail readiness report for JavaScript, TypeScript, and Python repositories before merging.

What is the best way to run build and security checks after a code refactor?▼

Post-refactor verification applies build compilation, type checking, linting, test suites, and security scans to the latest diff. It surfaces defects, risky patterns, and secret leaks in a consolidated pass-fail report.

Does pre-merge verification work with both TypeScript and Python repositories?▼

Pre-merge verification supports JavaScript, TypeScript, and Python repositories. It applies language-appropriate static checks, type checks, and test suites to validate code health across these ecosystems.

Can I check for secret leaks and risky patterns in my latest diff before merging?▼

Security and diff review scans the latest code changes for obvious secret leaks, risky patterns, and unintended modifications. It reports these security concerns alongside build and test failures in a pass-fail format.

How do I automate test and coverage checks for a feature branch before review?▼

Automated verification runs language-appropriate test suites and coverage checks for the feature branch. It outputs pass-fail reporting on test regressions and coverage metrics before the pre-PR review stage.

What checks are included in a full pre-merge code verification loop?▼

A full verification loop includes build, type, lint, test, security, coverage, and diff-review outputs. It consolidates these checks into pass-fail reporting to confirm project readiness before shipping.