원클릭으로
standardize
Define or update a standard and apply it consistently across two scripts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Define or update a standard and apply it consistently across two scripts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Prepares a Python package for PyPI release by updating the version, building, and verifying the distribution.
Prepare a release by updating the version, building, and verifying the distribution.
| name | standardize |
| description | Define or update a standard and apply it consistently across two scripts. |
Defines (or updates) a standard and applies it consistently across two scripts.
$ARGUMENTS
Gather the following information from the user-provided context:
.agents/skills/).docs/docs/ (preferred for shared human+AI guidance).agents/skills/ that acts as the living spec for this class of scriptsIf any information is unclear or missing, ask the user for details.
Read both scripts and identify:
Focus on standardizing decisions and structure, not on forcing identical wording.
Propose the standard explicitly (the rules), and place it in the agreed canonical home.
This command is for defining standards. If a standard already exists but is incomplete/unclear, improve it as part of this step.
Iterate until the user approves the standard. Do not change the target scripts until the standard itself is agreed and written down.
Update both scripts so they conform to the defined standard while preserving intended script-specific behavior.
Important: choose explicitly whether scripts should embody the standard, link to the standard (“see also”), or do a mix. All are valid:
If the new/changed behavior impacts user-facing understanding of commands, update:
docs/docs/development/workflows.md to document the standardized commands, explaining when to use them and what they doSummarize:
Ask the user if they want to commit. If yes, use the committer agent to stage and commit all related changes (do not stage manually unless you are Codex).