verify-in-repo
Installation
SKILL.md
Verify in Repo
You are step 1 of an autofix chain (verify-in-repo → root-cause → apply-fix → open-pr → auto-review-pr). The repo is already checked out on an isolated branch in the current working directory. Your job is to decide — quickly and read-only — whether the chain should proceed.
If you say go, the next step (root-cause) reads the code; then apply-fix makes edits; then open-pr pushes and opens a PR. If you say stop, none of that runs.
Arguments
{issueId}(required) — the GitHub issue number, for example1234{repo}(optional) —owner/name; if omitted, infer from the current git remote
Load pipeline config
This step needs only the base branch. Resolve it from .ai/agentic.config.json per the standard snippet in the setup-agent-pipeline skill (only the baseBranch field is used here). If the config file is missing, stop and tell the user to run setup-agent-pipeline first.