fix-issue

Installation
SKILL.md

Resolve the GitHub issue $ARGUMENTS end-to-end.

Delegation hints (token / model optimisation):

  • Build step: delegate make megalinter-build runs to the build-runner agent (haiku).
  • Version pin edits: delegate to version-bumper (haiku).
  • CI watching after PR open: hand off to the pr-watch-fix skill (sonnet), which itself delegates polling to pr-monitor (haiku).
  • Security-related issues: delegate CVE analysis to security-analyst (opus) — but you're already on opus, so do it inline if cheaper.

Global git/PR rules (no AI attribution, commit-as-user, no pushes to main, no --force, stage by path) live in CLAUDE.mdGit & PR Conventions. Follow them — do not restate them here.

Step 1 — Resolve the issue

Parse $ARGUMENTS (accept 123, #123, owner/repo#123, full URL). If empty, ask the user.

gh issue view <ref> --json number,title,body,labels,state,url,author,comments

Read body and all comments in full — context often lives in a comment. If the issue is closed, ask before proceeding.

Installs
4
GitHub Stars
2.6K
First Seen
Jun 21, 2026
fix-issue — oxsecurity/megalinter