review

Analyze git diffs for quality, tests, security, and performance.

1|Updated Sep 15, 2023
One-click install
npx skills add https://github.com/emiljuchnikowski/smartsoft001 --skill review-emiljuchnikowski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/emiljuchnikowski/smartsoft001/tree/main/.claude/skills/review
Command: npx skills add https://github.com/emiljuchnikowski/smartsoft001 --skill review-emiljuchnikowski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzing code changes for quality, tests, security, and performance is time-consuming and error-prone. This Skill automates multi-dimension code review workflows to deliver structured feedback across changed files.

Core Features & Use Cases

  • Quality review — linting, static analysis, and code style checks on touched files.
  • Test and coverage assessment — evaluating test results, coverage, and test quality for modified modules.
  • Security and performance review — dependency audits, vulnerability checks, and performance impact insights.
  • Automation and reporting — synthesizes findings into actionable reports and can post results to Linear when a linearTaskId is provided; supports Polish-language reporting.

Quick Start

Invoke the review workflow against your latest changes to generate a multi-dimensional code review.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for git diffs and pull requests?

Automated code review analyzes git diffs, staged changes, or specific branches to deliver structured feedback across quality, tests, security, and performance dimensions. It scopes the review to modified files and generates actionable findings.

What does multi-dimensional code review cover for changed files?

Multi-dimensional code review covers linting, static analysis, test coverage evaluation, dependency audits, vulnerability checks, and performance impact insights. It synthesizes these findings into structured reports for modified modules.

Can I post code review findings directly to Linear tasks?

Yes, code review findings can be posted to Linear when a linearTaskId is provided. The automation synthesizes quality, security, and performance results into actionable reports and integrates them into your project management workflow.

How do I run security and performance checks on staged changes?

Security and performance checks on staged changes evaluate dependency vulnerabilities and performance impact insights. The review scopes to touched files, auditing dependencies and analyzing performance implications within the modified code.

Does automated code review support test coverage assessment for modified modules?

Automated code review evaluates test results, coverage, and test quality specifically for modified modules. It assesses whether the tests adequately cover the changed files and provides structured feedback on test quality.

What is the best way to integrate quality assurance into CI-CD pipelines?

Integrating quality assurance into CI-CD pipelines involves automating multi-dimensional reviews that check code style, run static analysis, and evaluate test coverage on changed files. This produces structured findings for continuous feedback.