在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用test
星标3
分支0
更新时间2026年4月18日 21:21
Run tests for the yj-schema-validator project
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Run tests for the yj-schema-validator project
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Check and fix Checkstyle and PMD violations
Implement a GitHub issue with branch and pull request workflow
Post a status comment on a GitHub issue (starting work, plan update, completed)
Check JaCoCo code coverage
Format, validate checkstyle/PMD, and run tests before committing
Create/update GitHub issue, branch, commit, PR, then continue implementing
| name | test |
| description | Run tests for the yj-schema-validator project |
| argument-hint | ["TestClass#method"] |
| allowed-tools | Bash(./mvnw *) |
Run tests based on the provided arguments.
./mvnw test
/test YamlSchemaValidatorTest)./mvnw test -Dtest=$ARGUMENTS
/test YamlSchemaValidatorTest#shouldValidateYamlSuccessfully)./mvnw test -Dtest=$ARGUMENTS
YamlSchemaValidatorTest -- Core validation logicYamlSchemaValidatorRunnerTest -- CLI runner integration testsYamlSchemaValidatorStdinTest -- Stdin handling testsFilesOutputTest -- Output formatting testsFilesOutputToJunitTest -- JUnit output testsFilesOutputToSarifTest -- SARIF output testsReport test results clearly. On failure, show the failing test name, assertion message, and relevant stack trace.