Skip to main content
ClaudeWave
Skill30k repo starsupdated 3d ago

bug-fixing

Fix defects in the Composio SDK repository with focused reproduction, root-cause analysis, regression tests, and narrow verification. Use when the user reports a bug, failing test, CI regression, runtime defect, or incorrect SDK behavior. Do not use for new feature design or broad refactors.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ComposioHQ/composio /tmp/bug-fixing && cp -r /tmp/bug-fixing/.agents/skills/bug-fixing ~/.claude/skills/bug-fixing
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Bug Fixing

Use this skill for defect work.

Read `references/regression-testing.md` before editing code so the fix includes the right reproduction and tests.