skills/git-commit/SKILL.md
Guide for preparing git commits in this repository, including context gathering and repository-specific commit message conventions.
npx skillsauth add agentty-xyz/agentty 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 when preparing or creating commits.
Gather commit context in one tool call
git status && git diff && git log -n 3 --format="---%n%B".Write commit title and description
Fix cursor offset).- bullet lines with one point per line.Avoid Conventional Commit prefixes
feat: or fix: in commit titles.Apply repository-specific commit rules
--no-verify with git commands to bypass pre-commit hooks.Co-Authored-By trailers or AI attribution to commit messages.development
Sweep the codebase for tech debt and return a prioritized markdown task list of findings.
development
Audit subprocess execution, path handling, SQL queries, panic conditions, and dependency risks in this Rust TUI project.
development
Guide for reviewing code changes (uncommitted or on a branch), existing code, and the project in general, providing a structured review report.
documentation
Guide for releasing a new version of the project, including version bumping, changelog updates, and tagging.