commit

casper-studios/casper-marketplace · updated Apr 8, 2026

$npx skills add https://github.com/casper-studios/casper-marketplace --skill commit
0 commentsdiscussion
summary

Generate a commit message and commit staged changes using git.

skill.md

Commit

Generate a commit message and commit staged changes using git.

Based on the Conventional Commits v1.0.0 specification.

Guidelines

  • Only generate the message for staged files/changes
  • Don't add any files using git add - user decides what to add
  • DO NOT add any ads or footers

Format

<type>(<scope>): <message title>

<bullet points summarizing what was updated>

Rules

  • Title: lowercase, no period, max 50 characters
  • Scope: optional, feature affected
  • Body: explain why, not just what
  • Bullet points: concise and high-level

Allowed Types

Type Description
feat New feature
fix Bug fix
chore Maintenance (tooling, deps)
docs Documentation changes
refactor Code restructure (no behavior change)
test Adding or refactoring tests
style Code formatting (no logic change)
perf Performance improvements

Examples

feat(auth): add JWT login flow

- Implemented JWT token validation logic
- Added documentation for the validation component
fix(ui): handle null pointer in sidebar
refactor(api): split user controller logic

- Extracted validation into separate module
- Simplified error handling flow

Footer (optional)

  • Reference issues: Closes #123
  • Breaking changes: Start with BREAKING CHANGE:

Avoid

  • Vague titles: "update", "fix stuff"
  • Overly long or unfocused titles
  • Excessive detail in bullet points

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.538 reviews
  • Dhruvi Jain· Dec 24, 2024

    Registry listing for commit matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Tariq Garcia· Dec 20, 2024

    I recommend commit for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Sophia Bhatia· Dec 4, 2024

    Useful defaults in commit — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Tariq Thompson· Nov 23, 2024

    commit has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Amelia Wang· Nov 19, 2024

    We added commit from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Oshnikdeep· Nov 15, 2024

    commit reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Sophia Lopez· Nov 11, 2024

    commit fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Camila Liu· Oct 14, 2024

    Keeps context tight: commit is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Anaya Haddad· Oct 10, 2024

    Solid pick for teams standardizing on skills: commit is focused, and the summary matches what you get after install.

  • Ganesh Mohane· Oct 6, 2024

    I recommend commit for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

showing 1-10 of 38

1 / 4