Requesting Code Review

🌐Community
by lgbarn · vlatest · Repository

Automates LG Barn code review requests via API, ensuring thorough testing and adherence to 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 lgbarn-requesting-code-review npx -- -y @trustedskills/lgbarn-requesting-code-review
2

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

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

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

About This Skill

What it does

This skill allows AI agents to request code reviews from designated individuals or teams. It facilitates a structured process for obtaining feedback on code changes, ensuring quality and adherence to coding standards. The agent can specify reviewers, provide context about the changes, and track review status.

When to use it

  • After completing a significant feature development task.
  • When refactoring existing codebase sections.
  • Before merging pull requests into main branches.
  • To proactively solicit feedback on complex or critical code implementations.

Key capabilities

  • Specifying reviewers (individuals or teams)
  • Providing context for the code changes
  • Tracking review status

Example prompts

  • "Request a code review from Alice and Bob for the 'user authentication' feature."
  • "Can you initiate a code review for my recent changes to the database connection module?"
  • "Please request a review of this pull request, highlighting the performance optimizations I made."

Tips & gotchas

This skill assumes access to a version control system (e.g., Git) and a code review platform integrated with that system. The agent's effectiveness depends on accurate reviewer identification and clear context provided in the request.

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
lgbarn
Installs
3

🌐 Community

Passed automated security scans.