Perdolique

code-committing

0
0
# Install this skill:
npx skills add Perdolique/skills --skill "code-committing"

Install specific skill from multi-skill repository

# Description

Generate semantic commit messages following conventional commits format. Use when committing code, staging changes, writing commit messages, requesting git commit, or when user mentions commit, commit message, conventional commits, semantic commits, git commit, stage changes, create commit. Supports monorepo package version tracking.

# SKILL.md


name: code-committing
description: Generate semantic commit messages following conventional commits format. Use when committing code, staging changes, writing commit messages, requesting git commit, or when user mentions commit, commit message, conventional commits, semantic commits, git commit, stage changes, create commit. Supports monorepo package version tracking.
license: Unlicense


Code Committing

Format

Language Requirement

Always write in English only

<type>(<scope>): summary
  • Summary: ≀50 chars, imperative mood, no period
  • Scope: Module/package name (monorepo: exact package name or all)
  • Body (optional): Bullet list - {emoji} {text} (≀100 chars/line)
  • Breaking: Add ! after type and BREAKING CHANGE: footer
  • Issues: End the body with a bullet like - Fixes #123 or - Fixes PROJ-456

Types: feat ✨, fix πŸ›, docs πŸ“š, style πŸ’„, refactor ♻️, perf ⚑, test βœ…, build πŸ”§, ci πŸ‘·, chore πŸ”¨, revert βͺ

Examples

Simple feature:

feat(button): add loading state

- ✨ Add spinner icon during async operations
- πŸ“¦ @ui/icons: v1.0.0 β†’ v1.1.0
- Fixes #42

Breaking change:

feat(theme)!: redesign color tokens

- ✨ Replace RGB values with HSL format
- πŸ’„ Update all component styles to use new tokens
- πŸ“¦ @ui/theme: v2.1.0 β†’ v3.0.0

BREAKING CHANGE: Color token values changed from RGB to HSL format

For more examples, see references/examples.md

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.