code-review

Identify and document code-quality issues in Python and JavaScript projects.

3|2|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/dbczumar/agent-plane --skill code-review-dbczumar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/dbczumar/agent-plane/tree/main/examples/agents/openai-coder/skills/code-review
Command: npx skills add https://github.com/dbczumar/agent-plane --skill code-review-dbczumar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline code reviews by turning complex feedback into structured, actionable guidance that helps developers fix issues faster.

Core Features & Use Cases

  • Automated Issue Identification: Detects bugs, security vulnerabilities, and style inconsistencies across files.
  • Contextual, File-and-Line References: Provides precise file paths and line numbers for each issue, with suggested fixes.
  • Review Style Consistency: Enforces consistent critique tone and formatting to accelerate team reviews.

Quick Start

Review the latest changes in a branch or pull request and return a structured report with issues and fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I get a code review that includes specific file paths and line numbers?

To get a code review with exact file paths and line numbers, apply this automated analysis to your Python or JavaScript project. It identifies bugs and security issues, returning a structured report with precise references and proposed fixes.

Can I use automated static analysis to find security vulnerabilities in Python and JavaScript projects?

Yes, you can use automated static analysis to find security vulnerabilities in Python and JavaScript projects. This process scans multiple files to detect bugs and style inconsistencies, outputting actionable guidance with suggested fixes.

What is the best way to review code changes across multiple files for bugs and style problems?

The best way to review code changes across multiple files for bugs and style problems is to run an automated issue identifier. It enforces consistent critique formatting and provides contextual, file-and-line references to accelerate team reviews.

How do I generate a structured code review report with concrete fixes for a pull request?

Generate a structured code review report by analyzing the latest changes in your pull request. The review identifies code-quality issues, prioritizes security vulnerabilities and bugs, and preserves actionable guidance with concrete fixes for developers.

Does this code review approach work for both Python and JavaScript codebases?

Yes, this code review approach works for both Python and JavaScript codebases. It applies static analysis across multiple files to detect bugs, security issues, and style inconsistencies, outputting structured and actionable guidance.

What are the limitations of automated code review for style consistency?

A limitation of automated code review for style consistency is that it focuses strictly on identifying and documenting code-quality issues with proposed fixes, meaning it provides structured critique rather than automatically applying the code changes.