feat(skills): add shared task workflows
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user