commit
스타14
포크7
업데이트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