auto-canary

Execute build, end-to-end tests, and browser health checks for deployment validation.

106|74|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Insajin/autopus-adk --skill auto-canary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-canary
Source: https://github.com/Insajin/autopus-adk/tree/main/.autopus/plugins/auto/skills/auto-canary
Command: npx skills add https://github.com/Insajin/autopus-adk --skill auto-canary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Canary-based deployment validation automates the build, E2E tests, and browser health checks to ensure releases are safe and reliable.

Core Features & Use Cases

  • Thin alias shim redirects canary requests to the canonical router while preserving flags.
  • End-to-end validation coordinates with the underlying detailed auto-canary workflow for production-ready releases.
  • Use case: validate a new deployment in CI or perform quick health checks before promoting to production.

Quick Start

Invoke the canary alias to start deployment validation and health checks for your latest build.

Frequently Asked Questions about auto-canary

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

FAQPage Schema
How do I automate deployment canary checks in my CI pipeline?

Deployment canary verification automates build execution, end-to-end tests, and browser health checks to validate releases before production. You invoke the canary alias in your CI pipeline to trigger these rapid health signals.

What is canary-based deployment validation?

Canary-based deployment validation automates builds, end-to-end tests, and browser health checks to ensure new releases are safe and reliable. It provides rapid health signals required before a production release.

Can I use canary verification for local deployment validation?

Yes, canary verification applies in both CI pipelines and local validation scenarios. It provides rapid health signals and coordinates with the underlying detailed auto workflow for production-ready releases.

Does the canary validation process preserve user-provided flags?

Yes, the canary validation process uses a thin alias shim that redirects canary requests to the canonical router while preserving user-provided flags. This ensures deterministic routing and a safe handoff to the detailed workflow.

When do I need to run browser health checks before a production release?

You need to run browser health checks when you require rapid health signals before promoting a new deployment to production. This end-to-end validation ensures your release is safe and reliable.