Skill 詳細

workflow

Contains optional content-generation workflows but is primarily a generic workflow orchestrator.

一致度一致の可能性コンテンツ制作 向けにレビュー済み
出典notque/vexjoy-agent外部ソース
報告インストール数13人気度の参考値

使用前に確認

自動レビューは関連性のみを確認し、安全性や推奨を保証しません。使用前に出典の説明を読んでください。

保存された出典プレビュー

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 で全文を読む (外部ページ)
関連情報

関連する仕事