fix(review-pr): pipe --slurp output to jq instead of --jq#10
Merged
Conversation
`gh api graphql --paginate --slurp` combined with `--jq` fails on gh 2.9x: "the --slurp option is not supported with --jq or --template". Pipe the slurped pages to external `jq` instead, and note the incompatibility inline so it isn't reintroduced. Applied to all four variants (codex/copilot/ antigravity SKILL.md, claude .md). The REST `--jq` calls in step 5 are unaffected and left unchanged. Claude-Session: https://claude.ai/code/session_019x6ReGXvRWpC7sF8aum6LR
2c8f83c to
97cacb2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The
/review-prskill's step-2 fetch usesgh api graphql --paginate --slurp … --jq, which fails on gh 2.9x:This pipes the slurped pages to external
jqinstead, and adds an inline note that--slurpcan't be combined with--jqso it isn't reintroduced.Scope
.codex/.copilot/.antigravitySKILL.md,.claude.md.--jqcalls in step 5 are unchanged — only the GraphQL--slurpcombo was broken.Verification
/review-pron PR feat(setup): install the upstream gh agent skill per agent #9 during development.SKILL.mdcopies remain byte-identical.https://claude.ai/code/session_019x6ReGXvRWpC7sF8aum6LR