在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用commit
星标1
分支0
更新时间2026年2月9日 08:35
変更をコミットする
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
変更をコミットする
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
バージョンタグを作成してリリースを公開する
プルリクエストを完了する(マージ・クリーンアップ)
プルリクエストを作成する
develop を main ブランチにマージする
Dependabot PR を develop ベースの作業ブランチに取り込む
新しく作業を始める時、まずブランチとPRを作成する
| name | commit |
| description | 変更をコミットする |
| disable-model-invocation | false |
| allowed-tools | Bash |
現在のステージング状態と変更ファイルを確認する。
git status
git diff --staged
git diff
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> を追加する重要: 既にステージングされている変更がある場合は、git add . を実行せず、ステージングされている変更のみをコミットすること。
git commit -m "$(cat <<'EOF'
<COMMIT_MESSAGE>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
EOF
)"
git add . && git commit -m "$(cat <<'EOF'
<COMMIT_MESSAGE>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
EOF
)"
git log -1 --oneline