一键导入
formatter
Use this skill to format code files according to project standards. Triggers when the user asks to format, lint, or clean up code style.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill to format code files according to project standards. Triggers when the user asks to format, lint, or clean up code style.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | formatter |
| description | Use this skill to format code files according to project standards. Triggers when the user asks to format, lint, or clean up code style. |
Format code files using the project's configured formatters.
Run the appropriate formatter based on file type:
ruff format <file>sqlfluff fix <file>