commit-safe
v1.1.0Guides a safe, selective commit and — when you say yes to the one question it asks up front — carries the change through to release: version bump, CHANGELOG, annotated tag, push, GitHub Release, and package publish, with an explicit approval gate at every outward-facing, irreversible step. Reviews changes before committing, suggests file-specific commits for large changesets, and prevents blanket 'git add -A'. Bundles a self-contained commit helper that blocks AI-signed commit messages and a read-only release preflight that checks tree state, upstream sync, tag collisions, version files, CHANGELOG, publish targets, and gh auth.
By dobachi0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install commit-safe@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dobachi/claude-skills-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/commit-safe/.
Plugin files
├── .claude-plugin/plugin.json└── skills/commit-safe/SKILL.md
Included Skills1
安全なコミットから任意でリリースまでを一続きで支援するスキル。開始時に「今回はリリースまで含めるか?」を一度だけ確認し、No ならコミットのみで終了、Yes ならバージョン更新・CHANGELOG・タグ・push・GitHub Release・パッケージ公開まで、各段階でユーザー承認ゲートを挟みながら進める。変更内容を確認してから選択的にコミットし、大きな変更ではファイル指定コミットを提案、git add -A の使用を防止。バンドルした commit.sh が AI署名付きコミットを防ぎ、release-preflight.sh がリリース前の状態を読み取り専用で点検する。「コミットして」「commit this」「リリースして」「release」「タグ打って」「バージョン上げて」「publish」などで使う。
Plugin manifests1
{
"name": "commit-safe",
"description": "Guides a safe, selective commit and — when you say yes to the one question it asks up front — carries the change through to release: version bump, CHANGELOG, annotated tag, push, GitHub Release, and package publish, with an explicit approval gate at every outward-facing, irreversible step. Reviews changes before committing, suggests file-specific commits for large changesets, and prevents blanket 'git add -A'. Bundles a self-contained commit helper that blocks AI-signed commit messages and a read-only release preflight that checks tree state, upstream sync, tag collisions, version files, CHANGELOG, publish targets, and gh auth.",
"version": "1.1.0",
"author": {
"name": "dobachi"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[commit-safe on Agent Plugins Marketplace](https://pluginsmp.com/plugins/commit-safe)