code-reviewer

Analyze pull request diffs and generate structured code review reports.

Updated Dec 23, 2024
One-click install
npx skills add https://github.com/salamientark/dotfiles --skill code-reviewer-salamientark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/salamientark/dotfiles/tree/main/claude/skills/engineering-team/code-reviewer
Command: npx skills add https://github.com/salamientark/dotfiles --skill code-reviewer-salamientark

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Slow and inconsistent code reviews across PRs, leading to delayed feedback and quality drift.

Core Features & Use Cases

  • Automated PR analysis for complexity, risk, and code smells across TypeScript, JavaScript, Python, Go, Swift, and Kotlin.
  • Generates structured review reports with prioritized actions for developers and CI pipelines.
  • Real-world use: when reviewing a PR, produce a concise digest for engineers and managers.

Quick Start

Run the tool on the current pull request to generate a structured review report.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate pull request reviews for TypeScript and Python projects?

You can automate pull request reviews by analyzing diffs, code quality issues, and SOLID violations across TypeScript, JavaScript, Python, Go, Swift, and Kotlin projects, generating structured reports with prioritized actions.

What does static analysis check for during a code review?

Static analysis during code review checks for code complexity, risk areas, code smells, and SOLID principle violations within the pull request diff, outputting a structured report with actionable items.

Can I integrate automated PR analysis into my CI pipeline?

Yes, automated PR analysis produces structured review reports and actionable items specifically suitable for integration into CI pipelines and developer workflows to ensure consistent quality checks.

Does this code review automation support Go, Swift, and Kotlin?

Yes, the code review automation supports Go, Swift, and Kotlin alongside TypeScript, JavaScript, and Python, analyzing pull request diffs for code quality issues and SOLID violations across all these languages.

Why are my code reviews slow and inconsistent across pull requests?

Code reviews become slow and inconsistent due to manual processes causing delayed feedback and quality drift; automating PR analysis with structured reports resolves this by providing consistent prioritized actions.