run relevant tests after adding error-handling wrappers
Trigger
- (no explicit trigger metadata; cluster derived from category/tags)
Required Procedure
- run relevant tests after adding error-handling wrappers
- confirm return type and value unchanged for non-error paths
Forbidden Shortcuts
- (none recorded)
Delegation Template
When delegating a task affected by this skill, include:
SKILLS: file:.opencode/skills/generated/run-relevant-tests-after-adding-error-handling-wrappers/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
- 5c95c592-7720-4c63-aa85-0c0ecee6d20b — When wrapping existing logic in try/catch for crash prevention, verify the happy-path output is preserved — error guarding that changes return types or swallows results will break downstream tests.