| name | post-dev-test |
| description | Route post-dev-test using exact migration registry [{"unit":"post-dev-test/default","routing":{"negative_boundaries":["Create missing tests for an untested parser behavior.","Record the authoritative repository verification gate for this fingerprint.","Run a risk-led deep investigation across every test layer and triage failures."],"positive_triggers":["Run the appropriate repository tests for the feature I just implemented.","Test the completed API change with focused checks before broader suites.","Validate this working-tree change with developer-facing test execution and exact failures."]}}]. |
Test Completed Development Work
Select repository-native tests after an implementation change and collect their results. The result is developer feedback and does not record the formal verification gate.
Protocol
- Inspect the changed paths, repository guidance, package scripts, test configuration, and neighboring tests.
- Map changed behavior to the smallest relevant test targets. Escalate when configuration, shared infrastructure, or cross-boundary behavior broadens risk.
- Begin with focused tests using the repository's declared commands and environment. Preserve exact command, exit status, and concise failure output.
- If focused checks pass, continue with the next proportionate layer or suite. Do not silently substitute an unrelated command when the configured one is unavailable.
- Classify failures as implementation regressions, test defects, environment gaps, or inconclusive evidence. Do not mutate production code as part of this workflow.
- Report passed coverage, failures, skipped layers, and the next bounded action. Formal completion still requires the repository's review and verify workflow.
Pack handoff
This canonical skill is distributed from the core plugin. Its legacy development-pack payload remains immutable migration provenance and is not a runtime routing surface.
{
"positive_triggers": [
"Run the appropriate repository tests for the feature I just implemented.",
"Test the completed API change with focused checks before broader suites.",
"Validate this working-tree change with developer-facing test execution and exact failures."
],
"negative_boundaries": [
"Create missing tests for an untested parser behavior.",
"Record the authoritative repository verification gate for this fingerprint.",
"Run a risk-led deep investigation across every test layer and triage failures."
]
}