# Fix Github Issue

> Workflow for analyzing and fixing GitHub issues. Use when given an issue number to investigate and resolve. Use when this capability is needed.

- Skill: `tomevault-io/fix-github-issue-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/fix-github-issue-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/fix-github-issue-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/fix-github-issue-2

---


# Fix GitHub Issue Skill

Analyze and fix GitHub issues systematically.

## Workflow

1. **Get Issue Details**
   ```bash
   gh issue view <issue_number>
   ```

2. **Understand the Problem**
   - Read issue description and comments
   - Identify affected components
   - Determine root cause

3. **Search Codebase**
   - Find relevant files
   - Understand current implementation
   - Check related tests

4. **Implement Fix**
   - Follow coding standards (see code-writer skill)
   - Import contracts from `rainze.core.contracts`
   - Add bilingual comments

5. **Validate**
   ```bash
   make lint      # Check linting
   make typecheck # Check types
   make test      # Run tests
   ```

6. **Commit & PR**
   - Use conventional commit format
   - Reference issue number: `Fixes #<number>`
   - Create PR with description

## Requirements

- Follow CLAUDE.md coding standards
- Run `make check` before committing
- Include test for the fix when applicable

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/dcrepaircenter) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

