code-reviewer

Analyze pull requests across multiple languages and generate review checklists.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LPDigital-Agent/galderma-demo-trackwise --skill code-reviewer-lpdigital-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/LPDigital-Agent/galderma-demo-trackwise/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/LPDigital-Agent/galderma-demo-trackwise --skill code-reviewer-lpdigital-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Code review is time-consuming and error-prone when done manually across multiple languages; this skill automates analysis, enforces best practices, and standardizes feedback.

Core Features & Use Cases

  • Automated code analysis across TypeScript, JavaScript, Python, Swift, Kotlin, and Go to identify issues and enforce conventions.
  • Security scanning and best-practice checks to reduce risk in pull requests.
  • Review checklist generation and concise feedback summaries for pull requests, ensuring consistent quality and faster review cycles.
  • Use Cases: when auditing third-party contributions, onboarding new developers, or standardizing code quality across teams.

Quick Start

  • Run the main tools to analyze and summarize a PR or project:
  • python scripts/pr_analyzer.py /path/to/project
  • python scripts/code_quality_checker.py /path/to/project
  • python scripts/review_report_generator.py /path/to/project

Frequently Asked Questions about code-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for pull requests across multiple programming languages?

You can automate code review by running Python scripts to analyze project paths, perform security scans, and generate actionable PR feedback with standardized review checklists across multiple languages.

What's the best way to enforce best practices and security checks in a CI/CD workflow?

Integrating automated code analysis into CI/CD workflows enforces best practices by performing security scans and generating concise feedback summaries with standardized checklists for every pull request.

Does automated PR analysis work with Go and Swift codebases?

Yes, automated code analysis supports Go and Swift codebases alongside TypeScript, JavaScript, Python, and Kotlin to identify issues and enforce conventions during code review.

How do I generate a standardized review checklist for third-party code contributions?

Generate a standardized review checklist by running the review report generator script on the project path, which audits third-party contributions and produces concise feedback summaries with review artifacts.

Can I use code quality checking scripts to standardize onboarding for new developers?

You can use code quality checking scripts to standardize onboarding by providing consistent code analysis and best-practice checks across multi-language projects, ensuring new developers follow established conventions.