skills/git-commit/SKILL.md
Commit changes with an emphasis on tidiness and reviewability: small, focused commits, with clear rationale in messages.
npx skillsauth add goncalossilva/.agents git-commitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill as the playbook for producing reviewable commits and a clean, consistent commit history.
git addRules:
.env, credentials, API keys)git log -10 --onelineRules:
.env, credentials, API keys)git commitRules:
git commit --amend unless explicitly requestedgit commit --no-verify
git commit fails due to hooks, fix issues and retrygit commit -F (or heredoc) when there is a body, never newline escapes in -m.tools
Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test frontends, or when user interaction with a visible browser is required.
development
Design and implement distinctive, production-ready web interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.).
documentation
Update CHANGELOG.md following Keep a Changelog (https://keepachangelog.com/en/1.1.0/)
development
Fetch and analyze Sentry issues, events, transactions, and logs. Helps agents debug errors, find root causes, and understand what happened at specific times.