在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用commit
星标2
分支0
更新时间2026年2月13日 04:09
Create an atomic commit with conventional commit format
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create an atomic commit with conventional commit format
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fix bugs found in a code review
First-time project setup after cloning
Create comprehensive feature plan with deep codebase analysis and research
Run the test suite
Run full validation suite (build, lint, type check, tests)
Technical code review for quality and bugs on recently changed files
| name | commit |
| description | Create an atomic commit with conventional commit format |
| disable-model-invocation | true |
git status to see changesmain or is tracking the remote main branchgit diff --stat for summaryfeature: New featurefix: Bug fixdocs: Documentation onlystyle: Formatting, no code changerefactor: Code change that neither fixes nor addstest: Adding or updating testschore: Maintenance tasksapi - Backend API changesdomain - Domain logic changesinfra - Infrastructure/data access changesweb - Frontend React app changesdb - Database schema changesmodules/<name> - Specific module changes<type>(<scope>): <description>
fix(api): resolve null reference (#123)! after scope: feat(api)!: change auth flowfeat(modules/budget): Add monthly budget comparison view
fix(domain): Correct balance calculation for splits
refactor(web): Migrate account list to SectionTable component
chore: Update npm dependencies