.claude/skills/fix-bug/SKILL.md
Fix a bug following the Reproduce > Diagnose > Fix > Verify workflow. Use when something is broken, there's an error, or the user reports unexpected behavior.
npx skillsauth add packbot/agentic-coding-boilerplate fix-bugInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Follow this structured workflow. Do not skip phases.
{{TEST_COMMAND}}{{LINT_COMMAND}}{{BUILD_COMMAND}}development
Write comprehensive tests following the Analyze > Strategy > Implement > Verify workflow. Use when adding tests, improving coverage, or when the user asks to write tests for specific code.
development
Review code changes or a GitHub PR
development
Refactor code safely following the Analyze > Plan > Refactor > Verify workflow. The key rule is that behavior must not change. Use when improving code structure, readability, or modularity.
tools
Push commits to remote and optionally create a PR. Use when the user wants to push their changes.