What problem does it solve?
This skill standardizes and enforces Git workflow conventions for Video.js 10, ensuring consistent commit messages, PR descriptions, and branch naming across all contributions.
Core Features & Use Cases
- Conventional commits: Enforces commit messages that follow the conventional format to improve history readability and traceability.
- Branch naming: Provides guidelines for feature/bugfix branch naming to simplify review and tracking.
- PR discipline: Standardizes PR titles and descriptions to improve coordination and review quality.
- Scope inference: Uses path-based scope mapping to infer component areas from changes and guide reviews.
- Examples: When contributing to core, create a feature branch like feat/login, commit as feat(auth): add login support, and open a PR with a standardized template.
Quick Start
Create a feature branch using the recommended naming, commit changes with a conventional message, push, and open a PR with a consistent description.