Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Create git commits using Nimbalyst's interactive commit proposal widget. ONLY use when the user explicitly clicks "Commit with AI" button or asks for "smart commit". For regular commit requests, use standard git commands instead.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-10 | ✗→✓ | ▲ Improved | 229% | 0% |
| case-05 | ✓→✗ | ▼ Worse | 151% | 0% |
| case-11 | ✓→✗ | ▼ Worse | 188% | 0% |
| case-16 | ✓→✗ | ▼ Worse | 22% | 0% |
| case-17 | ✓→✗ | ▼ Worse | -26% | 0% |
This skill is for the "Commit with AI" feature which provides an interactive commit proposal widget.
IMPORTANT: Only use this when:
Do NOT use this for:
git add and git commitWhen the user clicks "Commit with AI", the prompt includes a pre-fetched list of session-edited files with uncommitted changes. If you see a file list in the prompt (lines like - path/to/file.ts (modified)), skip step 2 and go directly to step 3 using those files.
Only if no file list was provided in the prompt: Call mcp__nimbalyst__get_session_edited_files to get ALL files you edited during this AI session, then cross-reference with git status.
Call mcp__nimbalyst__developer_git_commit_proposal with:
filesToStage: ALL session-edited files that have changes (do not cherry-pick a subset)commitMessage: A well-crafted commit message following the guidelines belowreasoning: Explanation of why these files were selectedfeat:, fix:, refactor:, docs:, test:, chore:BAD: "feat: add pre-edit tagging for non-agentic AI providers" GOOD: "fix: OpenAI/LMStudio diffs now persist across app restarts"
BAD: "refactor: extract helper function for validation" GOOD: "fix: prevent crash when user input is empty"
git add or git commit commands directlyOther measured skills in the registry, with their headline benchmark lift.