デプロイ不要な変更をコミット([skip-cd]付きでAmplifyデプロイをスキップ)
デプロイに影響しないファイルの変更を [skip-cd] 付きでコミットし、Amplifyの不要なデプロイをスキップします。
以下はデプロイに影響しないため、[skip-cd] でスキップ可能:
| パス | 内容 |
|------|------|
| docs/ | ドキュメント |
| .claude/ | Claude Code設定・スキル |
| .github/ | GitHub Actions・テンプレート |
| .vscode/ | エディタ設定 |
| *.md(ルート) | README.md など |
| .gitignore | Git設定 |
/commit-docs # デフォルトメッセージでコミット
/commit-docs TODO更新 # カスタムメッセージでコミット
git add[skip-cd] 付きでコミット{メッセージ} [skip-cd]
$ARGUMENTS が指定されていれば、それをメッセージとして使用# 変更確認
git status --short
# 対象ファイルをステージング(存在するもののみ)
git add docs/ .claude/ .github/ .vscode/ README.md CLAUDE.md .gitignore 2>/dev/null || true
# コミット
git commit -m "${ARGUMENTS:-ドキュメント・設定更新} [skip-cd]"
src/, agent/, infra/, package.json 等が変更されている場合
[skip-cd] を付けるべきではないgit push)Amplify Hostingの機能で、コミットメッセージに [skip-cd] が含まれるとビルド・デプロイがスキップされます。
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer