dyad:pr-fix:actions
Installation
SKILL.md
PR Fix: Actions
Fix failing CI checks and GitHub Actions on a Pull Request.
Arguments
$ARGUMENTS: Optional PR number or URL. If not provided, uses the current branch's PR.
Task Tracking
You MUST use the TaskCreate and TaskUpdate tools to track your progress. At the start, create tasks for each step below. Mark each task as in_progress when you start it and completed when you finish. This ensures you complete ALL steps.
Instructions
- Determine the PR to work on:
- If
$ARGUMENTScontains a PR number or URL, use that - Otherwise, get the current branch's PR using
gh pr view --json number,url,title,body --jq '.' - If no PR is found, inform the user and stop
- If