Fix Issue

Analyze and fix a GitHub issue end-to-end

smartwhale8 Updated

File contents

Analyze and fix the GitHub issue: $ARGUMENTS

Follow this workflow:

  1. Understand: Run gh issue view $ARGUMENTS to get issue details
  2. Investigate: Search the codebase for relevant files and understand the root cause
  3. Plan: Describe your approach before making changes
  4. Implement: Make the necessary code changes
  5. Test: Write a test that would have caught this issue, then run the test suite
  6. Verify: Ensure lint and type checks pass
  7. Commit: Create a descriptive commit message referencing the issue
  8. PR: Push and create a PR with gh pr create

Important:

  • Address the ROOT CAUSE, not just the symptom
  • If the fix requires changes across multiple files, explain why
  • If the issue is unclear, ask for clarification before implementing

smartwhale8/claude-playbook/tree/main/.claude/skills/fix-issue commit 2ba467fc53

Frequently asked questions

npx skillmds@latest add smartwhale8/fix-issue