# Fix Issue

> Fix a GitHub issue by number. Read the issue, implement the fix, write tests, commit.

- Skill: `j4flmao/fix-issue` (Agent Skill)
- Install (CLI): `npx skillmds@latest add j4flmao/fix-issue`
- Raw SKILL.md: https://api.skillmd.com/api/skills/j4flmao/fix-issue/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: j4flmao (https://skillmd.com/u/j4flmao)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/j4flmao/fix-issue

---


## Instructions

1. `gh issue view $issue` — read the issue
2. Understand requirements and reproduce if possible
3. Implement the fix following codebase conventions
4. Write tests matching existing test patterns
5. Run tests to verify
6. Commit with `Fixes #$issue` in message

