Tag: commit
Create structured git commits with best practices
This skill guides the user through creating professional, atomic git commits by enforcing the conventional commit format. It ensures proper staging and adherence to industry best practices for version control.
Create structured git commits with best practices
This skill guides the user through creating professional, atomic git commits, enforcing the conventional commit format for clear version control history. It ensures proper staging and adherence to industry best practices for maintainable re…
Structured git commit management for monorepos
This tool automates structured committing across complex monorepos, ensuring all submodules and the main repository adhere to a detailed, multi-section commit message format. It manages commit scope via parameters and includes robust push r…
Structured Git Committing for Submodules and Repos
This skill automates complex commit workflows across a main repository and its submodules. It supports targeted commits (repo-only or single submodule) or full commits, ensuring all commit messages adhere to a mandatory, detailed analysis f…
Automates Git workflow and PR creation
This skill manages the complete Git workflow, automatically creating feature or fix branches, committing staged or unstaged changes, and finally submitting a pull request using the GitHub CLI. It enforces critical rules regarding PII exclus…