GPT-5 finding
Ambiguous var parsing for combined dry-run and override usage
- skills/contributor-spotlight/SKILL.md
- skills/contributor-spotlight/SKILL.md
The top description implies either dry-run or owner/repo, whereas Step 1 allows a combined mode (dry-run + override) but doesn’t define a delimiter or explicit examples. This can lead to inconsistent operator inputs and unexpected BAD_VAR exits.
Recommendation
Specify exact accepted formats with examples, e.g., "dry-run" only, "owner/repo" only, or "dry-run owner/repo" (space-delimited) or "dry-run:owner/repo" (colon-delimited). Update validation regex accordingly.