Clean up stale preview resources (Vercel preview deployments, preview aliases/domains, and related CI noise) only when explicitly requested. Do not use proactively for routine deploy/debug tasks.
Use this skill only when the user asks to clean up preview artifacts/resources.
# List recent deployments for the linked project
vercel ls --yes
# Optional: focus by project/team
vercel ls <project-name> --yes
# Remove one deployment by URL or deployment id
vercel remove <deployment-id-or-url> --yes
# Find PR status for branch before deleting branch-specific preview resources
gh pr list --state all --search '<branch-name>' --json number,state,headRefName,url
npx skills add anand-testcompare/preview-cleanup下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer