在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用commit
星标12,008
分支15,603
更新时间2026年4月23日 20:39
Create a conventional commit for PX4 changes
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create a conventional commit for PX4 changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | commit |
| description | Create a conventional commit for PX4 changes |
| argument-hint | [optional: description of changes] |
| allowed-tools | Bash, Read, Glob, Grep |
Create a git commit in conventional-commit format: type(scope): description.
feat, fix, refactor, perf, docs, style, test,
build, ci, chore, revert. Append ! before : for breaking changes.src/modules/ekf2/ → ekf2,
src/drivers/imu/invensense/icm42688p/ → drivers/icm42688p,
.github/workflows/ → ci).NEVER add Co-Authored-By Claude Code. No Claude attribution.
git branch --show-current). If on main, create a feature
branch <username>/<description> where <username> comes from
gh api user --jq .login.git status and git diff --staged. If nothing staged, ask what to stage.make format (or ./Tools/astyle/fix_code_style.sh <file>) on changed
C/C++ files.git config --get user.signingkey. If set,
git commit -S -s; else git commit -s.If the user provided arguments, use them as context: $ARGUMENTS
Create a pull request with conventional commit title and description
Review a pull request with structured, domain-aware feedback
Rebase a branch onto main, handling squash-merged parent branches cleanly