auto-verify

Routes verify alias invocations to the canonical auto workflow preserving flags and context.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The thin alias shim forwards $auto-verify invocations to the canonical auto router, preserving user flags and context so the detailed workflow can execute without duplicating logic.

Core Features & Use Cases

  • Preserve and forward flags such as --auto, --loop, --multi, --quality, --model, --variant, --team, and --solo.
  • Immediately load the detailed auto workflow after context restoration and SPEC path resolution.
  • Enable seamless, plugin-local routing for verify commands across environments.

Quick Start

Invoke the alias shim with your verify parameters to route to the full auto workflow.

Frequently Asked Questions about auto-verify

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

FAQPage Schema
How do I route an alias invocation to a canonical workflow router?

Routing an alias invocation to a canonical workflow router requires a thin shim that forwards verify requests while preserving user flags and context. This prevents logic duplication by delegating directly to the full auto workflow.

How do I preserve command flags when forwarding verify requests?

Preserving command flags when forwarding verify requests is handled by the alias shim, which captures parameters like --auto, --loop, and --model before delegating to the canonical auto workflow for execution.

What is an alias shim used for in workflow routing?

An alias shim in workflow routing acts as a lightweight intermediary that intercepts specific command invocations, resolves context, and immediately loads a detailed workflow without duplicating operational logic across environments.

Do I need existing workflow sources to use a verify routing shim?

Yes, using a verify routing shim requires the existence of detailed auto workflow sources. The shim resolves context and SPEC paths but relies on the canonical router to provide the actual execution logic.

What is the best way to handle plugin-local routing for verify commands?

The best way to handle plugin-local routing for verify commands is implementing a thin alias shim that seamlessly forwards parameters to the canonical auto router, enabling execution across environments without redundant logic.

Why does my workflow alias not pass context to the main router?

A workflow alias fails to pass context to the main router if it lacks proper context restoration and SPEC path resolution before loading the full verify workflow. The shim must explicitly preserve flags before delegating.