wk-workstyle-error-handling

Installation
SKILL.md

Workstyle — Error Handling

Enforces robust error handling on every error path the agent writes — no silently swallowed errors, and a clear split between operational and programmer errors. Part of the wk-workstyle family. Project settings are authoritative — this skill fills gaps only, never overrides. When a linter/formatter config governs a rule below, that config wins; see wk-workstyle Step 0 for the project-style-authority probe.

When to Use

Auto-invoked whenever the agent touches an error path. Trigger contexts:

  • Writes or edits a catch/rescue/except block.
  • Writes or edits an error return.
  • Writes code that raises or throws an exception.

Manual: /wk-workstyle-error-handling scan (full working tree) · /wk-workstyle-error-handling check <path> (one file).

Installs
4
First Seen
Aug 19, 2026
wk-workstyle-error-handling — whizzzkid/skills