ワンクリックで
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.