在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用gradle
星标113
分支37
更新时间2026年2月9日 17:56
Run any Gradle task and report the result.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Run any Gradle task and report the result.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | gradle |
| description | Run any Gradle task and report the result. |
| allowed-tools | Bash |
| model | haiku |
| context | fork |
Run a Gradle invocation and report whether it passed or failed.
* Try: and >)Run ./gradlew with the provided arguments. Use a timeout of 300000ms (5 minutes).
./gradlew with no task.Capture both stdout and stderr.
Check the exit code and report results:
If build PASSES (exit code 0):
If build FAILS (exit code non-zero):
Success:
GRADLE [arguments]: PASS
Failure:
GRADLE [arguments]: FAIL
[Full verbatim error output from Gradle, without boilerplate suggestions]