Use when adding new error messages to React, or seeing "unknown error code" warnings.
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 andBREAKING CHANGE:footer - Issues: End the body with a bullet like
- Fixes #123or- 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.