Code Review Playbook

🌐Community
by yonatangross · vlatest · Repository

Automates thorough backend code reviews using a structured playbook, identifying potential bugs, security flaws, and style inconsistencies.

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

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

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

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

About This Skill

What it does

This skill provides a structured approach to code reviews, guiding the AI agent through key areas like correctness, design, and maintainability. It helps ensure code quality by prompting for specific considerations and suggesting improvements based on established best practices. The playbook aims to improve developer productivity and reduce technical debt.

When to use it

  • Reviewing pull requests before merging into a main branch.
  • Evaluating code contributions from external developers or contractors.
  • Performing a focused review of a specific feature or bug fix.
  • Ensuring adherence to coding standards within a project.

Key capabilities

  • Structured review process
  • Focus on correctness, design, and maintainability
  • Suggestion of improvements based on best practices
  • Guidance through key areas of code quality

Example prompts

  • "Review this pull request: [link to pull request]"
  • "Perform a code review focusing on potential security vulnerabilities in this file: [file path]"
  • "Can you check the design and maintainability of this function? [code snippet]"

Tips & gotchas

The skill is most effective when provided with clear context, such as a link to a pull request or specific code snippets. It assumes a basic understanding of software development principles.

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
yonatangross
Installs
23

🌐 Community

Passed automated security scans.