Code Review Checklist

🌐Community
by davila7 · vlatest · Repository

Automates backend code reviews using a comprehensive 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 davila7-code-review-checklist npx -- -y @trustedskills/davila7-code-review-checklist
2

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

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

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

About This Skill

The code-review-checklist skill provides a structured framework for AI agents to systematically evaluate pull requests, ensuring consistency and quality in backend development workflows. It guides the agent through specific verification steps rather than offering generic feedback.

When to use it

  • Before merging critical production changes to catch potential regressions early.
  • During onboarding phases to enforce team-specific coding standards automatically.
  • When reviewing complex logic implementations to verify edge case handling.
  • To generate a standardized checklist for junior developers to self-assess their code.

Key capabilities

  • Systematic evaluation of pull requests against defined criteria.
  • Generation of actionable feedback based on specific review points.
  • Enforcement of consistent backend development standards across the team.

Example prompts

  • "Run the code-review-checklist on this PR to verify database transaction handling and error logging."
  • "Use the checklist to audit my recent API endpoint implementation for security vulnerabilities."
  • "Generate a review summary using the standard checklist before I merge these configuration changes."

Tips & gotchas

Ensure your team has agreed upon specific coding standards beforehand, as the skill relies on clear criteria to provide effective feedback. This tool complements human review but should not replace final architectural sign-offs for high-risk systems.

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
davila7
Installs
198

🌐 Community

Passed automated security scans.