# commit > Create a new commit for all of our uncommitted changes. - Author: snake_eyez - Repository: Snake-eyez/netflix_portfolio - Version: 20260127232600 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Snake-eyez/netflix_portfolio - Web: https://mule.run/skillshub/@@Snake-eyez/netflix_portfolio~commit:20260127232600 --- --- name: commit description: Create a new commit for all of our uncommitted changes. --- # Goal Create an atomic, well-labeled commit for current changes. # When To Use Use this skill when you have uncommitted changes that form a logical unit of work. # Instructions 1. Check status and diff of uncommitted changes. 2. Add changed files. 3. Create a commit with a descriptive message and appropriate tag. # Constraints - Commits should be atomic. - Use conventional commit tags (feat, fix, docs, etc.). # Resources - [Commit Guide](resources/commit.md)