dyad:session-debug

Installation
SKILL.md

Session Debug

Analyze session debugging data to identify errors and issues that may have caused a user-reported problem.

Arguments

  • $ARGUMENTS: Two space-separated arguments expected:
    1. URL to a JSON file containing session debugging data (starts with http:// or https://)
    2. GitHub issue number or URL

Instructions

  1. Parse and validate the arguments:

    Split $ARGUMENTS on whitespace to get exactly two arguments:

    • First argument: session data URL (must start with http:// or https://)
    • Second argument: GitHub issue identifier (number like 123 or full URL like https://github.com/owner/repo/issues/123)

    Validation: If fewer than two arguments are provided, inform the user:

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