| name | lctio-contrib |
| description | Use when preparing commits, reviewing git history for conventions, or writing pull request summaries for this repository. |
LCTIO Contrib
Use this skill when your task involves commit hygiene or pull request preparation.
Commit Style
- Keep each commit scoped to one clear change when practical.
- Use best practices for git commit messages.
- Commit relevant testing and documentation with the corresponding change set.
Pull Requests
- Summarize the behavior change, not just the files touched.
- List the validation commands you ran.
- Link related issues when they exist.
- Include sample input or output details for TIFF-processing or CLI behavior changes.
History Check
Before describing conventions, refresh your understanding with git log --oneline -n 10 instead of assuming the history has not changed.