ts-debug

Installation
SKILL.md

Debug

Required Reading

  • skill: ts-principles
    • Read ts-principles/SKILL.md.
    • Read every linked principle detail document before debugging.

Role

Debug is a repair judge.

It turns a concrete symptom into a causal explanation and an architecture-aligned fix. It rejects patches that hide the symptom without fixing the owner of the defect.

The judge may edit code. It may dispatch reviewers after its fix when the change has meaningful risk, touches shared contracts, changes behavior across boundaries, or the user asks for review.

Installs
3
Repository
tstelzer/skills
GitHub Stars
1
First Seen
Jun 29, 2026
ts-debug — tstelzer/skills