chore: regenerate SKILL.md files and update tests + TODOS

- Regenerate all SKILL.md from updated templates
- Update skill-validation tests for new gstack-slug output (3 vars)
  and new path patterns (plans/ceo, gstack-slug over REMOTE_SLUG)
- Update gen-skill-docs tests for new review path ($BRANCH.jsonl)
- Mark setup-gstack-upload + gstack-upload helper as superseded
  in TODOS.md (replaced by Supabase Storage)
- Fix last REMOTE_SLUG reference in greptile-triage.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-18 23:55:29 -07:00
parent f29232277a
commit d051f84060
15 changed files with 233 additions and 99 deletions

View File

@@ -427,24 +427,11 @@ Implemented as `supabase/functions/weekly-digest/index.ts`. pg_cron Monday 9am U
## Infrastructure
### /setup-gstack-upload skill (S3 bucket)
### ~~setup-gstack-upload~~ + ~~gstack-upload helper~~ — SUPERSEDED
**What:** Configure S3 bucket for image hosting. One-time setup for visual PR annotations.
**Why:** Prerequisite for visual PR annotations in /ship and /review.
**Effort:** M
**Priority:** P2
### gstack-upload helper
**What:** `browse/bin/gstack-upload` — upload file to S3, return public URL.
**Why:** Shared utility for all skills that need to embed images in PRs.
**Effort:** S
**Priority:** P2
**Depends on:** /setup-gstack-upload
Replaced by Supabase Storage (migration 008) + `bin/gstack-upload` + `lib/upload.ts`.
Screenshots upload to the team's Supabase Storage bucket with public CDN URLs.
No S3 needed.
### WebM to GIF conversion