ruby-commit-message
Installation
SKILL.md
Ruby Commit Message
Overview
Write structured commit messages following Conventional Commits. The body should help a junior Ruby on Rails developer understand the change during a debugging session.
Format
<type>(<scope>): <subject>
<body>
<footer>