Code Review Checklist

🌐Community
by groupzer0 · vlatest · Repository

Automates backend code review checklists, ensuring adherence to groupzer0's standards for security, performance, and maintainability.

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

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

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

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

About This Skill

What it does

This skill provides a comprehensive checklist to guide code reviews, ensuring thoroughness and consistency. It helps identify potential issues related to security, performance, maintainability, and adherence to coding standards. The checklist covers aspects like error handling, input validation, and test coverage.

When to use it

  • Reviewing pull requests from other developers on a backend project.
  • Performing self-reviews before submitting code for approval.
  • Ensuring new team members understand the codebase's quality standards.
  • Automating parts of the review process to improve efficiency and reduce human error.

Key capabilities

  • Provides a structured checklist for code reviews.
  • Covers security, performance, maintainability, and coding standards.
  • Includes checks for error handling, input validation, and test coverage.

Example prompts

  • "Review this pull request using the code review checklist."
  • "Generate a code review checklist for this file: src/user_authentication.py."
  • "What are some potential security vulnerabilities in this code snippet?"

Tips & gotchas

This skill is most effective when used with clear coding standards and guidelines already established within the project. While it provides a detailed checklist, it's not a substitute for human judgment and understanding of the specific codebase.

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

🌐 Community

Passed automated security scans.