Describe banner
schpet schpet

Describe

Git community

Description

--- description: Generate a commit description for the current session's jj change model: claude-haiku-4-5 allowed-tools: Bash(jjagent:*), Bash(jj:*) argument-hint: [message] --- # jj-describe Generate a commit description for a Claude session's jj change ## instructions You must follow these steps to create a proper commit message: 1. **Determine session ID:** - Use the session ID from the system reminder (current session) - Store the session ID for use in subsequent steps 2. **Chec

Installation

Installs to ~/.claude/skills/schpet-jjagent-describe/SKILL.md

Terminal
mkdir -p ~/.claude/skills/schpet-jjagent-describe && curl -fsSL https://raw.githubusercontent.com/schpet/jjagent/HEAD/commands/describe.md -o ~/.claude/skills/schpet-jjagent-describe/SKILL.md

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

Full documentation available on GitHub

View Source Repository