ワンクリックで
codify
Action workflow for codifying a specific lesson, behavior, or guardrail into the strongest appropriate mechanism.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Action workflow for codifying a specific lesson, behavior, or guardrail into the strongest appropriate mechanism.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Reference guide to all mechanisms for codifying behaviors, lessons, and guardrails — skills, subagents, hooks, tests, linters, scripts, and more. Trigger phrases: "what mechanism should I use", "how do I codify this", "where should this live", "what are my options for enforcing".
Debrief — Review the current session and persist lessons learned
Structured debugging workflow using scientific method. Trigger phrases: "debug this", "help me debug", "why is this failing", "find the bug", "this is broken", "fix this error".
Autonomous review loop — Codex CLI reviews, Claude refines, iterating to convergence. Trigger phrases: "codex review", "review this", "get a second opinion".
| name | codify |
| description | Action workflow for codifying a specific lesson, behavior, or guardrail into the strongest appropriate mechanism. |
| disable-model-invocation | true |
A structured workflow for taking a lesson, behavior, convention, or guardrail
and codifying it into the strongest, most appropriately scoped mechanism
available. This is the action counterpart to the codification-reference
skill — use that for browsing options, use this when you have something
specific to codify.
$ARGUMENTS — a description of what needs to be codified. Can be a lesson
learned, a behavior to enforce, a process to automate, or a convention to
establish.
Before choosing a mechanism, fully understand the input:
Ask clarifying questions if the input is ambiguous. Don't proceed until the scope is clear.
Load the codification-reference skill for the full mechanism taxonomy. Then
apply the decision process:
Selection principles:
Present the proposed mechanism to the user with:
Build the chosen mechanism:
skills/_template/ as starting point.Show the user what you're writing and get confirmation before each write.
After implementation: