Agent Skill
2/7/2026

git

Git operations guide. Provides how-to for common git tasks. Use when: - Writing commit messages (Conventional Commits format) - Understanding git workflows

I
i9wa4
6GitHub Stars
1Views
npx skills add i9wa4/dotfiles

SKILL.md

Namegit
DescriptionGit operations guide. Provides how-to for common git tasks. Use when: - Writing commit messages (Conventional Commits format) - Understanding git workflows

name: git description: | Git operations guide. Provides how-to for common git tasks. Use when:

  • Writing commit messages (Conventional Commits format)
  • Understanding git workflows

Git Skill

Guide for Git operations. For mandatory rules and permissions, see rules/git-github.md.

1. Commit Message Format (Conventional Commits)

<type>: <brief description> (#<Issue number>)

<detailed description>

## Summary

- Same as detailed description is OK

## Background

- Briefly explain the background and purpose

## Changes

- Specific change 1
- Specific change 2

## Technical Details

- Technical implementation details
- Reasons for design decisions
- Focus on "why" throughout

## Verification

- Describe verification if performed

## Related URLs

- <Related Issue>
- <External URL>
- Others if applicable

1.1. Type Examples

TypeDescription
featNew feature
fixBug fix
docsDocumentation only
styleFormatting, no code change
refactorCode change without fix/feat
testAdding/updating tests
choreMaintenance, dependencies

2. Related Resources

ResourcePurpose
rules/git-githubMandatory rules and permissions
skills/githubGitHub-specific operations
Skills Info
Original Name:gitAuthor:i9wa4