Provide a pre-commit checklist and staging hygiene (review diffs, stage specific files, avoid common noise like dist/ or .env, and fix mistakes with reset/rm --cached/amend). Use when the user is about to commit, asks for a commit workflow, or needs help cleaning up staged files.
Use a consistent commit workflow: inspect changes, stage intentionally, and avoid committing noise.
git status --porcelaingit diff --statgit diff --cached --statgit add path/to/file ...git diff --cached --name-onlygit commit -m "..." then git rev-parse HEADgit reset HEAD path/to/filegit reset HEADgit rm --cached path/to/noise then add to .gitignore and git commit --amend --no-editreferences/git-commit-instructions.md.npx skills add go-go-golems/cursor-git-commit下载完整 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