Fixes GitHub issues by investigating, patching, testing, and linting according to project rules.

Install

mkdir -p .claude/skills/fix-issue-exit-zero-labs && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18222" && unzip -o skill.zip -d .claude/skills/fix-issue-exit-zero-labs && rm skill.zip

Installs to .claude/skills/fix-issue-exit-zero-labs

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Fix a GitHub issue following ThreatForge coding standards and conventions
73 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Understand GitHub issue descriptions and comments
  • Investigate codebase to identify root causes
  • Implement code fixes following project conventions
  • Write tests to reproduce bugs and verify fixes
  • Lint and format code using project-specific tools

How it works

The skill reads a GitHub issue, investigates the codebase to find the root cause, implements a fix, writes tests, and then lints and formats the code before creating a commit.

Inputs & outputs

You give it
GitHub issue number
You get back
Code fix, verification tests, and a commit message

When to use fix-issue

  • Fix GitHub issue
  • Resolve bug report
  • Automate patch implementation

About this skill

Fix issue

Follow ../implement-issue/SKILL.md with bug-specific emphasis:

  • reproduce the defect
  • add a discriminating failing test
  • fix the root cause with the smallest complete change
  • avoid unrelated refactoring

The same effort, plan, anti-slop, verification, and authorization boundaries apply.

When not to use it

  • When the user wants to implement changes that do not follow ThreatForge coding standards
  • When the user wants to make changes without writing verification tests
  • When the user wants to skip linting and formatting

Limitations

  • Requires following ThreatForge coding standards and conventions
  • Requires writing tests to reproduce and verify fixes
  • Requires linting and formatting code before committing

How it compares

This skill automates the entire process of fixing a GitHub issue, from understanding the problem to committing the solution, which is more complete than manual bug fixing.

Compared to similar skills

fix-issue side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
fix-issue (this skill)05moNo flagsIntermediate
debug-with-valgrind27moReviewIntermediate
jit-regression-test15moNo flagsBeginner
dreamers-fix010dReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry