About
Standardize your development workflow by creating clean, conventional Git commits. This skill provides a complete process for analyzing staged changes, crafting meaningful commit messages using a structured format (feat, fix, refactor, etc.), and ensuring your documentation, like the README, stays synchronized with your code. It focuses exclusively on staged files, ignoring unstaged changes to ensure commits are precise and logical, making your version history clear and maintainable.