Documentation
README
Git Commit Workflow in Nimbalyst
This skill is for the "Commit with AI" feature which provides an interactive commit proposal widget.
IMPORTANT: Only use this when:
- The user clicks the "Commit with AI" button (you'll see a message asking you to use developer_git_commit_proposal)
- The user explicitly asks for "smart commit" or "commit with AI"
Do NOT use this for:
- Generic commit requests like "commit this", "commit the changes", "make a commit"
- For those, use standard git commands:
git addandgit commit
Required Steps
This is the opening of the README. Read the full README on GitHub.