From personal
Fetch active (unresolved) PR comments from GitHub and format them for LLM consumption. Use when user wants to review, respond to, or address PR feedback.
How this skill is triggered — by the user, by Claude, or both
Slash command
/personal:commentsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch active (unresolved) comments from a GitHub Pull Request and format them for LLM processing. Use `--include-resolved` to also include resolved threads.
Fetch active (unresolved) comments from a GitHub Pull Request and format them for LLM processing. Use --include-resolved to also include resolved threads.
$ARGUMENTS (optional): The PR URL (e.g., https://github.com/owner/repo/pull/123) or PR reference (e.g., owner/repo#123 or just 123 if in a repo). If not provided, automatically detects the PR from the current git branch.--include-resolved (optional): Include resolved threads in the output. By default, only active (unresolved) threads are exported.bash "$(find ~/.claude -path '*/personal/skills/comments/comments.sh' 2>/dev/null | head -1)" $ARGUMENTS
The script outputs the path to the generated markdown file on stdout. Capture this path and read the file contents.
Summarize for the user:
For each one of the open comments:
Once you reach agreement with the user
npx claudepluginhub p/pedropaulovc-personal-plugins-personalResolves GitHub PR review and issue comments by fetching threads, mapping to code, proposing fixes, and drafting replies for approval.
Reads open GitHub PR review comments, triages by severity, applies code fixes, and drafts replies. Use when addressing PR feedback or code review.
Fetches unresolved GitHub PR review comments via script, analyzes against current code by file, categorizes as 'should address' or 'can ignore', and summarizes fixes.