verify

Runs TypeScript lint, unit tests, build and Git checks, returning a pass/fail verdict.

1|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/corbat-tech/coco --skill verify-corbat-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/corbat-tech/coco/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/corbat-tech/coco --skill verify-corbat-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire verification process for your codebase, ensuring that all quality gates are met before committing or creating a pull request, thereby preventing common errors and maintaining a high standard of code.

Core Features & Use Cases

  • Comprehensive Checks: Executes TypeScript type checking, linting, formatting, unit tests, code coverage analysis, and build verification.
  • Git Status: Reports uncommitted changes and diffs against HEAD.
  • Use Case: Before pushing your changes, run this skill to get a definitive pass/fail report on your code's readiness, identifying any issues with types, linting, tests, or coverage.

Quick Start

Run the full verification suite by typing /verify.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I run pre-commit code quality checks for TypeScript and linting?

Pre-commit code quality checks for TypeScript and linting are executed by running a verification suite that performs typecheck, lint, tests, coverage, and build validation to ensure PR readiness.

What is the best way to automate build verification and unit test coverage before a pull request?

Automating build verification and unit test coverage before a pull request involves executing a comprehensive quality assurance suite that assesses code readiness and provides a pass/fail report.

Do I need pnpm and git to run automated quality assurance checks?

Yes, pnpm is required for executing script commands and git is required for status checks when running automated quality assurance checks to report uncommitted changes and diffs against HEAD.

Can I check git status and uncommitted changes alongside type checking and linting?

Yes, you can check git status and uncommitted changes alongside TypeScript type checking and linting within a single verification workflow that reports diffs against HEAD.

What does a pre-PR verification suite include for code review and quality assurance?

A pre-PR verification suite for code review and quality assurance includes TypeScript type checking, linting, formatting, unit tests, code coverage analysis, build verification, and git status checks.

Why does my pre-commit verification fail on code coverage and formatting?

Pre-commit verification fails on code coverage and formatting when the executed quality gates detect insufficient coverage thresholds or formatting deviations, outputting a definitive fail report.