Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める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.