check

Orchestrates typecheck, lint, build, formatting and tests with commit-gate marker output.

97|4|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/go-to-k/cdkd --skill check-go-to-k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/go-to-k/cdkd/tree/main/.claude/skills/check
Command: npx skills add https://github.com/go-to-k/cdkd --skill check-go-to-k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run local quality checks (typecheck, lint, build, tests) during development to catch issues early and keep commits clean.

Core Features & Use Cases

  • Orchestrates typecheck, lint, formatting, build, and tests locally for rapid feedback.
  • Produces a consistent, structured output suitable for PR checks and developer dashboards.
  • Supports a commit-gate workflow to prevent progressing when checks fail.

Quick Start

Run vp check --fix, then vp run build, and vp run test to verify the current state.

Frequently Asked Questions about check

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

FAQPage Schema
How do I run local code quality checks before committing?

To run local code quality checks before committing, use this Skill to orchestrate typecheck, lint, formatting, build, and tests. It executes a deterministic workflow using vp check --fix, vp run build, and vp run test to verify code health.

What is a commit-gate workflow for development builds?

A commit-gate workflow for development builds prevents code from progressing when local checks fail. This Skill implements the gate by running typecheck, lint, build, and tests, producing a structured output table with a clear marker.

How do I automate linting, typecheck, and tests during development?

You can automate linting, typecheck, and tests during development by running this Skill's orchestrated workflow. It sequentially executes vp check --fix, vp run build, and vp run test to provide rapid local feedback on code quality.

Can I get structured output for PR checks from local tests?

Yes, you can get structured output for PR checks from local tests. This Skill produces a consistent, structured output table from your typecheck, lint, build, and test runs suitable for developer dashboards and PR verification.

What is the best way to prevent bad commits with local checks?

The best way to prevent bad commits with local checks is using a deterministic commit-gate workflow. This Skill orchestrates formatting, typecheck, build, and tests locally, blocking progression if any quality check fails.