Agent Skills: making-commits

Guidelines on makign git commits

UncategorizedID: aiskillstore/marketplace/making-commits

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aiskillstore/marketplace/tree/HEAD/skills/crossbill-highlights/making-commits

Skill Files

Browse the full folder contents for making-commits.

Download Skill

Loading file tree…

skills/crossbill-highlights/making-commits/SKILL.md

Skill Metadata

Name
making-commits
Description
Guidelines on makign git commits

When working on bigger tasks follow these guidelines to ensure clear and maintainable commit history:

  • Make small and focused commits that address a single concern or feature.
  • Break big changes into logical separated commits
  • Always run linter and formatting before committing.