Skip to main content
ClaudeWave
Skill30.1k estrellas del repoactualizado today

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.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.