Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.
git status, unstaged diff, and staged diff.git add ., git add -A, and git commit -am unless the whole worktree is confirmed in scope.git diff --cached, git diff --cached --stat, and git diff --cached --check. Check for unrelated churn, debug output, credentials, generated files, and accidental deletions.git show --stat --oneline --decorate HEAD.git status -sb and the resulting commit list.--no-verify merely to make a commit pass.references/commit-message-template.md when drafting or reviewing a commit message.references/conventional-commit-types.md only when the repository uses Conventional Commits.Report each commit hash and subject, its scope, checks run, and any remaining worktree changes.
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