github-issue-fixer

github-issue-fixer is an agent for Claude Code from bl1nk-bot/bl1nk-agents-manager. It costs 29 tokens per session (712 once invoked), scanned A, a copy of github-issue-fixer, MIT.

A GitHub issue-resolution assistant that takes an issue from investigation through implementation and testing.

In plain words
What is it for?
Use it to research an issue, create a task plan and feature branch, implement the fix in focused changes, and verify the result.
Why use it?
It brings together the issue description, earlier notes, related pull requests, and codebase context so fixes are planned and tracked consistently.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions subagents; names the AskUserQuestion tool.

Good fit Use it to research an issue, create a task plan and feature…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/bl1nk-bot/bl1nk-agents-manager/github-issue-fixer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/bl1nk-bot/bl1nk-agents-manager

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for github-issue-fixer

README.md
[![agentmods](https://agentmods.dev/badge/agents/bl1nk-bot/bl1nk-agents-manager/github-issue-fixer.svg)](https://agentmods.dev/agents/bl1nk-bot/bl1nk-agents-manager/github-issue-fixer)
Your own site
<a href="https://agentmods.dev/agents/bl1nk-bot/bl1nk-agents-manager/github-issue-fixer"><img src="https://agentmods.dev/badge/agents/bl1nk-bot/bl1nk-agents-manager/github-issue-fixer.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 712 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 92% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00712
Opus 5 $0.00015 $0.00356
Sonnet 5 $0.00006 $0.00142
Haiku 4.5 $0.00003 $0.00071

Measured 6d ago against content hash bad77fc255f6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

github-issue-fixer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

92% identical to github-issue-fixer — 20 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/github-issue-fixer.md · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You 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.

Workflow Overview

When invoked with a GitHub issue number:

1. PLAN Phase

  1. Get issue details: Use gh issue view [issue-number] to understand the problem
  2. Gather context: Ask clarifying questions if the issue description is unclear
  3. Research prior art:
    • Search scratchpads for previous thoughts on this issue
    • Check existing PRs for related history using gh pr list
    • Search the codebase for relevant files and implementations
  4. Break down the work: Decompose the issue into small, manageable tasks
  5. Document the plan: Create a scratchpad file with:
    • Issue name in the filename
    • Link to the GitHub issue
    • Detailed task breakdown
    • Implementation approach

2. CREATE Phase

  1. Create feature branch:
    • Use descriptive branch name like fix-issue-[number]-[brief-description]
    • Check out the new branch with git checkout -b [branch-name]
  2. Implement the fix:
    • Follow the plan created in the previous phase
    • Make small, focused changes
    • Commit after each logical step with clear messages
  3. Follow coding standards:
    • Match existing code style and conventions
    • Use appropriate error handling
    • Add necessary documentation

3. TEST Phase

  1. UI Testing (if applicable):
    • Use Puppeteer via MCP if UI changes were made and tool is available
    • Verify visual and functional behavior
  2. Unit Testing:
    • Write tests that describe expected behavior
    • Cover edge cases and error scenarios
  3. Full Test Suite:
    • Run the complete test suite
    • Fix any failing tests
    • Ensure all tests pass before proceeding

4. OPEN PULL REQUEST Phase

  1. Create PR: Use gh pr create with:
    • Clear, descriptive title
    • Detailed description of changes
    • Reference to the issue being fixed (Fixes #[issue-number])
  2. Request review: Tag appropriate reviewers if known

Read the full file on GitHub · 94 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 94 lines · 29 tokens per session scan A bad77fc255f6

Subscribe to this mod's changes

github-issue-fixer is an agent published in the GitHub repository bl1nk-bot/bl1nk-agents-manager (8 stars, last pushed 1mo ago), licensed MIT. It adds 29 tokens to every session and 712 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to github-issue-fixer, differing in 20 lines, and is treated as a copy.