Discussion Reply banner
jens-duttke jens-duttke

Discussion Reply

Git community

Description

Generate a GitHub Discussion reply for a completed feature implementation. # Steps 1. Run `git log -1 --format="%H"` to get the latest commit hash 2. Write the reply to `discussion-$ARGUMENTS-reply.md` in the project root # Format ```markdown Implemented in [`{short_hash}`](https://github.com/jens-duttke/agent-monitor-for-claude/commit/{full_hash}). **{One-line summary of the new feature or change}** {Code example if applicable, e.g. a JSON settings snippet in a fenced block} - {Key detai

Installation

Installs to ~/.claude/commands/jens-duttke-agent-monitor-for-claude-discussion-reply.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jens-duttke/agent-monitor-for-claude/HEAD/.claude/commands/discussion-reply.md -o ~/.claude/commands/jens-duttke-agent-monitor-for-claude-discussion-reply.md

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

Full documentation available on GitHub

View Source Repository