{
    "app": {
        "name": "bug-fixing",
        "description": "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.",
        "mode": "advanced-chat",
        "model_config": {
            "provider": "deepseek",
            "model": "deepseek-chat",
            "parameters": {
                "temperature": 0.7,
                "max_tokens": 4096
            }
        }
    },
    "instructions": "name bug-fixing description 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. 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.",
    "variables": [],
    "opening_statement": "你好，我是 bug-fixing，Fix defects in the Composio SDK repository with fo...",
    "suggested_questions": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=composiohq-composio-agents-skills-bug-fixing-skill-md"
}