Loading...
Loading...
Generate concise, descriptive git commit messages following best practices. Use when creating git commits from staged changes, crafting commit messages, or reviewing commit message quality. Use when the user says /commit or asks to create a git commit.
npx skill4agent add mguinada/agent-skills git-commit<Subject>
<Description>Co-Authored-ByFix authentication timeout
Increase session timeout from 30 to 60 minutes to prevent
frequent re-authentication for active users.
Fixes #123Add dark mode support
Implement system-wide dark mode using CSS custom properties.
Users can toggle between light and dark themes via new
settings menu option.
Refs #456Extract payment processing module
Move payment-related logic into dedicated module to improve
testability and reduce controller complexity.Remove deprecated user endpoints
Delete /users/legacy endpoints which were marked for removal
in v2.0. Clients must use /v2/users endpoints instead.
BREAKING CHANGE: Migrate to v2 endpoints before upgradinggit statusgit diff --stagedgit log -5 --oneline