What problem does it solve?
This Skill automates the creation of consistent PR titles for yadm-managed dotfiles, reducing manual title crafting and ensuring uniform phrasing across commits.
Core Features & Use Cases
- Automated PR Title Generation: Builds concise, action-oriented titles from the current yadm branch context.
- Context-Rich Output: Uses current branch, base branch, commit list, diff stats, and changed files to inform title generation.
- Use Case: When preparing a PR for a yadm-based dotfiles update, run this skill to produce a ready-to-copy PR title that reflects the changes.
Quick Start
Run the gather script to generate a PR title for the current yadm branch:
python scripts/gather_context.py
The script outputs a JSON object with current_branch, base_branch, commits, diff_stat, and files_changed, which you can feed into a title generator to produce the final title.