GPT-5 finding
Heartbeat hard-codes an external GitHub repo in gh command, reducing portability
- .claude/skills/heartbeat.md:15
The command targets a specific organization/repo. In forks, mirrors, or renamed deployments this will silently check the wrong repository, hiding real failures. Parameterizing the repo improves reuse and reduces operational mistakes.
Recommendation
Read the repo slug from configuration or derive it from the current git remote (e.g., via `git config --get remote.origin.url`) and pass it to gh, with an override via ENV (HEARTBEAT_GH_REPO). Document this in the skill.