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-pluginThis skill is limited to using the following tools:
<command-name>commit-and-push</command-name>
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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