--- name: Bug Report about: Report a bug in a skill or Python script title: '[BUG] ' labels: bug assignees: '' --- ## Bug Description A clear and concise description of the bug. ## Affected Skill **Skill Name:** (e.g., content-creator, ceo-advisor, senior-fullstack) **Component:** (e.g., Python script, SKILL.md, reference file) ## To Reproduce Steps to reproduce the behavior: 1. Go to '...' 2. Run command '...' 3. See error ## Expected Behavior A clear description of what you expected to happen. ## Actual Behavior What actually happened. ## Error Messages ``` Paste any error messages here ``` ## Environment - **OS:** (e.g., macOS 14, Ubuntu 22.04, Windows 11) - **Python Version:** (e.g., 3.11.5) - **Claude Platform:** (Claude AI, Claude Code, API) - **Skill Version:** (check metadata in SKILL.md) ## Additional Context Add any other context about the problem here, such as: - Screenshots - Related issues - Potential fixes you've identified ## Checklist - [ ] I have searched existing issues to avoid duplicates - [ ] I have tested with the latest version - [ ] I have included all relevant error messages - [ ] I have provided steps to reproduce