verify

Execute build, type, lint, test, and security checks on codebases.

24|5|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Luohaothu/everything-codex --skill verify-luohaothu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/Luohaothu/everything-codex/tree/main/skills/verify
Command: npx skills add https://github.com/Luohaothu/everything-codex --skill verify-luohaothu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run comprehensive verification on current codebase state, ensuring builds, types, lint, tests, and security checks are all green before changes are merged.

Core Features & Use Cases

  • Build, type, lint, test, and security verification across common tech stacks.
  • Pre-commit, pre-pr, and full PR readiness validation with clear pass/fail signals.
  • Helpful diff reviews and status reporting to streamline PR workflows.

Quick Start

Run the /verify command to execute the full verification suite or use /verify quick for a faster, focused check.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I run build, lint, and security checks before a pull request?

You can automate build, lint, type, and security checks before a pull request by running a comprehensive verification suite. This executes deterministic phases and reports clear pass or fail signals to validate codebase readiness before merging.

What is the best way to validate codebase readiness across TypeScript and Python?

Validating codebase readiness across TypeScript and Python involves executing automated builds, type checks, lint, and tests. This process provides standardized result reporting to ensure commits meet continuous integration workflow standards.

Can I run a faster focused check instead of a full CI verification suite?

Yes, you can run a faster focused check instead of a full CI verification suite. A quick verification mode applies targeted checks to the current codebase state, offering faster validation for pre-commit stages.

Does continuous-check mode work for gating pull requests in CI workflows?

Yes, continuous-check mode works for gating pull requests in CI workflows. It applies automated security scans, tests, and lint validation to provide deterministic phase execution and release readiness signals.

How do I get clear pass or fail signals for pre-commit validation?

To get clear pass or fail signals for pre-commit validation, execute a full verification suite on your codebase. This automates type checks, builds, and security scans, reporting status to streamline your PR workflow.