dev-verify

Automate install, type-check, build, and health checks across multi-stack environments.

25|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/parhumm/jaan-to --skill dev-verify-parhumm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-verify
Source: https://github.com/parhumm/jaan-to/tree/main/adapters/codex/skillpack/skills/dev-verify
Command: npx skills add https://github.com/parhumm/jaan-to --skill dev-verify-parhumm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill validates integrated software builds and running services by orchestrating dependency installation, type/compile checks, build execution, health checks, and optional smoke tests to ensure release readiness.

Core Features & Use Cases

  • Build verification: install dependencies, run type checks, and perform a full build to guarantee code health.
  • Runtime verification: health checks and lightweight smoke tests to confirm services are operational post-deploy.
  • OpenAPI contract validation: validate API contracts when specs are present to detect deviations early.

Quick Start

Run the dev-verify skill to perform an end-to-end build and runtime health check on your project.

Frequently Asked Questions about dev-verify

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

FAQPage Schema
How do I automate end-to-end build and runtime health checks for a multi-stack project?

End-to-end build and runtime health checks are automated by orchestrating dependency installation, type-checking, build execution, and health checks across multi-stack environments to ensure release readiness in CI pipelines and local development.

What is runtime verification and how does it confirm services are operational post-deploy?

Runtime verification confirms services are operational post-deploy by executing health checks and lightweight smoke tests against configured ports, producing a structured verification report of runtime readiness.

Can I validate OpenAPI contracts automatically during my CI pipeline build process?

Yes, you can validate OpenAPI contracts during your CI pipeline build process automatically, detecting deviations early by validating API contracts against existing specs when they are present in the project.

Does end-to-end build verification work for local development environments or only CI pipelines?

End-to-end build verification targets both CI pipelines and local development environments, coordinating dependency installation, type checking, build execution, and runtime health checks with configurable ports and structured reporting.

What is the best way to ensure release readiness across multiple tech stacks before deployment?

The best way to ensure release readiness across multiple tech stacks is to perform integrated build verification, coordinating type-checks, builds, contract validation, and smoke tests to guarantee code health and runtime readiness.

Why do I need smoke tests if I am already running type checks and build execution?

You need smoke tests alongside type checks and build execution because type checks validate code health, while smoke tests verify actual runtime behavior and operational status post-deploy to guarantee true release readiness.