Create a conventional commit/s from current changes
Scanned 6/6/2026
Install via CLI
openskills install sampleXbro/agentsmesh---
name: am-command-commit
description: Create a conventional commit/s from current changes
x-agentsmesh-kind: command
x-agentsmesh-name: commit
x-agentsmesh-allowed-tools:
- Read
- Grep
- Bash(git status)
- Bash(git diff)
- Bash(git add)
- Bash(git commit)
---
Review the current git changes (staged and unstaged) and:
1. **Analyze changes** — Understand what was modified (files, scope, intent)
2. **Propose a conventional commit message** — Format: `type(scope): message`
- Types: `feat`, `fix`, `test`, `refactor`, `docs`, `chore`, `perf`, `ci`
- Scope: affected area (e.g. `engine`, `cursor`, `config`)
- Message: imperative, lowercase, no period
3. **Stage if needed** — Stage relevant files (ask before `git add .` if many files)
4. **Commit** — Run `git commit -m "..."` with the proposed message
If the user requests edits to the message, adjust and re-commit. Do not amend without explicit request.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', ...