Overview of Git Commit Message & Metadata Standards
masterThe gerrit-commit-message-review skill defines the engineering standards for formatting, structuring, and preserving metadata within Git commit messages. The standards are divided into four main areas:
- Commit Title Conventions: Stylistic and length requirements for the first line to optimize history navigation.
- Commit Body Structure & Formatting: Instructions for explaining the "what" and "why" of a patchset with conciseness and precise wrapping.
- Metadata Footers & Preservations: Strict enforcement of preserving system-critical integration footers like
Change-Idand issue tracking IDs. - Review Feedback & Suggested Commit Message: Requirement for reviewers to provide a complete, fully-compliant, and copy-pasteable revised commit message.