verify

Run automated tests, static type checks, and project-specific invariant checks.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/g-zenr/relay-api --skill verify-g-zenr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/g-zenr/relay-api/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/g-zenr/relay-api --skill verify-g-zenr

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, catching potential bugs, and ensuring adherence to project standards before committing changes.

Core Features & Use Cases

  • Comprehensive Testing: Executes all defined tests to ensure functionality.
  • Type Checking: Verifies code against type annotations to prevent runtime errors.
  • Invariant Checks: Enforces project-specific coding rules and best practices.
  • Use Case: Before pushing a new feature, run this Skill to guarantee that all tests pass, type hints are correct, and no print statements or Any types have been accidentally introduced.

Quick Start

Run the full verification pipeline for the project.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I automate code quality checks and static type checking before committing changes?

Run a comprehensive verification pipeline to automate code quality checks, executing tests, static type checking, and invariant checks to catch defects before committing changes.

What is the best way to enforce project-specific coding standards and prevent runtime errors?

Enforce project-specific coding standards by applying invariant checks and type verification to prevent runtime errors and detect defects early across the codebase.

How do I run a full verification pipeline for tests and type hints?

Execute the full verification pipeline to run all defined tests, validate type hints against annotations, and enforce project invariants for fail-safe application paths.

Can I detect accidental print statements and Any types in my codebase automatically?

Run invariant checks to automatically detect accidental print statements and Any types by enforcing project-specific coding rules and best practices across the codebase.

Does this verification pipeline require any external dependencies or CI tools to run?

The verification pipeline requires no external dependencies or CI tools, operating independently with bundled scripts and references to validate code integrity and adherence to standards.

When should I run automated testing and invariant checks in my development workflow?

Run automated testing and invariant checks before pushing a new feature to guarantee all tests pass, type hints are correct, and no prohibited patterns are introduced.