Agent Skill
2/7/2026

fix-pr-comments

Address comments on a GitHub PR. Reply directly to comment threads where possible. Fetches all comments, plans changes, makes code changes, commits, and replies to each thread.

T
tjmgregory
0GitHub Stars
1Views
npx skills add tjmgregory/.dotfiles

SKILL.md

Namefix-pr-comments
DescriptionAddress comments on a GitHub PR. Reply directly to comment threads where possible. Fetches all comments, plans changes, makes code changes, commits, and replies to each thread.

.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

Skills Info
Original Name:fix-pr-commentsAuthor:tjmgregory