speckit-verify

Automate codebase verification across builds, type checks, linting, tests, and git status.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/a2mus/smart-da3m --skill speckit-verify-a2mus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-verify
Source: https://github.com/a2mus/smart-da3m/tree/main/.agents/skills/speckit-verify
Command: npx skills add https://github.com/a2mus/smart-da3m --skill speckit-verify-a2mus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains codebase health by performing end-to-end verification across build, type checking, linting, tests, and repository state, delivering a clear quality signal.

Core Features & Use Cases

  • End-to-end verification workflow: orchestrates build, type check, lint, tests, console log audit, and git status checks in a defined order.
  • Concise reporting: outputs a summarized verification report with pass/fail status and key metrics.
  • Extensible & reusable: designed to plug into CI or local development workflows for repeated validations.

Quick Start

Run speckit-verify to execute the full verification pipeline against the current repository and generate a concise report.

Frequently Asked Questions about speckit-verify

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

FAQPage Schema
How do I automate codebase verification for builds, linting, and tests?

Automate codebase verification by running a defined pipeline that orchestrates build, type check, lint, tests, console audits, and git status checks. It outputs a concise, human-readable report with pass/fail status and key metrics for repository maintenance.

What is included in an end-to-end codebase verification workflow?

An end-to-end codebase verification workflow includes build execution, TypeScript type checking, ESLint linting, test execution, console log auditing, and git status checks. It processes these steps sequentially to deliver a clear quality signal for the repository.

Do I need specific tools to run automated TypeScript codebase checks?

Yes, automated TypeScript codebase checks require standard tooling such as a build runner, TypeScript checker, ESLint, test runner, and Git. These dependencies must be present in the environment to execute the full verification pipeline.

Can I integrate codebase verification into my CI pipeline?

Yes, you can integrate codebase verification into CI or local development workflows. It is designed to be extensible and reusable, allowing repeated validations across builds, type checks, linting, tests, and git status checks.

What's the best way to generate a concise codebase quality report?

Generate a concise codebase quality report by executing a full verification pipeline against the current repository. The report summarizes pass/fail status and key metrics across build, lint, test, and git status checks for immediate review.