Receiving Code Review

🌐Community
by guanyang · vlatest · Repository

Guanyang's code review agent automatically checks pull requests for style, errors, and potential bugs based on established coding standards.

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 guanyang-receiving-code-review npx -- -y @trustedskills/guanyang-receiving-code-review
2

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

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

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

About This Skill

What it does

This skill enables AI agents to accept incoming code reviews, allowing them to process feedback and integrate suggestions directly into their development workflow. It streamlines the collaboration loop between human reviewers and automated agents by handling review ingestion systematically.

When to use it

  • You need an agent to automatically analyze pull requests or merged code changes submitted by team members.
  • Your workflow requires immediate integration of peer review comments into the codebase without manual intervention.
  • You are building a continuous integration pipeline where feedback loops must be closed instantly after a review is posted.
  • You want to ensure no critical security or logic flaws identified in reviews are overlooked during automated deployments.

Key capabilities

  • Ingests structured and unstructured code review comments from various platforms.
  • Parses reviewer suggestions to identify specific lines of code requiring modification.
  • Triggers subsequent actions such as refactoring, testing, or re-committing based on review content.

Example prompts

  • "Review the latest pull request for the authentication module and apply all 'must-fix' security comments."
  • "Accept the code review feedback regarding memory leaks in the data processing function and update the implementation."
  • "Process the batch of code reviews from yesterday's sprint and generate a summary of changes made based on reviewer input."

Tips & gotchas

Ensure your AI agent has read permissions for the repository where reviews occur to successfully ingest feedback. This skill is most effective when combined with automated testing suites to validate that review suggestions do not break existing functionality before applying them.

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
guanyang
Installs
30

🌐 Community

Passed automated security scans.