en un clic
test
Run tests for the yj-schema-validator project
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Run tests for the yj-schema-validator project
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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.