Tldr Commit banner
jqbit jqbit

Tldr Commit

Design community

Description

--- description: Generate tldr-style commit message (verdict first, ≤50 char subject, why over what) --- Generate a TLDR commit message for the current staged changes. Conventional Commits format. Subject: ≤50 chars, imperative. Body only when why is not obvious. Why over what. No filler. Truth and utility only.

Installation

Installs to ~/.claude/skills/jqbit-taut-tldr-commit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jqbit-taut-tldr-commit && curl -fsSL https://raw.githubusercontent.com/jqbit/TAUT/HEAD/commands/tldr-commit.md -o ~/.claude/skills/jqbit-taut-tldr-commit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository