verify

Run typecheck, lint, tests, and script-based verification checks.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/howdycarter/Mothership --skill verify-howdycarter
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/howdycarter/Mothership/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/howdycarter/Mothership --skill verify-howdycarter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Verification ensures code quality, security, and deployment readiness by automating checks and reducing manual debugging.

Core Features & Use Cases

  • Automated checks: Typecheck, lint, and unit/integration tests run as part of the verification workflow.
  • Targeted scope: Validate specific areas such as ui, api, database, or integration, or run all checks for full health.
  • Progress reports: Provides pass/fail statuses and logs to facilitate traceability and remediation.

Quick Start

Run all verification checks by executing ./mothership verify all

Frequently Asked Questions about verify

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

FAQPage Schema
How do I automate code quality checks for deployment readiness?▼

Automated code quality checks validate deployment readiness by running typecheck, lint, and tests to reduce manual debugging. This process logs pass/fail outcomes for traceability and targeted remediation across UI, API, database, and integration components.

How do I run lint and typecheck only on my API components?▼

Run lint and typecheck on API components by executing targeted verification checks. This scopes validation to specific areas like API, UI, or database rather than running a full project health assessment.

What is project verification and how does it ensure code health?▼

Project verification ensures code health by automating typecheck, lint, and test workflows. It identifies and runs script-based checks to validate code quality and security, providing progress reports with logged outcomes for traceability.

Can I run all typecheck, lint, and test checks at once for a full health assessment?▼

Yes, you can run all verification checks together for a comprehensive health assessment. This executes typecheck, lint, and script-based tests across UI, API, database, and integration components simultaneously to confirm overall deployment readiness.

What's the best way to trace verification failures during continuous integration?▼

The best way to trace verification failures is by reviewing logged outcomes from automated checks. The verification workflow provides pass/fail statuses and logs for each typecheck, lint, and test execution to facilitate remediation.