git

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git" with this command: npx skills add i9wa4/dotfiles/i9wa4-dotfiles-git

Git Skill

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

  1. Commit Message Format (Conventional Commits)

<type>(<scope>): <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

Type Description

feat New feature

fix Bug fix

docs Documentation only

style Formatting, no code change

refactor Code change without fix/feat

test Adding/updating tests

chore Maintenance, dependencies

  1. Related Resources

Resource Purpose

rules/github Mandatory rules and permissions

skills/github GitHub-specific operations

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

github

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

codex-config-optimizer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python

No summary provided by upstream source.

Repository SourceNeeds Review
General

daily-report

No summary provided by upstream source.

Repository SourceNeeds Review
104-i9wa4