Agent Skill
2/7/2026review-pr
Review a GitHub PR that isn't your own. Fetches PR diff and all comments, analyzes code changes, posts new review comments, and replies to existing comment threads. Use when asked to "review PR", "review this PR", "give feedback on PR", or when given a PR URL/number to review.
T
tjmgregory
0GitHub Stars
2Views
npx skills add tjmgregory/.dotfiles
SKILL.md
| Name | review-pr |
| Description | Review a GitHub PR that isn't your own. Fetches PR diff and all comments, analyzes code changes, posts new review comments, and replies to existing comment threads. Use when asked to "review PR", "review this PR", "give feedback on PR", or when given a PR URL/number to review. |
.dotfiles
Symlink things:
# General
ln -s ~/.dotfiles/helix ~/.config/helix
ln -s ~/.dotfiles/karabiner ~/.config/karabiner
# Claude Code
ln -s ~/.dotfiles/claude/CLAUDE.md ~/.claude/CLAUDE.md
ln -s ~/.dotfiles/claude/settings.json ~/.claude/settings.json
ln -s ~/.dotfiles/agents/skills ~/.claude/skills
# Cursor
ln -s ~/.dotfiles/agents/skills ~/.cursor/skills
Skills are consolidated in agents/skills/ following the agentskills.io standard and shared between Claude and Cursor.
Worktree Management
This dotfiles setup includes a comprehensive worktree management system using Git worktrees for parallel development.
Quick Reference
The wt script provides worktree management:
# Create and switch to a worktree
wt cd my-repo feature-branch
# List all worktrees
wt list
# Remove a worktree
wt remove my-repo feature-branch
# Clean up orphaned worktrees
wt clean
Documentation
- WorkTrees Workflow Guide - Conceptual understanding and workflow patterns
- WT Script Documentation - Detailed command reference and implementation
Skills Info
Original Name:review-prAuthor:tjmgregory
Download