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

  1. Fetch the GitHub issue:

    First, extract the issue number from $ARGUMENTS:

    • If $ARGUMENTS is a number (e.g., 123), use it directly
    • If $ARGUMENTS is a URL (e.g., https://github.com/owner/repo/issues/123), extract the issue number from the path

    Then fetch the issue:

Related skills
Installs
25
Repository
dyad-sh/dyad
GitHub Stars
20.2K
First Seen
Feb 17, 2026