Skip to content

Comments

fix(iterate-pr): Remove invalid --json flag from gh pr checks fallback#61

Merged
NicoHinderling merged 1 commit intomainfrom
fix/iterate-pr-checks-flag
Feb 23, 2026
Merged

fix(iterate-pr): Remove invalid --json flag from gh pr checks fallback#61
NicoHinderling merged 1 commit intomainfrom
fix/iterate-pr-checks-flag

Conversation

@NicoHinderling
Copy link
Contributor

@NicoHinderling NicoHinderling commented Feb 23, 2026

I keep seeing this

image

The gh pr checks command does not support the --json flag, which was
being used in the iterate-pr skill's fallback section. This caused the
field names (name,state,bucket,link) to be misinterpreted as a branch
selector argument.

Removes the --json flag while keeping the field names as contextual
hints for the LLM about what information to extract from the output.

The `gh pr checks` command does not support the `--json` flag. The field
names are kept as hints for the LLM about what to look for in the output.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@NicoHinderling NicoHinderling marked this pull request as ready for review February 23, 2026 21:16
@NicoHinderling NicoHinderling merged commit fb5808e into main Feb 23, 2026
11 checks passed
@NicoHinderling NicoHinderling deleted the fix/iterate-pr-checks-flag branch February 23, 2026 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants