ワンクリックで
test
Run tests for the project
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run tests for the project
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Project coding standards and conventions for Java 17 with Lombok, spring-javaformat, checkstyle, and PMD
Implement a GitHub issue with branch and pull request workflow
Create or update a GitHub issue for tracking work
Check JaCoCo code coverage
Save a learning to project memory. Invoke automatically (without user asking) whenever a task required more than one fix cycle to resolve — e.g. a test failed and needed a second attempt, a compile error required a correction, an API behaved unexpectedly, or an assumption proved wrong mid-task. Also invoke when the user explicitly asks to remember something. Do NOT invoke for routine single-pass work.
Build the project with Maven
| name | test |
| description | Run tests for the project |
| disable-model-invocation | true |
| argument-hint | [module] [TestClass#method] |
| allowed-tools | Bash(bash *) |
Run tests based on the provided arguments.
bash "/Users/alex.mondshain/Library/Application Support/JetBrains/IntelliJIdea2025.3/plugins/maven/lib/maven3/bin/mvn" test -f pom.xml -pl spring-boot-config-json-schema-starter
/test SampleJsonSchemaGeneratorTests)bash "/Users/alex.mondshain/Library/Application Support/JetBrains/IntelliJIdea2025.3/plugins/maven/lib/maven3/bin/mvn" test -Dtest=$ARGUMENTS -f pom.xml -pl spring-boot-config-json-schema-starter
/test SampleJsonSchemaGeneratorTests#testGenerateSchema)bash "/Users/alex.mondshain/Library/Application Support/JetBrains/IntelliJIdea2025.3/plugins/maven/lib/maven3/bin/mvn" test -Dtest=$ARGUMENTS -f pom.xml -pl spring-boot-config-json-schema-starter
SampleJsonSchemaGeneratorTests — Main integration test: generates schema, validates against JSON Schema draft-2020-12SanityJsonSchemaGeneratorTests — Sanity checksJsonSchemaBuilderTest — Unit tests for schema constructionTestYamlFileVsSchema — Validates YAML files against generated schemaSchemaToAsciiDocTests — Tests AsciiDoc documentation generation from schemaReport test results clearly. On failure, show the failing test name, assertion message, and relevant stack trace.