askill
git

gitSafety 95Repository

Git conventions for commits, branches, and PRs. Apply when writing commit messages, naming branches, staging files, or creating pull requests.

0 stars
1.2k downloads
Updated 2/7/2026

Package Files

Loading files...
SKILL.md

Git Standards

Conventional Commits

Format: type(scope): description

Types:

  • feat: - New features
  • fix: - Bug fixes
  • docs: - Documentation changes
  • style: - Code style changes (formatting, no logic change)
  • refactor: - Code refactoring
  • test: - Adding or updating tests
  • chore: - Maintenance tasks

Commit Messages

  • Brief description (50 chars or less for first line)
  • Focus on "why" not "what"
  • Use imperative mood ("add feature" not "added feature")
  • No AI attribution (forbidden)

Branch Naming

  • Use kebab-case: feature-auth, fix-validation, docs-readme
  • Prefix with type when appropriate: feature-*, fix-*, docs-*
  • No date prefixes

Files to Never Stage

  • node_modules/ - Dependencies
  • .env* - Environment files with secrets
  • .DS_Store - macOS system files
  • dist/, build/ - Build artifacts
  • *.log - Log files
  • .claude/logs/ - Claude logs
  • *.backup - Backup files
  • Credentials files (credentials.json, etc.)

PR Description Template

## Summary
[1-3 bullet points]

## Changes Made
- [Change 1]
- [Change 2]

## Testing
- [Test coverage description]

Quick Reference

ActionConvention
New featurefeat(scope): add X
Bug fixfix(scope): resolve X
Breaking changefeat!: or BREAKING CHANGE: in body
Branch for featurefeature-descriptive-name
Branch for fixfix-descriptive-name

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

88/100Analyzed 2/20/2026

High-quality git conventions skill with clear formatting standards, branch naming rules, files-to-exclude list, and PR template. Well-structured with quick reference table. Tags slightly misaligned but content is solid and reusable. Minor gap: no explicit trigger section. General-purpose and not tied to internal repo.

95
90
90
75
85

Metadata

Licenseunknown
Version-
Updated2/7/2026
Publisherdungle-scrubs

Tags

ci-cdllmsecuritytesting