Setting the file. One moment.
Skill 94 · Copilot PR Autopilot
Subchapter 94.5
references/05-fix.mdMarkdown2 KBView on GitHub
Sub-agent type: general-purpose, one sub-agent per finding,
parallel max 5 concurrent; budget: 5 min each. If step 4 returned
more than 5 fix rows, the parent runs step 5 in waves of ≤5.
Scripts
LibPer sub-agent (one finding per invocation):
thread_id, file, line from step 3.summary and Copilot’s suggested fix (if any).rationale from step 4 — the agent already decided this
is a fix; this sub-agent only implements it.{ thread_id, files_touched, summary, status }Where status ∈ complete | partial | blocked and summary is
a one-line description of the change.
.github/instructions/*.md whose applyTo glob matches the
file’s path,.github/skills/,AGENTS.md,CONTRIBUTING.md,files_touched + a one-line summary + status.decline and return status: blocked with the rationale
so step 8 drafts the right reply.