fix: rename {{UPDATE_CHECK}} to {{PREAMBLE}} in setup-team-sync template

Aligns with main branch rename. Regenerated stale qa/SKILL.md and
ship/SKILL.md.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-16 19:12:53 -07:00
parent 238e89db9a
commit 4e9c30076a
4 changed files with 275 additions and 2 deletions
+6
View File
@@ -507,6 +507,12 @@ Substitute actual values from the preceding steps. Use `0` for Greptile fields i
~/.claude/skills/gstack/bin/gstack-sync push-transcript 2>/dev/null || true
```
3. Leaderboard callout (non-fatal): After sync, show the user their position on the team leaderboard this week:
```bash
~/.claude/skills/gstack/bin/gstack-eval leaderboard 2>/dev/null | head -15 || true
```
If leaderboard data is available, print the table. If sync is not configured or no data exists, silently skip.
---
## Important Rules