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:- URL to a JSON file containing session debugging data (starts with
http://orhttps://) - GitHub issue number or URL
- URL to a JSON file containing session debugging data (starts with
Instructions
-
Parse and validate the arguments:
Split
$ARGUMENTSon whitespace to get exactly two arguments:- First argument: session data URL (must start with
http://orhttps://) - Second argument: GitHub issue identifier (number like
123or full URL likehttps://github.com/owner/repo/issues/123)
Validation: If fewer than two arguments are provided, inform the user:
- First argument: session data URL (must start with