Skill 详情
workflow
Contains optional content-generation workflows but is primarily a generic workflow orchestrator.
使用前先检查
自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。
SKILL.md
这段内容是审核时保存的快照。外部来源才是完整且最新的版本。
---
name: workflow
description: "Structured multi-phase workflows: review, debug, refactor (tidy, clean up, untangle messy code without behaviour change), deploy, create, research."
user-invocable: false
context: fork
routing:
category: meta-tooling
not_for: "3D game asset generation or Meshy API (use game-asset-generator skill) — this skill orchestrates multi-step ad-hoc workflows"
pairs_with:
- planning
- feature-lifecycle
- verification-before-completion
triggers:
- "workflow"
- "multi-phase task"
- "structured pipeline"
- "phased execution"
- "orchestrated workflow"
- "tidy up"
- "tidy it"
- "tidy into one place"
- "clean up"
- "messy"
- "messy code"
- "structure is messy"
- "reorganize"
- "reorganize without changing behaviour"
- "reorganize without changing behavior"
- "untangle"
- "consolidate duplicated"
- "duplicated everywhere"
- "repeated everywhere"
allowed-tools:
- Read
- Edit
- Write
- Bash
- Glob
- Grep
- Agent
- Skill
---
# Workflow
Umbrella skill for all structured multi-phase workflows.
Load the appropriate workflow reference based on the task.
**Terminology:** "workflow" is the canonical term for these flows. "pipeline" is the retained legacy alias — kept for back-compat. Routing keys, `meta.name` exports, and `pipeline-index.json` keep their existing "pipeline" identifiers unchanged; do not rename them. Use "workflow" in new prose.
## Available Workflows
| Category | Workflow | Reference |
|----------|----------|-----------|
| **Code Review** | Comprehensive multi-wave review | `references/comprehensive-review.md` |
| **Code Review** | Systematic code review | `skills/review/systematic-code-review/SKILL.md` |
| **Debugging** | Evidence-based debugging pipeline | `references/systematic-debugging.md` |
| **Refactoring** | Safe refactoring with test gates | `references/systematic-refactoring.md` |
| **Features** | End-to-end feature lifecycle | `skills/process/feature-lifecycle/references/pipeline.md` |
| **PR Workflow** | PR creation pipeline | `skills/process/pr-workflow/references/pipeline.md` |
| **Research** | Formal research with source gates | `references/research-pipeline.md` |
| **Research** | Research to article pipeline | `references/research-to-article.md` |
| **Content** | Voice content generation | `references/voice-writer.md` |
| **Content** | Article evaluation | `references/article-evaluation-pipeline.md` |
| **Content** | De-AI content pipeline | `references/de-ai-pipeline.md` |
| **Content** | Documentation pipeline | `references/doc-pipeline.md` |
| **Exploration** | Codebase exploration | `references/explore-pipeline.md` |
| **Exploration** | Multi-perspective analysis | `references/do-perspectives.md` |
| **Creation** | Skill creation pipeline | `references/skill-creation-pipeline.md` |
| **Creation** | Hook development pipeline | `references/hook-development-pipeline.md` |
| **Creation** | MCP server pipeline | `references/mcp-pipeline-builder.md` |
| **Creation** | Pipeline scaffolding | `references/pipeline-scaffolder.md` |
| **Creation** | Domain research for pipelines | `references/domain-research.md` |
| **Creation** | Chain composition | `references/chain-composer.md` |
| **Creation** | Auto-pipeline generation | `references/auto-pipeline.md` |
| **Upgrade** | Agent/skill upgrade | `references/agent-upgrade.md` |
| **Upgrade** | System upgrade | `references/system-upgrade.md` |
| **Upgrade** | Toolkit improvement | `references/toolkit-improvement.md` |
| **Testing** | Pipeline test runner | `references/pipeline-test-runner.md` |
| **Testing** | Pipeline retro | `references/pipeline-retro.md` |
| **GitHub** | Profile rules extraction | `references/github-profile-rules.md` |
| **Orchestration** | Task orchestration | `references/workflow-orchestrator.md` |
| **Patterns** | Composable-pattern + failure-mode + cost-gate catalog | `references/workflow-patterns.md` |
| **P在 GitHub 阅读完整来源 (打开外部页面)