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.