一键导入
do-commits
Commit changes in thematic groups with short messages that follow the repo's semantic conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Commit changes in thematic groups with short messages that follow the repo's semantic conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill when the user wants a download/adoption report for PaceBar releases — totals per operating system, per release, or a raw CSV of GitHub release download counts.
Use this skill when cutting a release — bumping or setting the PaceBar app version across all source-of-truth files (package.json, Cargo, tauri.conf, worker).
Use this skill when the user asks you to update outdated dependencies.
Migrate a project (single-app or monorepo) from any Vite version (4, 5, 6, 7, or rolldown-vite) to Vite 8 with Rolldown/Oxc. Covers discovery, intermediate upgrades, dependency bumps, config migration, build verification, and cleanup.
| name | do-commits |
| description | Commit changes in thematic groups with short messages that follow the repo's semantic conventions. |
Great! Now let's commit these changes in thematic groups with short messages that follow the repo's semantic conventions.
Use the format: type(scope): message
Types:
feat: New feature or componentfix: Bug fixrefactor: Code change that neither fixes a bug nor adds a featurebuild: Changes to build system or dependencies (package.json, tsconfig, etc.)chore: Maintenance tasks (lockfile updates, etc.)docs: Documentation changestest: Adding or updating testsperf: Performance improvementsstyle: Code style changes (formatting, semicolons, etc.)Scope Examples:
contractsoxlint-config, tsconfig, dep-version-mapdeps, repo, ciMessage Guidelines:
Grouping Strategy:
Examples:
feat(contracts): add new user interface
refactor(oxlint-config): update react rules
build(tsconfig): enable strict mode
chore(deps): update pnpm lockfile
docs: update README with setup instructions