Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add devinschumacher/skills --skill "conventional-commits"
Install specific skill from multi-skill repository
# Description
Generates git commit messages following Conventional Commits 1.0.0 specification with semantic types (feat, fix, etc.), optional scope, and breaking change annotations. Use when committing code changes or creating commit messages.
# SKILL.md
name: conventional-commits
description: Generates git commit messages following Conventional Commits 1.0.0 specification with semantic types (feat, fix, etc.), optional scope, and breaking change annotations. Use when committing code changes or creating commit messages.
Conventional Commit Generator
Generate commit messages following Conventional Commits 1.0.0.
Workflow
- Run
git statusandgit diff HEADto analyze changes - Stage files: user-specified only, or
git add -Afor all - Determine type and scope from changes
- Generate commit message incorporating user hints
- Commit using HEREDOC format to preserve formatting:
```bash
git commit -m "$(cat <<'EOF'
# 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.