homedir/.claude/skills/pr-comments/SKILL.md
Fetch and display GitHub PR review comments for the current branch or a given PR number. Only use when working in a project whose path contains "kontrakcja".
npx skillsauth add joncol/dotfiles pr-commentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fetch and display review comments on a GitHub pull request.
Determine the PR:
$ARGUMENTS is provided, use it as the PR number (e.g. 9003).jj log -r 'latest(bookmarks() & ancestors(@) & ~ancestors(trunk()))' --no-graph -T 'bookmarks'
Then use the bookmark name with gh pr view to resolve the PR.Fetch PR metadata and reviews:
gh pr view <PR> --json number,title,state,url,reviewDecision,reviews,comments
Present the results in a readable format:
Focus on actionable feedback — skip empty review bodies and bot comments. Show the most recent reviews first.
tools
Copy the last code snippet or message to the system clipboard
data-ai
Review a PR by comparing the Jira ticket requirements against the actual implementation. Only use when working in a project whose path contains "kontrakcja".
development
List and delete old Claude Code sessions. Shows all sessions with dates and summaries, and lets the user pick which ones to remove.
data-ai
Fetch Jira issue details for the current branch or a given issue key. Only use when working in a project whose path contains "kontrakcja".