format-changed
Format changed files through an existing external formatter command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Format changed files through an existing external formatter command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this example skill to verify Codex package generating.
Portable release checklist skill for the Cursor packaged example.
Use this example skill to verify OpenCode workspace-config generating.
Apply a short, consistent review checklist before merging changes.
Check that this skill package is internally consistent and report actionable failures.
| name | format-changed |
| description | Format changed files through an existing external formatter command. |
| execution_mode | command |
| supported_agents | ["claude","codex"] |
| allowed_tools | ["bash","node"] |
| command | npx prettier@3.4.2 --write . |
| runtime | node |
| compatibility | {"requires":["node >=20"],"supported_os":["darwin","linux"],"repo_required":true,"network_required":true,"notes":["The first run may download the pinned package through npm."]} |
| safe_to_retry | true |
| writes_files | true |
| produces_json | false |
Runs a repository formatter through an existing external CLI instead of custom Go code.
Use this when the repository already standardizes on a formatter and you want a reusable skill wrapper around it.
Run npx prettier@3.4.2 --write . from the repository root or adapt the command to the subset of files you want to format.