Review Changes

🌐Community
by artmann · vlatest · Repository

Artmann's review-changes analyzes code diffs, highlighting potential issues and suggesting improvements for better quality.

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-changes npx -- -y @trustedskills/review-changes
2

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

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

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

About This Skill

What it does

The Review Changes skill analyzes code changes in a feature branch to identify potential issues and suggest improvements before merging. It can review either a remote pull request (PR) provided via URL or PR number, or the current local branch against the default branch. The skill prioritizes repository-specific coding guidelines when available and incorporates PR descriptions and comments as context for the review.

When to use it

  • Before merging a feature branch into the main codebase.
  • To proactively identify potential issues in code changes.
  • When needing to ensure adherence to specific coding standards or guidelines within a repository.
  • For reviewing pull requests from contributors.
  • To check for adequate test coverage of new or modified business logic.

Key capabilities

  • Remote PR Review: Reviews code changes directly from a provided GitHub Pull Request URL or number.
  • Local Branch Review: Reviews the current branch against the default branch.
  • Repository Guideline Integration: Loads and prioritizes repository-specific coding guidelines (e.g., CLAUDE.md, CODE_GUIDELINES.md).
  • Contextual Analysis: Uses PR descriptions, comments, and surrounding code context during review.
  • Test Coverage Check: Verifies the existence and adequacy of tests for new or modified business logic.
  • Performance Guardrails: Handles large diffs by prioritizing files and summarizing changes to maintain performance.

Example prompts

Tips & gotchas

  • The skill prioritizes repository-specific guidelines over general coding standards.
  • For very large diffs (over 3000 lines), the review may be summarized rather than a line-by-line analysis.
  • Certain file types like lock files, minified CSS/JS, and generated output are skipped to improve performance.

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
artmann
Installs
55

🌐 Community

Passed automated security scans.