Formats git commit messages and branch names according to official Sentry engineering conventions and conventional commit standards.
This skill empowers Claude to maintain a professional git history by strictly adhering to Sentry's specialized commit message guidelines. It automates the creation of structured commit headers, ensures branch naming follows the required type/description pattern, and correctly formats issue references for Sentry, GitHub, and Linear. The skill also handles necessary AI co-authorship attribution, ensuring that all agent-generated changes are transparently documented without cluttering the commit body with non-standard markers.
주요 기능
01Includes required Co-Authored-By attribution for AI-generated changes
02Automates branch naming conventions based on the intended change type
03Validates subject line length and imperative mood requirements
040 GitHub stars
05Standardizes issue referencing for Sentry (SENTRY-123) and GitHub (GH-123)
06Enforces Sentry-specific commit types including feat, fix, ref, and perf
사용 사례
01Generating compliant commit messages during Sentry core or plugin development
02Creating correctly prefixed feature branches to match repository standards
03Linking pull requests to Sentry issues automatically through footer keywords