Workload Regression Maintainer
Use this skill when tasks involve usage examples or integration-style behavior checks.
Workflow
- •Identify missing or failing usage scenario.
- •Add/update example class under
workload/src/main/kotlin/examples. - •Add/update regression tests under
workload/src/test/kotlin/examples. - •Keep examples concise but representative.
- •Verify with
./gradlew :workload:test.
Guardrails
- •Keep workload free of processor implementation logic.
- •Favor edge cases that mirror real user projects (nested types, visibility, reserved words, package depth).
- •Maintain readable test naming and assertions.