loop-verifier

Verify loop-produced file changes, intent alignment, and test passes.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/chenxingqiang/loops-automatic-researching --skill loop-verifier-chenxingqiang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop-verifier
Source: https://github.com/chenxingqiang/loops-automatic-researching/tree/main/starters/minimal-loop-vscode/.github/skills/loop-verifier
Command: npx skills add https://github.com/chenxingqiang/loops-automatic-researching --skill loop-verifier-chenxingqiang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill acts as an independent checker for loop-produced changes, ensuring minimal scope and successful test passes before implementation.

Core Features & Use Cases

  • Change Verification: Ensures only relevant files are changed and no denylist paths or unrelated edits are present.
  • Intent Check: Validates that changes clearly address the stated target and do not address different problems.
  • Test Execution: Runs tests (or equivalent) and reports pass/fail with output snippet.
  • No Cheating: Ensures no disabled tests, skipped assertions, or commented-out checks are present.
  • Risk Assessment: For medium+ risk, recommends human review even if tests pass.
  • Use Case: Before implementing a change in a loop, use this Skill to verify that the change meets all criteria and is safe to proceed.

Quick Start

Run the loop-verifier skill to check the changes produced by the latest loop iteration.

Frequently Asked Questions about loop-verifier

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

FAQPage Schema
How do I verify automated test execution passes for loop-based development changes?

Independent loop verification runs test suites, reports pass/fail with output snippets, and ensures no disabled tests, skipped assertions, or commented-out checks are present before proceeding with changes.

What is loop verification in automated testing and software quality assurance?

Loop verification in software quality independently validates that loop-produced changes have minimal scope, align with stated intent, pass tests without cheating, and assess risk to ensure safe implementation.

How do I check if file changes are minimal and do not touch denylist paths?

Change verification checks file modifications to ensure only relevant files are touched, confirming no denylist paths or unrelated edits are present before changes are deemed safe to implement.

Does automated risk assessment for code changes recommend human review?

Yes, risk assessment for code changes recommends human review for medium or higher risk levels even if automated test execution passes, ensuring an extra layer of safety for loop-produced changes.

How do I validate that code changes align with the stated target intent?

Intent validation checks that code changes clearly address the stated target problem and do not inadvertently solve different problems, ensuring the development loop maintains its intended focus.