askill
batch-issue-fix

batch-issue-fixSafety 40Repository

Triage and fix multiple GitHub issues with a repeatable process.

0 stars
1.2k downloads
Updated 2/2/2026

Package Files

Loading files...
SKILL.md

Batch Issue Fix

Purpose

Handle a list of issue URLs by triaging them in parallel and fixing them in a consistent order.

Inputs

  • Required:
    ISSUE_URLS:
    - https://github.com/ORG/REPO/issues/123
    - https://github.com/ORG/REPO/issues/456
    

Steps

  1. Parse ISSUE_URLS from the user message in the given order.
  2. For each URL, spawn a subagent to read the issue, identify likely files, and suggest tests.
  3. Create a batch plan file at $OPENCODE_CONFIG_DIR/plans/batch-issues-YYYYMMDD.md with:
    • Ordered issue list
    • Dependencies or conflicts
    • Planned per-issue plan file names
    • Suggested test matrix
  4. For each issue in order, follow the issue-fix workflow:
    • Create the per-issue plan file at $OPENCODE_CONFIG_DIR/plans/issue-<id>-<slug>.md
    • Implement and test
    • Summarize progress before moving on
  5. If the user requested commits or PRs, follow git conventions per issue. Create PRs automatically when requested, and include Closes #<id> in each PR body. Otherwise, ask before committing.

Output

  • Combined triage report
  • Batch plan file path
  • Per-issue status updates

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

48/100Analyzed 2/18/2026

A moderately structured skill for batch GitHub issue fixing but lacks concrete actionability. Has clear sections but uses vague high-level language ('spawn a subagent', 'follow workflow') without specific commands. References opencode-specific config paths making it tool-dependent. Auto-commit feature lacks safety safeguards. Tags provide some discoverability but no trigger/when-to-use section. Overall incomplete and less actionable despite having proper structure.

40
60
50
55
35

Metadata

Licenseunknown
Version-
Updated2/2/2026
PublisherPLeVasseur

Tags

githubgithub-actionstesting