verify

Validate containers, APIs, database migrations, and web interfaces after deployment.

11|3|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/ImperialAutomation/claude-code-toolkit --skill verify-imperialautomation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/ImperialAutomation/claude-code-toolkit/tree/main/skills/verify
Command: npx skills add https://github.com/ImperialAutomation/claude-code-toolkit --skill verify-imperialautomation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Developers and DevOps teams struggle to confirm that applications are operating correctly after deployment, risking downtime and user dissatisfaction.

Core Features & Use Cases

  • Container and Service Health Checks: Automatically verify that Docker containers and services are running as expected.
  • API Functionality Testing: Simulate smoke tests against APIs to check responsiveness and component health.
  • Migration Validation: Detect pending database schema migrations and facilitate their automatic execution.
  • Browser Smoke Testing: Automated headless browser validation of web frontends, including page loading and console error detection.
  • Use Case: Automate post-deployment checks for microservices, ensuring all layers—from containers to frontend—are operational and stable.

Quick Start

Use the verify skill to run a full health check on your deployment, including container status, API responsiveness, and browser frontend verification.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I automate post-deployment health checks for containers and APIs?

Runtime validation checks application components including containers, APIs, and database migrations to ensure deployment success. It simulates smoke tests and browser automation to verify operational integrity across all microservice layers automatically.

Can I detect pending database schema migrations and run them automatically?

Yes, migration validation detects pending database schema migrations and facilitates their automatic execution. This runtime check ensures your database structure matches application requirements before completing the deployment process.

How does headless browser smoke testing work for web frontend validation?

Headless browser automation validates web frontends by automated page loading and console error detection. This smoke testing ensures web interfaces render correctly and remain stable without manual visual inspection.

What's the best way to verify Docker container status after a microservices deployment?

Container health checks automatically verify that Docker containers and services are running as expected. This automated validation confirms operational stability across microservices deployments without manual status inspection.

Do I need to configure API smoke tests separately from container health checks?

No, comprehensive runtime validation combines API functionality testing with container health checks in a single process. API smoke tests simulate requests to check responsiveness and component health without separate configuration.