Creates commits following project conventions. Handles Conventional Commits with project-specific scopes, PR title requirements, changesets for releases, and CI validation rules.
git add<type>(<scope>): <description>Package name minus @kitz/ prefix. Comma-separate for multiple packages. Omit for repo-level.
feat(core): add new utility # @kitz/core
fix(core, arr): update shared type # Multiple packages
ci: add Vercel Remote Cache # Repo-level (no scope)
| Type | Description | Version Bump |
| ------------ | -------------------------------- | ------------ |
| feat | New feature | Minor |
| fix | Bug fix | Patch |
| docs | Documentation | Patch |
| perf | Performance improvement | Patch |
| style | Formatting, whitespace | None |
| refactor | Code change (no behavior change) | None |
| test | Adding/updating tests | None |
| build | Build system, dependencies | None |
| ci | CI configuration | None |
| chore | Other maintenance | None |
| chore.docs | README, guides (not code docs) | None |
chore.docs vs docs:
docs(pkg): JSDoc, code comments → Patch release, full CIchore.docs: README, guides → No release, CI skippedCI Skips: ci: or chore.docs: PR titles skip code checks (only format runs)
Releases: Handled automatically by @kitz/release based on conventional commits. No manual steps required.
<!-- cc-bypass --> in PR body: Skip CC validationfeat = "new capability", fix = "works better"npx skills add jasonkuhrt/committing-changes下载完整 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