在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用commit
星标1
分支1
更新时间2026年5月14日 00:08
깃허브 커밋 메시지 작성
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
깃허브 커밋 메시지 작성
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Parse code review comments left by bot reviewers (gemini-code-assist, coderabbitai, copilot, etc.) on the current PR, apply the suggested fixes to the code, then reply to each review comment thread mentioning that reviewer with a summary of what was addressed.
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one.
깃허브 PR 생성
깃허브 이슈 생성
| name | commit |
| description | 깃허브 커밋 메시지 작성 |
| allowed-tools | Bash, Read |
| Type | Meaning |
|---|---|
feat: | New feature |
change: | Modify existing feature |
refactor: | Code refactoring |
fix: | Bug fix |
remove: | Delete code/files |
docs: | Documentation changes |
chore: | Build, package manager settings |
type/description (e.g., feat/add-login, fix/token-refresh, docs/update-rules, refactor/improve-layout)developbash .agents/scripts/commit-context.sh to inspect the current branch, working tree, changed files, diff stats, staged changes, and recent commits.develop, do not commit directly.type/description format based on the intended commit.git checkout -b <branch-name>, then commit on that branch.develop, continue with the normal commit flow.bash .agents/scripts/commit-diff.sh <files...> as needed.git add, git commit, and git checkout -b with escalated filesystem permission when the environment requires Git metadata writes.git add, git commit, or git checkout -b fails with .git/index.lock or another Git metadata permission error, immediately retry the same command with escalated filesystem permission.["git", "commit"], instead of requesting broad shell access.package.json with package-lock.json.