Directory · Claude Skills

Generate conventional commit messages automatically. Use when user runs git commit, stages changes, or asks for commit message help. Analyzes git diff to create clear, descriptive conventional commit messages. Triggers on git commit, staged changes, commit message requests.

★ 753 Synced 2 weeks ago View SKILL.md

At a glance

Manual install Shell Actively maintained
Install git clone --depth 1 https://github.com/alirezarezvani/claude-code-tresor cp -r claude-code-tresor/skills/development/git-commit-helper ~/.claude/skills/git-commit-helper
Can use Not declared by the author

Setup, runtime and requirements describe alirezarezvani/claude-code-tresor, the repo this skill ships in.

Also in alirezarezvani/claude-code-tresor

View the repo

Auto-generate API documentation from code and comments. Use when API endpoints change, or user mentions API docs. Creates OpenAPI/Swagger sp...

Automatic code quality and best practices analysis. Use proactively when files are modified, saved, or committed. Analyzes code style, patte...

Check dependencies for known vulnerabilities using npm audit, pip-audit, etc. Use when package.json or requirements.txt changes, or before d...

Keep README files current with project changes. Use when project structure changes, features added, or setup instructions modified. Suggests...

Detect exposed secrets, API keys, credentials, and tokens in code. Use before commits, on file saves, or when security is mentioned. Prevent...

Continuous security vulnerability scanning for OWASP Top 10, common vulnerabilities, and insecure patterns. Use when reviewing code, before...

Automatically suggest tests for new functions and components. Use when new code is written, functions added, or user mentions testing. Creat...