What problem does it solve?
It helps you generate consistent, reviewer-friendly Git artifacts—commit messages, PR descriptions, and PRs—without you manually drafting them from diffs.
Core Features & Use Cases
- Little commit message: Drafts a ready-to-use commit message from the relevant repository diff while matching recent repo style.
- Little create commit: Creates a git commit after inspecting status/diffs/logs, with guardrails against empty commits and secret-risk changes.
- Little PR description: Fills the existing
.github/pull_request_template.md exactly by preserving ordering and checklist structure.
- Little create PR: Generates and creates a PR via
gh pr create only when explicitly requested, using commits and full branch delta.
Quick Start
Say: Little commit message to draft a concise commit message for your current changes.