Agent skill
git-commit
Create well-structured git commits with conventional commit messages, proper staging, and commit best practices.
Install this agent skill to your Project
npx add-skill https://github.com/accomplish-ai/accomplish/tree/main/apps/desktop/bundled-skills/git-commit
SKILL.md
Git Commit Helper
This skill helps create professional, well-structured git commits following best practices.
Commit Message Format
Use conventional commit format:
<type>(<scope>): <description>
[optional body]
[optional footer]
Types
- feat: New feature
- fix: Bug fix
- docs: Documentation changes
- style: Code style changes (formatting, etc.)
- refactor: Code refactoring
- test: Adding or modifying tests
- chore: Maintenance tasks
Workflow
- Run
git statusto see changes - Run
git diffto review what changed - Stage appropriate files (prefer specific files over
git add .) - Create commit with descriptive message
- Verify commit was successful
Best Practices
- Keep commits atomic (one logical change per commit)
- Write clear, descriptive commit messages
- Don't commit sensitive files (.env, credentials)
- Review changes before committing
Examples
- "Commit my changes with a good message"
- "Create a commit for the login feature"
- "Stage and commit the bug fix"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
download-file
Download files in Chrome on Windows and macOS. Handles triggering downloads, detecting and resolving popups, verifying completion, and locating files.
google-sheets
Automate Google Sheets interactions through browser automation - create spreadsheets, enter data, apply formulas, and format cells.
code-review
Review code for bugs, security issues, performance problems, and best practices. Provide actionable feedback.
web-research
Research topics on the web, gather information from multiple sources, and summarize findings.
skill-creator
Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends the AI's capabilities with specialized knowledge, workflows, or tool integrations.
safe-file-deletion
Enforces explicit user permission before any file deletion. Activates when you're about to use rm, unlink, fs.rm, or any operation that removes files from disk. MUST be followed for all delete operations.
Didn't find tool you were looking for?