| name | run-relevant-tests-after-logic-changes |
| description | run relevant tests after logic changes |
| generated_from_knowledge | ["78334fd4-d394-41c8-a845-7f5da6e15096"] |
| source_knowledge_ids | ["78334fd4-d394-41c8-a845-7f5da6e15096"] |
| generated_at | 2026-07-14T05:31:50.518Z |
| confidence | 0.6 |
| status | active |
| version | 1 |
| skill_origin | generated |
run relevant tests after logic changes
Trigger
- (no explicit trigger metadata; cluster derived from category/tags)
Required Procedure
- run relevant tests after logic changes
- confirm test pass before reporting completion
Forbidden Shortcuts
Delegation Template
When delegating a task affected by this skill, include:
SKILLS: file:.opencode/skills/generated/run-relevant-tests-after-logic-changes/SKILL.md
Reviewer Checks
- Verify each required action above appears in the diff.
Test Engineer Checks
- Add or update tests covering the trigger condition and the forbidden shortcut.
Source Knowledge IDs
- 78334fd4-d394-41c8-a845-7f5da6e15096 — Run the actual test suite after behavioral changes, not just linting/formatting. Boundary-condition fixes (>, >=) often break existing tests that depend on the prior semantics.