一键导入
workflow-auto
Execute workflow-analyze → workflow-plan → workflow-execute → commit in sequence without intermediate approval (single commit)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute workflow-analyze → workflow-plan → workflow-execute → commit in sequence without intermediate approval (single commit)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Transform verbose natural language requests into structured bilingual documentation (Korean for review + English for AI prompts)
Review current git changes or latest commit using code-reviewer and architect-reviewer agents
Review comments and suggest cleanup (identify unnecessary comments, recommend improvements)
Generate Conventional Commits-compliant messages (feat/fix/docs/chore) in Korean and English
Identify and safely remove dead code, deprecated code, and unused exports from codebase
Generate business rule documentation from domain knowledge and requirements
| name | workflow-auto |
| description | Execute workflow-analyze → workflow-plan → workflow-execute → commit in sequence without intermediate approval (single commit) |
| disable-model-invocation | true |
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
This command executes the full workflow (analyze → plan → execute → commit) in sequence without stopping for approval.
Key differences from individual commands:
When to use:
When NOT to use:
/workflow-validateExecute exactly as /workflow-analyze command:
docs/work/WORK-{task-name}/analysis.ko.mddocs/work/WORK-{task-name}/analysis.mdUse the full template from workflow-analyze (not simplified).
→ Proceed immediately without approval
Execute exactly as /workflow-plan command, with one constraint:
docs/work/WORK-{task-name}/plan.ko.mddocs/work/WORK-{task-name}/plan.mdUse the full template from workflow-plan (not simplified).
Single commit constraint: All changes must be planned as one commit with vertical slicing (types + logic + tests together).
→ Proceed immediately without approval
Execute exactly as /workflow-execute command:
docs/work/WORK-{task-name}/summary-commit-1.mdUse the full template from workflow-execute (not simplified).
→ Proceed immediately without approval
Execute exactly as /commit command:
commit_message.md (Korean and English versions)Use the full process from commit command.
Same as individual commands:
docs/work/WORK-{task-name}/
├── analysis.ko.md (Korean - from workflow-analyze)
├── analysis.md (English - from workflow-analyze)
├── plan.ko.md (Korean - from workflow-plan)
├── plan.md (English - from workflow-plan)
└── summary-commit-1.md (Korean - from workflow-execute)
commit_message.md (from commit - Korean and English versions)
Now execute the full workflow by reading and following each command file:
.claude/commands/workflow-analyze.md and execute its full process.claude/commands/workflow-plan.md and execute (single commit only).claude/commands/workflow-execute.md and execute for commit 1.claude/commands/commit.md and execute to generate commit_message.mdYou MUST read each command file to understand the exact process and templates.