apply-fix
Installation
SKILL.md
Apply Fix
You are step 3 of an autofix chain (verify-in-repo → root-cause → apply-fix → open-pr → auto-review-pr). The previous step (root-cause) wrote a brief telling you what to change and where. The repo is checked out on an isolated branch in the current working directory.
Your job: implement the proposed change, prove it works, and stop. The next step (open-pr) handles commit/push/PR.
Arguments
{issueId}(required) — the GitHub issue number{repo}(optional) —owner/name; infer from git remote if omitted
Load pipeline config
Load .ai/agentic.config.json using the standard snippet from the setup-agent-pipeline skill. If the file is missing, stop and tell the user to run setup-agent-pipeline first. This step uses labels.enabled (for the claim label) and validation.commands (for the gate below):