Fixissue — Testing skill for Claude Code
End-to-end issue resolution - fetch, branch, fix, test, commit, PR, close.
How to install Fixissue
Installs to ~/.claude/skills/gr8monk3ys-skills-fixissue/SKILL.md
mkdir -p ~/.claude/skills/gr8monk3ys-skills-fixissue && curl -fsSL https://raw.githubusercontent.com/gr8monk3ys/skills/HEAD/commands/fixissue.md -o ~/.claude/skills/gr8monk3ys-skills-fixissue/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Fixissue does
description: End-to-end issue resolution - fetch, branch, fix, test, commit, PR, close model: claude-sonnet-4-6
Fix Issue Workflow
Complete end-to-end workflow for resolving GitHub issues from identification through PR creation.
Issue: $ARGUMENTS
Quick Usage
/fixissue #123 # Fix issue by number
/fixissue #123 --no-pr # Fix without creating PR
/fixissue #123 --draft # Create draft PR
**When to use**: When you need to fully resolve a GitHub issue wit
Alternatives in Testing
- Fix Issue — by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol 46.5k ★
- Flaky Fix — 不安定なテスト(flaky test)の原因を分析し、テストの安定化を試みます 974 ★
- Test And Fix — Run tests and fix any failures 353 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
04 Fix
Rapid bug fix workflow - auto-plan, execute, test, and close simple fixes in one command
M Merge Branch
Auto Merge Workflow: Analyze, Merge, Resolve, Test, Commit
Fix And Validate
Run the Lancet2 fix-mode validation suite (iwyu-fix + lint-check + test). Mirrors the pre-commit gate's scope
Plan Freeze
Commit the active feature's spec.md + plan.md on a plan/ branch and open a PR for human review. Wraps scripts/
Work
Pick up a GitHub issue and set up everything needed to start working on it: understand the issue, create a fea
Fix Cluster
Fixes a cluster of related GitHub issues as a single pull request. Issue bodies are the spec. Args: issue numb
Related Agents
Sprint Closer
Gathers sprint close context and executes sprint close (mark complete, archive, commit, merge run branch) for
Merge Resolver
Resolve git merge conflicts by analyzing commit history, code intent, and metadata. Use when PRs have conflict
GitOps
Git operations specialist. MUST BE USED for branch management, conflict resolution, git history analysis, work