Pr Comment banner
marclove marclove

Pr Comment

Git community

Description

--- allowed-tools: Bash(gh pr comment) argument-hint: [message] description: Post a comment on the current pull request via GitHub CLI --- If `$ARGUMENTS` is provided, post it as the comment body. Otherwise, use `dx-report.md` if it exists. Commands - With message: `gh pr comment -b "$ARGUMENTS"` - With file: `gh pr comment -F dx-report.md`

Installation

Installs to ~/.claude/commands/marclove-typeforge-pr-comment.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/marclove/typeforge/HEAD/.claude/commands/pr-comment.md -o ~/.claude/commands/marclove-typeforge-pr-comment.md

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

Full documentation available on GitHub

View Source Repository