一键导入
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 职业分类
| 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/standards/workflow.md if the standardized commands are standard workflow commands (used by all mekara projects)docs/docs/development/workflows.md if the standardized commands are mekara-specificSummarize:
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).
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.