workflow-automation

Route software tasks to the appropriate agent-workflows engineering workflow and execute it.

73|7|Updated May 26, 2026
One-click install
npx skills add https://github.com/franklioxygen/agent-workflows --skill workflow-automation-franklioxygen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-automation
Source: https://github.com/franklioxygen/agent-workflows/tree/main/zh-cn/skills/workflow-automation
Command: npx skills add https://github.com/franklioxygen/agent-workflows --skill workflow-automation-franklioxygen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents AI coding agents from choosing the wrong process by automatically selecting the correct agent-workflows workflow and then executing the appropriate steps safely and efficiently.

Core Features & Use Cases

  • Workflow routing: Classifies a task into the right workflow (project initialization, feature work, bug fix, code review, incident response, refactoring, or tech-debt cleanup).
  • Library loading with guardrails: Loads only the minimum required shared documents and the selected workflow to keep context lean.
  • Execution discipline: Follows operating rules (single main workflow at a time, respect explicit user workflow choice unless clearly unsafe, and handle code-changing vs read-only workflows appropriately).

Quick Start

Run this Skill with a task description like: "Automate and execute the workflow for investigating and fixing this production regression described here."

Frequently Asked Questions about workflow-automation

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

FAQPage Schema
How do I automate engineering workflow routing for code review and incident debugging?

Engineering workflow routing automation classifies a software task and selects the correct agent-workflows process for code review or incident debugging. It loads only the minimal required shared references and executes the chosen workflow safely.

What is the best way to standardize tech debt cleanup and refactoring workflows for AI coding agents?

Standardizing tech debt cleanup workflows involves routing tasks to a predefined refactoring process. This approach enforces execution discipline by running a single main workflow at a time while handling code-changing steps safely.

Can I use a single workflow automation skill for both project initialization and feature development?

Yes, workflow automation supports routing across project initialization and feature development scenarios. It locates the workflow library, performs preflight safety checks, and executes the specific steps required for each distinct engineering task.

How do I execute a bug fix workflow without loading unnecessary context?

Executing a bug fix workflow safely requires loading only the minimal shared documents and the selected workflow. This library loading approach with guardrails keeps the context lean while performing the required routing and safety steps.

Does workflow automation support read-only tasks alongside code change automation?

Yes, workflow automation handles both code-changing and read-only workflows appropriately. It respects explicit user workflow choices unless they are clearly unsafe, ensuring that code change automation and read-only analysis are executed correctly.

Why does my automated code change workflow fail to locate the workflow library?

Automated code change workflows require locating the workflow library via scripts/find_workflow_library.py. If this script is missing or fails, the routing process cannot load the necessary shared references or perform the required preflight safety steps.