What problem does it solve?
The tbdflow skill provides a robust means to automate and enforce trunk-based development workflows using the tbdflow CLI.
It is designed to reduce decision fatigue by ensuring branches are short-lived, commits are standardised, and trunk integrity is preserved.
Core Features & Use Cases
- Enforce short-lived branches to accelerate integration and maintain a clean history.
- Standardise commit messages with Conventional Commit lint rules and optional DoD checks.
- Sync with trunk, merge completed work back to main, and generate release notes across monorepos when applicable.
Quick Start
Start by syncing with trunk, then create a short-lived branch, commit changes, and finally complete to merge back to main.