一键导入
star-watch-sync
Run reliable sync and re-sync workflows for star-watch, including refresh-first retries, cache-backed completion, and post-run verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run reliable sync and re-sync workflows for star-watch, including refresh-first retries, cache-backed completion, and post-run verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Answer analytical questions over synced starred repositories using star-watch search/stats, including top-N ranked markdown tables (repo, stars, created date, URL).
Create semi-detailed Conventional Commit messages and commit staged changes using heredoc.
基于 SOC 职业分类
| name | star-watch-sync |
| description | Run reliable sync and re-sync workflows for star-watch, including refresh-first retries, cache-backed completion, and post-run verification. |
Use this skill when the user asks to sync, re-sync, refresh starred repos, or verify sync completion.
STAR_LIST_ID=UL_kwDOAE5HCs4ASM_JSTAR_LIST_IDS (comma-separated IDs).gh auth token if GITHUB_TOKEN is missing.Use when user asks to "sync" and does not require a forced refresh:
skills/star-watch-sync/scripts/resync.sh sync
Use when user asks to "re-sync" or wants latest stars guaranteed:
skills/star-watch-sync/scripts/resync.sh resync
This runs:
sync --refresh (refresh cache from GitHub)sync (cache-backed completion pass for upsert/enrich/embed)Use when user wants cache refresh without enrichment:
skills/star-watch-sync/scripts/resync.sh refresh-only
After any sync workflow, verify with:
go run ./cmd/star-watch stats
Interpretation:
Repos should match latest cache count.Enriched == Repos and Embedded == Repos means full processing completed.401 Bad credentials: refresh token source (gh auth token or GITHUB_TOKEN).Could not resolve to a node with the global id of '': missing STAR_LIST_ID or STAR_LIST_IDS.context deadline exceeded during refresh upsert: run follow-up sync from refreshed cache.