Analyze uncommitted changes, split into logical commits by module, commit and push by default
Scanned 6/11/2026
Install via CLI
openskills install shenxingy/Clade---
name: commit
description: Analyze uncommitted changes, split into logical commits by module, commit and push by default
when_to_use: "commit, push, ship code, 提交, 推送, done with changes, save work, after /sync — NOT for releases (use /ship)"
argument-hint: '[--no-push] [--dry-run]'
user_invocable: true
---
# Commit Skill
Analyzes all uncommitted changes, groups them by logical module/feature, and creates well-organized commits — following the convention of splitting by feature rather than one big commit.
## What it does
1. Analyzes all staged and unstaged changes
2. Groups files into logical commits (schema, API, frontend, config, docs, etc.)
3. Generates appropriate commit messages for each group
4. Shows the plan for confirmation
5. Executes commits in sequence
6. Pushes by default
## Usage
```
/commit # Analyze + plan + confirm + commit + push (default)
/commit --no-push # Commit only, skip push
/commit --dry-run # Show plan only, don't commit
```
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...