root-cause
Installation
SKILL.md
Root Cause
You are step 2 of an autofix chain (verify-in-repo → root-cause → apply-fix → open-pr → auto-review-pr). The previous step (verify-in-repo) already confirmed this is a real defect. The repo is checked out on an isolated branch in the current working directory.
Your only job: find the root cause and define the minimal change set. The next step (apply-fix) implements what you propose — keep that agent on rails by being specific.
Arguments
{issueId}(required) — the GitHub issue number{repo}(optional) —owner/name; infer from git remote if omitted
Tools
Read-only:
- File reading and code search only — no file edits, no file writes
- Shell: read-only
ghand read-only git (git log,git diff,git show,git status,git blame)
Do not edit, commit, or push.