Review Implementing

🌐Community
by mhattingpete · vlatest · Repository

Automatically reviews code changes and suggests implementation improvements based on best practices and project guidelines.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add review-implementing npx -- -y @trustedskills/review-implementing
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "review-implementing": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/review-implementing"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill systematically processes and implements changes based on code review feedback. It parses reviewer comments, creates actionable tasks (todos) using a tool called TodoWrite, locates relevant code, makes modifications using an Edit tool, verifies changes, and updates the status of each task. The goal is to ensure that all feedback is addressed while preserving existing functionality and adhering to project conventions.

When to use it

  • When you have received pull request (PR) review notes or comments.
  • When reviewers explicitly ask for feedback to be "addressed" or "implemented."
  • When a list of changes requested by reviewers needs to be systematically worked through.
  • When you need help breaking down complex code review feedback into smaller, manageable tasks.

Key capabilities

  • Parses Reviewer Notes: Identifies and extracts individual feedback items from numbered lists or bullet points.
  • Todo List Creation: Generates actionable "todo" tasks from reviewer feedback using the TodoWrite tool.
  • Code Location: Uses Grep (for functions/classes) and Glob (for files by pattern) to locate relevant code.
  • Code Modification: Uses an Edit tool to make changes, following project conventions outlined in CLAUDE.md.
  • Test Verification: Checks syntax correctness and runs applicable tests after making changes.
  • Real-time Updates: Provides updates on the progress of implementing feedback.

Example prompts

  • "Review these PR notes and create a todo list."
  • "Implement the feedback from this review."
  • "Address these comments in the code."

Tips & gotchas

  • The skill relies on tools like TodoWrite, Grep, Glob, and Edit. Ensure these are available for it to function correctly.
  • If conflicting feedback is encountered or if changes require breaking modifications, the skill will ask for user guidance.
  • Always verify that tests pass after implementing changes before marking a todo as complete.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
mhattingpete
Installs
46

🌐 Community

Passed automated security scans.