Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める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.