.agents/skills/review-pr-comments/SKILL.md
--- name: review-pr-comments description: Systematically process GitHub pull request review feedback end-to-end: pick a target PR, identify unanswered or unresolved comments, handle each thread sequentially, implement required code updates, run repository verification checks, and post clear responses. Use when asked to review PR comments, resolve review threads, or address reviewer suggestions/questions. --- # Review PR Comments Process pull request feedback one thread at a time and finish wit
npx skillsauth add TheCardGoat/lorcana-engine .agents/skills/review-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.
Process pull request feedback one thread at a time and finish with verified code plus a clear summary.
AGENTS.md and CLAUDE.md.Collect:
Use GitHub MCP tools when available. If unavailable, use gh equivalents.
Create a numbered list of comments that still need action:
Exclude already handled threads.
For each queued comment:
Use this confirmation style after implemented changes:
Implemented. <brief description of what changed>
Run repository checks in this order:
bun test
bun run check-types
bun run lint
Fix any introduced issues before final reporting.
Report:
Use this template:
PR Review Comments Summary
==========================
PR: #<number> - <title>
Comments Processed: <count>
- Questions answered: <count>
- Code changes implemented: <count>
- Discussions responded to: <count>
Changes Made:
- <file>: <description>
All Tests: <PASSED|FAILED>
Type Check: <PASSED|FAILED>
Lint: <PASSED|FAILED>
Next Steps:
- <remaining action or "None">
documentation
One-time setup that gathers design context for your project and saves it to your AI config file. Run once to establish persistent design guidelines.
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
testing
Tone down overly bold or visually aggressive designs. Reduces intensity while maintaining design quality and impact.
development
Final quality pass before shipping. Fixes alignment, spacing, consistency, and detail issues that separate good from great.