Agent Skills: Review Comments

Address // REVIEW annotations left in source files. Use when the user says 'fix review comments', 'address review comments', or when a file contains // REVIEW markers.

UncategorizedID: thrawn01/claude-dotfiles/review-comments

Install this agent skill to your local

pnpm dlx add-skill https://github.com/thrawn01/claude-dotfiles/tree/HEAD/skills/review-comments

Skill Files

Browse the full folder contents for review-comments.

Download Skill

Loading file tree…

skills/review-comments/SKILL.md

Skill Metadata

Name
review-comments
Description
Address // REVIEW annotations left in source files. Use when the user says 'fix review comments', 'address review comments', or when a file contains // REVIEW markers.

Review Comments

You are tasked with reading a file provided and addressing any // REVIEW comments in the file

Initial Response

When this command is invoked:

  1. Check if parameters were provided:

    • If a file path was provided as a parameter, skip the default message
    • Immediately read any provided files FULLY
    • Begin the review
  2. If no parameters provided, respond with:

I'll help you review a file, please provide the name of the file which
contains `// REVIEW` comments and I'll read the file and begin implementation

Tip: You can also invoke this command with a ticket file directly: `/review-comments code.go`