Ln 311 Agent Reviewer

🌐Community
by levnikolaevich · vlatest · Repository

Reviews agent conversations, identifies areas for improvement in response quality, and suggests actionable refinement strategies.

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 ln-311-agent-reviewer npx -- -y @trustedskills/ln-311-agent-reviewer
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "ln-311-agent-reviewer": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ln-311-agent-reviewer"
      ]
    }
  }
}

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

About This Skill

The ln-311-agent-reviewer skill enables AI agents to systematically evaluate code quality, identify logical errors, and suggest improvements within a development workflow. It acts as an automated peer review layer that integrates directly with coding tasks to ensure reliability before deployment.

When to use it

  • Before pushing critical changes to a production repository to catch potential bugs early.
  • During the initial setup of a new project to establish consistent coding standards and patterns.
  • When refactoring legacy codebases to identify outdated dependencies or inefficient algorithms.
  • To validate that generated code adheres to specific security protocols or architectural guidelines.

Key capabilities

  • Automated syntax and logic verification across multiple programming languages.
  • Generation of actionable feedback reports highlighting specific lines requiring attention.
  • Context-aware analysis that considers surrounding code structure and dependencies.
  • Integration with existing development pipelines for continuous validation.

Example prompts

  • "Review the user-authentication.js file I just created and list any security vulnerabilities or logic errors you find."
  • "Act as a senior developer and critique my recent commit to the main branch, focusing on performance bottlenecks in the database queries."
  • "Analyze this new API endpoint implementation against our team's style guide and suggest specific refactoring steps."

Tips & gotchas

Ensure your AI agent has read access to the relevant codebase files before initiating a review session. For complex projects, break down large monolithic reviews into smaller, focused modules to maintain high accuracy in the feedback provided.

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
levnikolaevich
Installs
32

🌐 Community

Passed automated security scans.