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