Commit 77d6004
Address Copilot review round 6: lib syntax + 01 refactor + accurate convergence claim
- _lib.ps1: drop stray extra ) in the gh-auth error message so the 'reported:' block closes cleanly.
- 01-request-review.ps1: refactor the two paginated GraphQL calls (state query + reviewRequests page) to use the existing Invoke-GhGraphQL helper from _lib.ps1, matching the 02 refactor in round 4. Removes ~12 lines of duplicated exit-code + errors[] handling.
- SKILL.md description: replace 'zero open Copilot threads' with 'zero threads awaiting the agent's reply (remaining open threads are explicit hand-offs to the human merge owner — escalated declines, design tradeoffs)' to match the documented convergence semantics in 09-convergence.md. Also adds the permission qualifier ('full multi-round autopilot needs Triage/Write; external PR authors get single-iteration mode + manual re-trigger') so the description matches the new Prerequisites > Permissions section.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6879024 commit 77d6004
3 files changed
Lines changed: 4 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 105 | + | |
111 | 106 | | |
112 | 107 | | |
113 | 108 | | |
| |||
143 | 138 | | |
144 | 139 | | |
145 | 140 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
| 141 | + | |
152 | 142 | | |
153 | 143 | | |
154 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments