con un clic
agent-tools-for-kotlin
agent-tools-for-kotlin contiene 2 skills recopiladas de nomisRev, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Inspect Gradle/Kotlin test results and failing tests using the self-contained inspect-test.init.gradle.kts init script, without needing the dev-tools plugin applied to the target project. Use whenever a Gradle test task has run (or failed) and you need to see which tests failed and their stack traces.
Search dependency jars (packages, types, functions, methods) on a Gradle build's classpath using the self-contained jar-search.init.gradle.kts init script, without needing the dev-tools plugin applied to the target project. Use whenever you need to know what a Kotlin/Java dependency actually exposes — e.g. to check a type exists, find its members, or discover the right method/function signature before writing code against it.