commit

Solid

Handles git commit operations. Use when user explicitly asks to commit code changes.

Code & Development 46 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
69
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Usage This is a rules document for the assistant to follow. When the user says "commit", load these rules and execute the commit directly—**do not summon another assistant**. ## Rules ### Principles - **Only commit when the user literally says "commit"** (or gives an unambiguous commit instruction like "提交" / "commit this"). Approving a plan, choosing a value, or saying "ok / 就这样 / go ahead / do it" about a *code change* is NOT commit permission — apply the edit, then stop and wait for the explicit word. - Never auto-commit. - When in doubt, make the edit and ask before committing. - When user says "commit all", stage and commit all modified files together in one commit. - Do NOT push after commit. Leave that to the user. - When the commit involves user-visible code changes or a significant internal refactor, use the `changelog` skill to update the `[Unreleased]` section of `CHANGELOG.md`, then commit the changelog update together with the code in the same commit. Skip this for pure `docs:` / `chore:` commits and trivial refactors. ### Requirements #### title - title of the commit MUST Use English - Follow GitHub conventional commit prefixes: - `feat:`, `fix:`, `docs:`, `style:`, `refactor:`, `perf:`, `test:`, `chore:`, etc. #### message body - Mix Chinese and English - Technical terms in English (e.g., `PR`, `branch`, `commit`, `merge`)

Details

Author
sollawen
Repository
sollawen/microNeo
Created
1 months ago
Last Updated
today
Language
Go
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category