Code Review Checklist

🌐Community
by tai-ch0802 · vlatest · Repository

Automates backend code reviews using a detailed checklist focused on 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 tai-ch0802-code-review-checklist npx -- -y @trustedskills/tai-ch0802-code-review-checklist
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "tai-ch0802-code-review-checklist": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/tai-ch0802-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 code review checklist to ensure code quality and adherence to best practices. It helps identify potential bugs, security vulnerabilities, and maintainability issues before merging changes into a codebase. The checklist covers aspects like code style, error handling, and test coverage.

When to use it

  • Before submitting pull requests for backend development projects.
  • When onboarding new developers to a team or project.
  • As part of an automated CI/CD pipeline to enforce coding standards.
  • To ensure consistent review quality across different code contributors.

Key capabilities

  • Provides a structured checklist for code reviews.
  • Focuses on backend development best practices.
  • Aims to improve code quality and reduce potential errors.

Example prompts

  • "Generate a code review checklist for this Python function."
  • "Create a checklist focusing on security vulnerabilities in this Java class."
  • "Give me a detailed checklist for reviewing changes related to database interactions."

Tips & gotchas

This skill assumes basic familiarity with coding principles and best practices. The generated checklists are intended as guides, and may need adjustments based on the specific project's requirements.

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
tai-ch0802
Installs
5

🌐 Community

Passed automated security scans.