verify

Runs typecheck, lint, prettier, and build to produce a pass/fail report.

3|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/gwpjp/Web3-Claude --skill verify-gwpjp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/gwpjp/Web3-Claude/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/gwpjp/Web3-Claude --skill verify-gwpjp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the essential verification workflow for projects by executing typecheck, lint, prettier (auto-fix), and build to ensure code correctness, style compliance, and readiness for commits.

Core Features & Use Cases

  • Automated verification: runs TypeScript/JavaScript typechecking, linting, and auto-formatting in a single pass, followed by a build.
  • Progress reporting: shows per-check status as in_progress, completed, or failed, and provides an overall verification report with issues identified.
  • Auto-remediation: offers to auto-fix lint issues and re-run the suite to confirm success.

Quick Start

Apply the verify skill to run the full verification suite on your repository. Ensure Node.js and Yarn are installed and that your project defines standard scripts for typecheck, lint, prettier, and build.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I run typecheck, lint, prettier, and build checks in a single automated pass?

Automated code verification runs typecheck, lint, prettier auto-fix, and build sequentially in a single pass to produce a clear per-check pass/fail assessment for your project.

What is the best way to automate JavaScript code health checks before committing?

Automating JavaScript code health checks with a verification suite ensures correctness, style compliance, and build readiness by executing typecheck, lint, prettier, and build sequentially before a commit.

Do I need yarn and Node.js installed to run automated project verification?

Yes, you need a Node.js and yarn environment installed to run automated project verification, and your project must define standard scripts for typecheck, lint, prettier, and build.

Can I automatically fix lint and formatting issues during the verification process?

Yes, the verification process supports auto-remediation by offering to auto-fix lint and prettier formatting issues, and it re-runs the suite to confirm the fixes succeeded.

How does the verification suite report the status of individual code quality checks?

The verification suite reports code quality check status by displaying each phase as in_progress, completed, or failed, yielding a structured final report suitable for immediate review.

What should I do if the build fails during the automated code verification suite?

If the build fails during automated code verification, review the structured final report to identify the specific issues, apply the available auto-fix for lint and prettier, and re-run the suite.