code-review

Review Python and JavaScript/TypeScript diffs for quality and safety issues.

9|4|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/learn-ukrainian/learn-ukrainian.github.io --skill code-review-learn-ukrainian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/learn-ukrainian/learn-ukrainian.github.io/tree/main/claude_extensions/skills/code-review
Command: npx skills add https://github.com/learn-ukrainian/learn-ukrainian.github.io --skill code-review-learn-ukrainian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the code-review process, reducing manual review time and increasing consistency by applying a comprehensive checklist to changed files.

Core Features & Use Cases

  • Structured diff-based analysis: reviews only changed files (diffs) or all staged/unstaged modifications.
  • Project-specific checks: lint, import hygiene, dead code detection, type hints, and test coverage verifications, with actionable fixes.
  • Reporting: outputs a structured report including findings and remediation guidance.

Quick Start

Run a code-review pass against the changed files to generate a structured report

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for Python and JavaScript diffs?

Automated code review analyzes your staged or unstaged diffs to identify quality and safety issues. It applies linting, import hygiene, and type hint checks to modified Python and JavaScript files, generating a structured report with remediation steps.

Does automated code review check for dead code and missing type hints?

Automated code review detects dead code and verifies missing type hints using a predefined checklist. It analyzes modified files across Python and JavaScript projects to ensure import hygiene and test coverage, outputting actionable fixes.

Can I use this code review automation for unstaged changes?

Yes, code review automation processes unstaged changes, staged modifications, or complete diffs. It targets only the changed files in your Python and JavaScript projects to produce a focused report of findings and remediation guidance.

What is the best way to integrate static analysis into CI workflows?

Integrating static analysis into CI workflows requires a structured report of findings and remediation steps. Automated code review outputs this detailed result format, making it suitable for direct developer review and pipeline integration.

Why does my automated code review only check modified files?

Automated code review targets modified files to reduce manual review time and increase consistency. By applying a predefined checklist to diffs and staged changes, it focuses specifically on your recent modifications rather than the entire codebase.

Does the code-review skill require external linting dependencies?

No, the code-review skill performs automated checks without external dependencies. It applies an internal checklist covering linting, import hygiene, dead code, type hints, and tests directly to your Python and JavaScript modifications.