Non-Blocking Review Concern: -F flag passes string args that could be type-coerced by gh api
Source: pre-push whole-codebase review
Location: .github/workflows/claude-blocking-review.yml:268
Date: 2026-04-18
What was flagged
-F owner="$OWNER" -F name="$NAME" uses -F (typed) for string GraphQL variables. gh api auto-detects types, so a repo name like "123456" would be coerced to an integer and fail the String! schema. Current repos are safe, but -f (explicit string) for owner/name and -F only for number is the safer form.
Context
This issue was automatically created from a non-blocking concern identified
during pre-push whole-codebase review. It was flagged for tracking.
Created by lib-review-issues.sh
Non-Blocking Review Concern:
-Fflag passes string args that could be type-coerced by gh apiSource: pre-push whole-codebase review
Location:
.github/workflows/claude-blocking-review.yml:268Date: 2026-04-18
What was flagged
-F owner="$OWNER" -F name="$NAME"uses-F(typed) for string GraphQL variables.gh apiauto-detects types, so a repo name like "123456" would be coerced to an integer and fail theString!schema. Current repos are safe, but-f(explicit string) for owner/name and-Fonly fornumberis the safer form.Context
This issue was automatically created from a non-blocking concern identified
during pre-push whole-codebase review. It was flagged for tracking.
Created by lib-review-issues.sh