Verification Loop Skill

Automate build, type, lint, test, security, and diff verification.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sasasayusuke/util --skill verification-loop-skill-sasasayusuke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Verification Loop Skill
Source: https://github.com/sasasayusuke/util/tree/main/pg/%E3%83%86%E3%83%97%E3%82%B7%E3%82%B9/.claude/skills/verification-loop
Command: npx skills add https://github.com/sasasayusuke/util --skill verification-loop-skill-sasasayusuke

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of verifying code quality and adherence to standards, preventing common issues from reaching pull requests and ensuring a smoother development workflow.

Core Features & Use Cases

  • Comprehensive Checks: Executes build, type, lint, test, and security checks.
  • Automated Reporting: Generates a clear report summarizing the verification status.
  • Use Case: Before submitting a feature for review, run this skill to catch build errors, type mismatches, linting issues, failing tests, and potential security vulnerabilities, ensuring your code is production-ready.

Quick Start

Run the verification loop skill to check the current codebase.

Frequently Asked Questions about Verification Loop Skill

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

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

Automating code quality checks before a pull request requires running a multi-phase verification process. This skill systematically executes build, type, lint, test, and security scans to identify issues and ensure code readiness for integration.

What is included in a comprehensive code verification loop?

A comprehensive code verification loop includes build execution, type checking, linting, test execution with coverage, security scanning for secrets and console logs, and diff review. It systematically reports issues across these distinct development stages.

How can I automatically scan my codebase for security vulnerabilities and secrets?

To automatically scan your codebase for security vulnerabilities and secrets, you can run a verification loop that includes dedicated security scanning phases. This process detects exposed secrets and console logs before code reaches integration.

Does this automated verification process work without external dependencies?

Yes, this automated verification process works without external dependencies. It operates independently using internal scripts and references to execute build, type, lint, test, and security checks on your current codebase.

What is the best way to ensure code readiness before integration?

The best way to ensure code readiness before integration is to execute an automated verification loop. This systematically catches build errors, type mismatches, linting issues, failing tests, and security vulnerabilities, generating a clear readiness report.

Why should I run linting and type checking before creating a PR?

Running linting and type checking before creating a PR prevents common code quality issues from reaching the review process. This automated verification ensures a smoother development workflow by catching mismatches and standard violations early.