Create conventional, one-line commits from the current git changes, splitting related updates into separate, atomic commits. The skill inspects repository state (git status, git diff, recent git log), groups related changes, and creates separate commits for each logical change. It enforces one-line Conventional Commit messages (feat:, fix:, docs:, refactor:, test:, chore:) with an optional scope (e.g., feat(scope):), ensures each message is unique and single-line, and skips secrets or sensitive files. Workflow features include reviewing unstaged and staged changes, proposing commit groupings, staging and committing each group in turn, and then displaying final git status with a concise summary of created commits. Use when you are ready to commit to maintain a clean history, improve code review clarity, enable automated changelog/release tooling, and make reverts and traceability simpler while avoiding accidental inclusion of secrets.
Inspect repo state, split changes into the smallest atomic groups by intent, and commit each group with a one-line Conventional Commit message.
feat:, fix:, docs:, refactor:, test:, chore: — scope optional.env)git status, git diff, recent git loggit status and summarize commitsSearch 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