verify-app

Run static analysis, build checks, and security reviews on codebases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates comprehensive application verification by performing static analysis, build checks, code quality reviews, and security assessments to catch issues early and deliver reliable software.

Core Features & Use Cases

  • Static Analysis: typecheck, lint, and formatting checks to enforce code quality.
  • Build Verification & Security: ensures the project builds cleanly and sensitive data is not exposed; produces a structured report with actionable recommendations.
  • Use Case: integrate into CI or pull request reviews to automatically validate changes before merging.

Quick Start

Run the verification workflow against your codebase:

  • yarn typecheck
  • yarn lint
  • yarn prettier:check
  • yarn build

Frequently Asked Questions about verify-app

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

FAQPage Schema
How do I automate static analysis and security checks in a CI pipeline?

Automating static analysis and security checks in a CI pipeline involves running typechecking, linting, formatting, and build verification to catch issues before merging. This skill validates pull requests and pre-release changes automatically to enforce code quality and safety.

What is application verification for code quality and security?

Application verification for code quality and security is the process of performing static analysis, build checks, and security reviews to catch issues early. It ensures projects build cleanly, enforces formatting, and verifies no hardcoded secrets are exposed.

How do I run typecheck, lint, and build checks before merging a pull request?

To run typecheck, lint, and build checks before merging, execute yarn typecheck, yarn lint, yarn prettier:check, and yarn build against your codebase. This workflow produces a structured report with actionable recommendations for pull request reviews.

Can I use automated verification for modern web projects during pre-release checks?

Yes, you can use automated verification for modern web projects during pre-release checks. It targets modern web and software projects to ensure successful builds, enforce code quality, and perform security assessments before delivery.

Does this verification process detect hardcoded secrets in the codebase?

Yes, this verification process detects hardcoded secrets in the codebase. It performs security reviews to ensure sensitive data is not exposed, alongside build checks and static analysis to enforce typechecking and linting rules.