Pr End banner
inadarei inadarei

Pr End

Communication community

Description

End PR chat tracking for ticket: $ARGUMENTS Follow these steps to end PR chat tracking for the specified ticket: 1. Read `pr-chats/.pr-tracking.json`. If it doesn't exist or doesn't contain ticket "$ARGUMENTS", tell me and stop. 2. Get the start timestamp for ticket "$ARGUMENTS". If it doesn't exist, tell me and stop. 3. Run the capture script to produce the **detailed** version: ```bash bash ~/.claude/scripts/pr-capture.sh "$ARGUMENTS" ``` If the script doesn't exist, or is not ex

Installation

Installs to ~/.claude/commands/inadarei-claude-code-interactive-mode-pr-end.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/inadarei/claude-code-interactive-mode/HEAD/.claude/commands/pr-end.md -o ~/.claude/commands/inadarei-claude-code-interactive-mode-pr-end.md

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

Full documentation available on GitHub

View Source Repository