fix-issues

Solid

Auto-fix GitHub issues labeled as bugs: fetch open bug issues, analyze feasibility, fix code, and submit PRs. One issue per invocation. Use when: (1) User says "/fix-issues", (2) User asks to fix GitHub issues.

AI & Automation 27,256 stars 2614 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Fix Issues Skill Automated workflow: GitHub bug issues → analyze → fix → PR. **Announce at start:** "I'm using fix-issues skill to find and fix a GitHub bug issue." ## Operating Modes ### Batch Mode (default) Invocation: `/fix-issues` - Fetches open bug issues, finds the best candidate, fixes it - Runs full Phase 1 → Phase 2 → Phase 3 - Fixes 1 issue per invocation ### Daemon Mode Invocation: `/fix-issues limit=1` (from daemon script) - Phase 1 uses **priority descent**: high-signal issues first, then progressively lower - Fixes only 1 issue (controlled by `limit` parameter), then exits - If no fixable issue exists → outputs `[NO_FIXABLE_ISSUES]` and exits ## Prerequisites - **gh CLI** must be authenticated - Working directory will be auto-cleaned (stash + checkout main) at startup ## Workflow ### Phase 1: Collect & Filter Issues #### Step 1.1: Verify Environment ```bash git status --porcelain git branch --show-current ``` If working directory has **staged or modified tracked files**, stash them and proceed: ```bash git stash -m "fix-issues: auto-stash before starting" ``` **Do NOT use `--include-untracked`** — untracked files (like skill files not yet merged to main) must remain in the working directory. Then switch to main: ```bash git checkout main git pull origin main ``` #### Step 1.1b: Load Skip List (Daemon Mode Only) In daemon mode (`limit > 0`), load the skip list to avoid re-analyzing issues that were already triaged in previous sessions. The...

Details

Author
iOfficeAI
Repository
iOfficeAI/AionUi
Created
9 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

github-fix-issue

Fix GitHub issues end-to-end — from analysis through branch creation, implementation, testing, and PR submission. Use this skill whenever the user mentions fixing a GitHub issue, resolving a bug from an issue tracker, working on a GitHub issue number, or says things like "fix issue

1,532 Updated 1 months ago
feiskyer
AI & Automation Solid

fix-sentry

Auto-fix high-frequency Sentry issues: fetch issues > N occurrences, analyze stack traces, fix code, create GitHub issues, and submit PRs. Supports user feedback issues (event.type "default") with attachment analysis (logs, screenshots) when include_feedback=true. Use when: (1) User says "/fix-sentry", (2) User asks to fix Sentry issues.

27,256 Updated today
iOfficeAI
AI & Automation Listed

gh-issues

Process GitHub issues as an automation queue: /gh-issues lists and filters issues, confirms selected issue numbers, deduplicates fix/issue-* work, delegates one focused PR per issue, and can monitor issue-fix PR review feedback. Use this instead of general PR workflow tools only when the entry point is a GitHub issue list or issue-fix queue.

108 Updated today
HybridAIOne
AI & Automation Listed

gh-issues

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]

0 Updated 2 months ago
Adamuuuu
AI & Automation Listed

gh-issues

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]

0 Updated 1 months ago
vkinnnnn