End-to-end workflow to fix one or more GitHub issues — fetches the issue(s), creates a feature branch, enters plan mode for interactive implementation planning, applies the fix with tests, updates all docs (README, CHANGELOG, llms.txt, server.json), creates a detailed PR, and addresses review bot feedback. Supports multiple issue numbers for batching small fixes into a single combined PR. Use this skill whenever the user mentions a GitHub issue number or URL, wants to fix a bug, implement a feature from an issue, investigate a reported problem, or says things like "fix issue 19", "work on #42", "let's tackle this issue", "look at issue 15", "fix 140 146 150", "implement what's described in github.com/.../issues/7", "investigate this bug report". Also triggers for partial references like "fix #19" or just a bare issue number when the context is clearly about fixing something.
$npx -y skills add exileum/meta-mcp --skill meta-mcp-fix-issueInstalls into the current project.
Run `npx skills use "https://github.com/exileum/meta-mcp" --skill "exileum/meta-mcp/meta-mcp-fix-issue"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/exileum/meta-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/exileum/meta-mcp"` and select the relevant skills, then follow their instructions.