One-click install
npx skills add https://github.com/matthew-h-cromer/ros2-learning --skill commit-matthew-h-cromer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/matthew-h-cromer/ros2-learning/tree/main/.claude/skills/commit
Command: npx skills add https://github.com/matthew-h-cromer/ros2-learning --skill commit-matthew-h-cromer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides you to create git commits using the Conventional Commits format, ensuring consistent history, easier changelogs, and clearer collaboration across teams.

Core Features & Use Cases

  • Automated commit messages: Determine the appropriate type, scope, and subject from your changes and craft a valid Conventional Commit.
  • Quality control: Enforces formatting rules (subject case, body length, references) to keep history readable.
  • Use Case: When preparing a PR, use this Skill to generate a compliant commit message that describes the change succinctly and links issues if needed.

Quick Start

Stage your changes with git add, then ask the Skill to create a commit. For example, provide: feat(ui): add a new login button