在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用build
星标4
分支0
更新时间2026年7月2日 11:46
Build the project and report any errors
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Build the project and report any errors
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| description | Build the project and report any errors |
| name | build |
| user_invocable | true |
Build the project and report any compilation errors.
cargo build to compile the project in debug mode.target/debug/gitfluff).cargo build --release instead.Auto-fix formatting and linting issues
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