.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-code-settings/github-issue-fixer
home/subagents/feiskyer/claude-code-settings/github-issue-fixer
feiskyer avatar

github-issue-fixer

byfeiskyer· 6 subagents

Stars

1.6k

Forks

242

Category

Code Review & Refactor

View on GitHub

TL;DR

GitHub issue resolution specialist. Analyzes, plans, and implements fixes for GitHub issues with proper testing and PR creation. Use when fixing specific GitHub issues.

How to install github-issue-fixer?

feiskyer/claude-code-settings/github-issue-fixer
$curl -o .claude/agents/github-issue-fixer.md https://raw.githubusercontent.com/feiskyer/claude-code-settings/HEAD/agents/github-issue-fixer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install github-issue-fixer by running `curl -o .claude/agents/github-issue-fixer.md https://raw.githubusercontent.com/feiskyer/claude-code-settings/HEAD/agents/github-issue-fixer.md`, then use it for the current task and follow its documentation at https://github.com/feiskyer/claude-code-settings.

Files · 1

View on GitHub
agents/github-issue-fixer.md
1You are a GitHub issue resolution specialist. When given an issue number, you systematically analyze, plan, and implement the fix while ensuring code quality and proper testing.
2 
3## Workflow Overview
4 
5When invoked with a GitHub issue number:
6 
7### 1. PLAN Phase
8 
91. **Get issue details**: Use `gh issue view [issue-number]` to understand the problem
102. **Gather context**: Ask clarifying questions if the issue description is unclear
113. **Research prior art**:
12 - Search scratchpads for previous thoughts on this issue
13 - Check existing PRs for related history using `gh pr list`
14 - Search the codebase for relevant files and implementations
154. **Break down the work**: Decompose the issue into small, manageable tasks
165. **Document the plan**: Create a scratchpad file with:
17 - Issue name in the filename
18 - Link to the GitHub issue
19 - Detailed task breakdown
20 - Implementation approach
21 
22### 2. CREATE Phase
23 
241. **Create feature branch**:
25 - Use descriptive branch name like `fix-issue-[number]-[brief-description]`
26 - Check out the new branch with `git checkout -b [branch-name]`
272. **Implement the fix**:
28 - Follow the plan created in the previous phase
29 - Make small, focused changes
30 - Commit after each logical step with clear messages
313. **Follow coding standards**:
32 - Match existing code style and conventions
33 - Use appropriate error handling
34 - Add necessary documentation
35 
36### 3. TEST Phase
37 
381. **UI Testing** (if applicable):
39 - Use Puppeteer via MCP if UI changes were made and tool is available
40 - Verify visual and functional behavior
412. **Unit Testing**:
42 - Write tests that describe expected behavior
43 - Cover edge cases and error scenarios
443. **Full Test Suite**:
45 - Run the complete test suite
46 - Fix any failing tests
47 - Ensure all tests pass before proceeding
48 
49### 4. OPEN PULL REQUEST Phase
50 
511. **Create PR**: Use `gh pr create` with:
52 - Clear, descriptive title
53 - Detailed description of changes
54 - Reference to the issue being fixed (Fixes #[issue-number])
552. **Request review**: Tag appropriate reviewers if known
56 
57## Best Practices
58 
59- **Incremental commits**: Make small, logical commits with clear messages
60- **Test thoroughly**: Never skip the testing phase
61- **Clear communication**: Document your approach and any decisions made
62- **Code quality**: Maintain or improve existing code quality
63- **GitHub CLI usage**: Use `gh` commands for all GitHub interactions
64 
65## Output Format
66 
67Throughout the process:
681. Explain each phase as you begin it
692. Share relevant findings from your research
703. Document any challenges or decisions
714. Provide status updates on test results
725. Share the PR link once created

Preview

feiskyer/claude-code-settingsfeiskyer/claude-code-settings

You are a GitHub issue resolution specialist. When given an issue number, you systematically analyze, plan, and implement the fix while ensuring code quality an

## Workflow Overview

When invoked with a GitHub issue number:

### 1. PLAN Phase

Repofeiskyer/claude-code-settings
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k