Commit with task queue hygiene. Use for "commit", "commit and push".
Scanned 5/27/2026
Install via CLI
openskills install hrconsultnj/claude-plugins---
name: commit
description: Commit with task queue hygiene. Use for "commit", "commit and push".
---
Commit changes while enforcing task queue hygiene. Offers pre-commit verification options when companion plugins are installed.
## Content Loading
**Preferred (MCP tool):**
Invoke the `composure_fetch_skill` MCP tool with:
- `plugin`: `"composure"`
- `skill`: `"commit"`
- `step`: the step filename without the `.md` extension
**Fallback (Bash CLI — for sandbox environments where MCP servers are not available):**
```bash
<home>/.composure/bin/composure-fetch.mjs skill composure commit {step-filename}
```
Replace `<home>` with the user's **resolved absolute home directory** (e.g., `/Users/username` on macOS, `/home/username` on Linux). Do NOT use `$HOME`, `~`, or quotes — Claude Code permissions require the literal path.
**Do NOT read cache files directly** — they are encrypted at rest. Always use one of the methods above.
No comments yet. Be the first to comment!