workflow-auto

Orchestrate analyze, plan, execute, and commit in one automated run.

1|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/specvital/infra --skill workflow-auto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-auto
Source: https://github.com/specvital/infra/tree/main/.claude/skills/workflow-auto
Command: npx skills add https://github.com/specvital/infra --skill workflow-auto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates end-to-end workflow orchestration by chaining analyze, plan, execute, and commit into a single, unattended sequence. It eliminates manual phase transitions for small tasks that can be completed within one commit.

Core Features & Use Cases

  • End-to-end automation: run analyze, plan, execute, and commit in one flow without intermediate approvals.
  • Single-commit guarantee: generate and apply changes in a single commit with an automatic message.
  • Safe orchestration: preserves the original command behavior for each phase and handles errors deterministically.

Quick Start

Use the workflow-auto command with a task description to execute the entire lifecycle in one pass.

Frequently Asked Questions about workflow-auto

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

FAQPage Schema
How do I automate a code change from analysis to commit in one workflow?

You can automate an end-to-end workflow by chaining analyze, plan, execute, and commit into a single unattended run to generate and apply changes in one commit with an automatic message.

When should I use a single-commit automation workflow for development tasks?

Use single-commit automation for small tasks that can be completed in one pass without intermediate approvals, eliminating manual phase transitions between analyzing, planning, executing, and committing.

Can I run an unattended orchestration workflow without intermediate approvals?

Yes, unattended orchestration runs the entire lifecycle in one flow without intermediate approvals, preserving the original command behavior for each phase while handling errors deterministically.

Does automated workflow orchestration work for large multi-step development tasks?

Automated workflow orchestration is designed for small tasks completable in a single commit, so large multi-step development tasks requiring intermediate approvals are not suitable for this unattended approach.

How do I execute the entire development lifecycle in a single pass?

Provide a task description to run the entire lifecycle in one pass, which automatically orchestrates the analyze, plan, execute, and commit phases and generates a final commit message.

What is the best way to generate a single commit after planning and executing code changes?

The best way is to use an automated orchestration sequence that applies changes in a single commit with an automatically generated message, satisfying the phase constraints of each workflow stage.