feat(skills): add shared task workflows

This commit is contained in:
Julian lechner
2026-09-11 14:42:47 +02:00
parent 30a057c41b
commit 54820797fa
22 changed files with 241 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
---
name: debugging
description: Investigate and resolve software defects using evidence.
---
# Debugging
Use when behavior is incorrect, failing, or unexpectedly slow.
1. Reproduce or isolate the problem.
2. Gather evidence and identify the likely cause.
3. Apply the smallest complete fix.
4. Run relevant verification.
Return the cause, change, and verification result.
Do not guess when evidence can be collected.