verify

Run build, type-check, lint, tests, console.log audit, and git status checks.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/JaimeJunr/context-mode --skill verify-jaimejunr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/JaimeJunr/context-mode/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/JaimeJunr/context-mode --skill verify-jaimejunr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Comprehensive codebase verification to ensure builds, type checks, linting, tests, console.log audits, and git status are clean before PRs, reducing rework and integration issues.

Core Features & Use Cases

  • End-to-end checks: run build, type-check, lint, tests, and console.log audit, followed by a git status summary to surface uncommitted changes.
  • Modes: quick and full modes to balance speed and coverage for different workflows.
  • Practical Use Case: used before submitting a PR to guarantee all checks pass and expose potential issues early.

Quick Start

Run the verify workflow in quick or full mode to generate a concise report before submitting changes.

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 checks for build, lint, and tests before submitting a PR?

You can run comprehensive pre-commit codebase checks by executing a deterministic verification workflow that covers build, type-check, lint, tests, and console.log audits to ensure strict PR hygiene.

What is included in a complete codebase verification workflow?

A complete codebase verification workflow includes running build, type-check, lint, test execution, and console.log audits. It concludes with a git status summary to expose any uncommitted changes before integration.

Can I run a quick codebase check instead of a full pre-merge validation?

Yes, you can run a quick codebase check instead of full pre-merge validation by selecting quick mode. This balances speed and coverage to provide a concise report faster when full checks are not needed.

Does the pre-commit verification process check for leftover console.log statements?

Yes, the pre-commit verification process includes a specific console.log audit. This check ensures no leftover debugging statements remain in the codebase before you submit your pull request.

How do I expose uncommitted changes before creating a pull request?

To expose uncommitted changes before a pull request, run a verification workflow that includes a git status check. This summarizes your working directory state to prevent accidental omissions.

What is the best way to automate type-check and lint validation before a commit?

The best way to automate type-check and lint validation before a commit is using a fixed-order verification workflow. This deterministic process guarantees checks run consistently, reducing integration issues and rework.