dyad:fix-issue
Installation
SKILL.md
Fix Issue
Create a plan to fix a GitHub issue, then implement it locally.
Arguments
$ARGUMENTS: GitHub issue number or URL.
Instructions
-
Fetch the GitHub issue:
First, extract the issue number from
$ARGUMENTS:- If
$ARGUMENTSis a number (e.g.,123), use it directly - If
$ARGUMENTSis a URL (e.g.,https://github.com/owner/repo/issues/123), extract the issue number from the path
Then fetch the issue:
- If