verification-loop

Execute multi-phase build, type, lint, test, and security checks.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Gatsbyhateyou/gatsby-website --skill verification-loop-gatsbyhateyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-loop
Source: https://github.com/Gatsbyhateyou/gatsby-website/tree/main/.agents/skills/verification-loop
Command: npx skills add https://github.com/Gatsbyhateyou/gatsby-website --skill verification-loop-gatsbyhateyou

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 correctness, ensuring that code meets predefined standards before being submitted for review or merged.

Core Features & Use Cases

  • Comprehensive Checks: Includes build, type, lint, test, and security checks.
  • Automated Reporting: Generates a clear report summarizing the verification status.
  • Use Case: Before submitting a pull request for a new feature, run this skill to catch potential build errors, type mismatches, linting issues, failing tests, or security vulnerabilities.

Quick Start

Run the verification loop skill to check the current codebase.

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 a pull request?

To automate code quality checks before a pull request, you can run a multi-phase verification process that evaluates build, type, lint, test, and security scan status. This ensures your code meets predefined standards before code integration.

What is included in an automated verification loop for CI/CD workflows?

An automated verification loop for CI/CD workflows includes comprehensive checks for build errors, type mismatches, linting issues, failing tests, and security vulnerabilities. It generates a clear report summarizing the overall code correctness and verification status.

How do I run a security scan and linting check on my current codebase?

You can run a security scan and linting check on your current codebase by executing a verification skill that performs automated checks. This process analyzes your code diff and generates a report highlighting potential security vulnerabilities and linting issues.

Can I use this automated verification process without adding dependencies?

Yes, you can use this automated verification process without adding dependencies, as it operates with zero external dependencies. It runs directly on your current codebase to perform build, type, lint, test, and security checks.

Why does my code fail integration after passing local tests?

Code can fail integration after passing local tests due to undetected type mismatches, linting issues, or security vulnerabilities. Running a multi-phase verification process before submission catches these errors and generates a report to identify the exact failures.