little

Generate commit messages and PR descriptions from repository diffs.

Updated May 11, 2026
One-click install
npx skills add https://github.com/ruimfernandes/claude --skill little
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: little
Source: https://github.com/ruimfernandes/claude/tree/main/skills/little
Command: npx skills add https://github.com/ruimfernandes/claude --skill little

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about little

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a commit message from a git diff automatically?

To generate a commit message from a git diff, this Skill inspects your staged and unstaged repository changes and drafts a concise message matching your recent repo style. It analyzes the diff to produce reviewer-friendly text without manual drafting.

How do I fill a .github pull request template automatically?

You can fill a pull request template by requesting a PR description, which preserves your `.github/pull_request_template.md` ordering and checklist structure exactly. It maps the repository diff and commits directly into the existing template sections.

Can I create a GitHub pull request directly from my branch commits?

Yes, you can create a GitHub pull request by explicitly requesting the create PR action. The Skill uses your commits and full branch delta to generate and execute the `gh pr create` command with safe HEREDOC formatting for the body.

Does this commit message generator check for secrets before committing?

This commit message generator includes guardrails that inspect your git status and diffs before drafting, avoiding secret-prone commits unless explicitly warned. It enforces operational requirements to ensure safe repository changes.

What is the best way to match new commit messages to existing repository conventions?

The best way to match repository conventions is to analyze your recent commit history. This Skill inspects previous logs and diffs to ensure generated commit messages and PR descriptions align with your established formatting style.