Tag: commit

Type: All Skills Tools
skill ★ 10,803

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.

accomplish-ai/accomplish git commit conventional-commit version-control
skill

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…

accomplish-ai/openwork git commit conventional-commit version-control
tool ★ 23

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…

markmhendrickson/neotoma git submodule commit monorepo
skill ★ 23

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…

markmhendrickson/neotoma git submodule commit workflow
tool ★ 10,706

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…

elie222/inbox-zero git github pr-creation commit