Loading...
Loading...
Found 31 Skills
TDD and coverage standards for Engram. Trigger: When implementing behavior changes in any package.
PHPUnit testing conventions and best practices for any PHP project
Internal skill. Use cc10x-router for all development tasks.
JaCoCo code coverage configuration for Java/Gradle projects. Covers report generation, coverage thresholds, multi-module aggregation, and SonarQube integration. Use when setting up or troubleshooting code coverage.
Use when writing or running Unity tests, including EditMode tests, PlayMode tests, performance testing, and code coverage
JaCoCo Java code coverage tool USE WHEN: user mentions "JaCoCo", "Java coverage", "code coverage", asks about "coverage threshold", "jacoco-maven-plugin", "coverage report", "LINE coverage", "BRANCH coverage" DO NOT USE FOR: JavaScript/TypeScript coverage - use Vitest skill, SonarQube analysis - use `sonarqube` skill, test execution - use testing skills
Write effective tests for code quality and reliability. Use when implementing features, fixing bugs, or improving coverage. Covers unit, integration, and E2E testing.