AI AGENT ADDONS
Debugging
1,025installs

When a bug is found, the real cause must be uncovered. This skill reads the bug report and then inspects the actual code to find the root cause. It does not guess or rely on assumptions. The analysis must be based on what the code really does.

After finding the cause, the skill evaluates how many other parts of the software could be affected. It then suggests two or three fix options with their pros and cons. The developer can decide which approach to take. No code is changed during this step.

This careful process helps fix bugs correctly the first time. Developers save time and avoid introducing new problems.

Add Cs Issue Analyze skill to your workflow

Global

mkdir -p ~/.claude/skills/cs-issue-analyze

Project

mkdir -p .claude/skills/cs-issue-analyze

Source Repository

Stars
973
Forks
73
Watchers
973
Last Push
24 days ago
Created
3 months ago