code-review

Analyze pull request changes for quality, security, and maintainability.

1|Updated Oct 12, 2022
One-click install
npx skills add https://github.com/plastikaweb/plastikspace --skill code-review-plastikaweb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/plastikaweb/plastikspace/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/plastikaweb/plastikspace --skill code-review-plastikaweb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the review of pull requests by applying specialized patterns to assess code quality, security, performance, and compliance with best practices.

Core Features & Use Cases

  • Security Review: identifies vulnerabilities, insecure patterns, and risky dependencies.
  • Performance & Quality: flags code smells, inefficiencies, and potential N+1 issues.
  • Structured Reporting: outputs a standardized review with prioritized findings and actionable fixes suitable for PRs and audits.

Quick Start

Run the code-review skill on the changed files in a PR to generate a structured review report. Example: provide the diff or list of modified files from PR #123 and review the resulting markdown output.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate pull request reviews for code quality and security?

Automated pull request reviews analyze code changes to assess quality, security, and maintainability. The code-review skill applies specialized patterns to flag vulnerabilities, code smells, and inefficiencies, producing a standardized, categorized report with actionable fixes.

What is the best way to check a pull request for security vulnerabilities and code smells?

Checking a pull request for vulnerabilities involves applying static analysis to identify insecure patterns and risky dependencies. This automated code review flags security issues and code smells, outputting prioritized findings categorized as Critical, Suggestions, or Nits for actionable fixes.

How do I generate a structured compliance and governance report from a PR diff?

Generate a compliance report from a PR diff by applying best-practice checks and static analysis to the modified files. The code review process produces a standardized markdown output with a reusable review template and a checklist to guide necessary fixes.

Can I use an automated code review tool for performance issues like N+1 queries?

Automated code review tools can detect performance issues like N+1 queries. The code-review skill analyzes pull request changes to flag inefficiencies and potential performance bottlenecks, categorizing them within a structured report to guide developers through fixes.

Does the code-review skill work without external dependencies or linter configurations?

The code-review skill works without external dependencies or linter configurations. It applies specialized patterns directly to analyze provided pull request changes, evaluating code quality, security, and performance internally to produce a structured review report.

What output format should I expect from an automated code review of modified files?

The output format from an automated code review is a standardized markdown report. Findings are categorized into Critical, Suggestions, and Nits, accompanied by a reusable review template and a checklist designed to guide developers through implementing fixes.