# Run Relevant Tests After Adding Error Handling Wrappers

> run relevant tests after adding error-handling wrappers

- Skill: `zaxbyhub/run-relevant-tests-after-adding-error-handling-wrappers` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zaxbyhub/run-relevant-tests-after-adding-error-handling-wrappers`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zaxbyhub/run-relevant-tests-after-adding-error-handling-wrappers/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zaxbyhub (https://skillmd.com/u/zaxbyhub)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zaxbyhub/run-relevant-tests-after-adding-error-handling-wrappers

---


<!-- generated by opencode-swarm skill-generator. Do not edit by hand; edits will be preserved on regeneration only with controlled update mode. -->

# 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.

