Help us improve
Share bugs, ideas, or general feedback.
From reviw-plugin
Generates commit message from changes, stages/commits all files with Co-Authored-By, pushes to remote, adds junk files to .gitignore, and verifies clean git status. Use to quickly clean and sync repo.
npx claudepluginhub kazuph/reviw --plugin reviw-pluginHow this skill is triggered — by the user, by Claude, or both
Slash command
/reviw-plugin:commit-and-pushThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<command-name>commit-and-push</command-name>
Commits changes with logical grouping and conventional messages, and optionally pushes to remote. Handles gitignore, file selection, and push workflows including rebase conflict recovery.
Commits git changes with auto-generated message and pushes to origin after analyzing status/diffs, staging specifics, skipping secrets, and warning on main/master branches.
Commits all local git changes following Conventional Commits format with type, scope, and body, then pushes to remote. Analyzes diffs and logs for accurate messages.
Share bugs, ideas, or general feedback.
commit-and-push
現在の変更をすべてコミットしてpushし、ワーキングディレクトリをクリーンな状態にします。
git status で現在の状態を確認git add で変更をステージングgit commit でコミット(Co-Authored-By付き)git push でリモートにプッシュ.gitignoreに追加git status でクリーンな状態を確認git status の出力が以下のようになること:
On branch <branch>
nothing to commit, working tree clean