在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用fix
星标4
分支0
更新时间2026年7月2日 11:46
Auto-fix formatting and linting issues
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Auto-fix formatting and linting issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Build the project and report any errors
Work in iterations with implementation rounds followed by critical review passes
Run all linters and formatters
Split tasks among subagents for parallel execution
Review current changes for correctness, style, and potential issues
Run the test suite and report results
| description | Auto-fix formatting and linting issues |
| name | fix |
| user_invocable | true |
Automatically fix formatting and linting issues across the codebase.
cargo fmt --all to auto-format all Rust code.cargo clippy --fix --allow-dirty --allow-staged to apply automatic clippy fixes.poly fmt --fix . and poly lint --fix . to apply remaining formatting and lint autofixes.git diff to show what was changed by the fixes.