Create a git commit following repository conventions
Create git commits following the repository's established conventions.
<scope>: <subject>
[optional body]
The scope indicates which part of the codebase is affected:
plugin - Plugin source code changes (most common)docs - Documentation changesscripts - Build/release script changes.github - GitHub workflows and actions.claude - Claude configuration and skills.vscode - VS Code settings* - Changes spanning multiple packages/areasFor focused changes within a scope, you may use a more specific prefix like plugin api, plugin settings, etc.
Examples:
plugin: add support for task filteringdocs: update query-blocks documentation*: bump versions across the board.github: add separate build jobExample:
plugin: restore react & react-dom dedupe
While the tests pass after aligning react versions between docs/ and
plugin/, the build still breaks at runtime without this.
DO NOT add Claude as a coauthor to the commit.
git status to see staged and unstaged changesgit diff --staged to review what will be committedgit add <files> (prefer specific files over git add -A)npx skills add jamiebrynes7/write-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