在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:21
forks:3
updated:2026年5月12日 13:39
SKILL.md
| name | build |
| description | Build the deployable Spring Boot jar, skipping tests for speed. |
Build the backend project for deployment:
cd backend_java && mvn clean package -DskipTestsbootstrap/target/tron-java-bootstrap-1.0-SNAPSHOT.jarIf the build fails, read the Maven output, identify the compilation or packaging error, and suggest a fix.