GPT-5 finding
Skill hardcodes upstream repo (non‑portable, contradicts “live repo state”)
- skills/show-hn-draft/SKILL.md
- skills/show-hn-draft/SKILL.md
- skills/show-hn-draft/SKILL.md
The skill claims to draft from the live repo state but fetches stars/forks from a hardcoded upstream path and embeds a hardcoded repo URL in the output. In forks or renamed repos, this produces incorrect stats and links, undermining the draft’s accuracy and reusability.
Recommendation
Resolve owner/repo dynamically (e.g., from $GITHUB_REPOSITORY in Actions or by reading git remote.origin.url). Use that for both gh api and the output link/one‑liner. Optionally allow an override via var. Fall back to upstream only if dynamically determining the repo fails, and clearly footnote when using fallback.