verify

Run build, type, lint, test, logging, and git status checks.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/YuriNakayama/neurogolf --skill verify-yurinakayama
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/YuriNakayama/neurogolf/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/YuriNakayama/neurogolf --skill verify-yurinakayama

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a thorough code verification process to ensure that the current state of your codebase meets the necessary standards for a seamless workflow.

Core Features & Use Cases

  • Build Check: Verifies the successful compilation of your project.
  • Type Check: Checks for any type-related issues within your codebase.
  • Lint Check: Ensures code quality and follows best practices.
  • Test Suite: Executes all tests and provides a pass/fail count along with coverage percentage.
  • Console.log Audit: Scans for any instances of console.log for proper logging practices.
  • Git Status: Checks for uncommitted changes and modifications since the last commit.

Quick Start

Run the /verify command to initiate the comprehensive code verification process.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I run a complete codebase verification check before committing?

To run codebase verification, execute a single command to initiate a step-by-step process covering building, type checking, linting, testing, logging audits, and git status checks for code quality.

What does a comprehensive code verification process include?

A comprehensive code verification process includes build checks, type checking, lint enforcement, test suite execution with coverage, console.log audits, and git status checks for uncommitted changes.

Can I check my test suite coverage and pass/fail count automatically?

Yes, automated verification executes your testing suite and provides a pass/fail count along with the coverage percentage to ensure codebase stability and integrity.

How do I scan for console.log statements and check git status?

Code verification scans for console.log instances for proper logging practices and checks git status for uncommitted changes or modifications since the last commit.

Does the verification process work with any software engineering workflow?

Verification is intended for software engineering and development workflows, specifically targeting projects where code integrity and stability are crucial before progress continues.