GPT-5 finding
Undefined PARENT_REPO used when computing operator-authored skills
- skills/contributor-spotlight/SKILL.md
The steps require comparing the fork's enabled skills to the parent's skills, but PARENT_REPO is never defined or derived. This makes it impossible to determine operator-authored divergence as described, degrading core functionality of the spotlight rationale.
Recommendation
Define PARENT_REPO explicitly (e.g., from a known constant like upstream owner/repo, or infer from the fork’s parent via gh api repos/${FEATURED_FORK} --jq .parent.full_name). Then use it in the skills directory listing.