code-review

Review pull requests for data structure quality, security risks, and coding standards.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/djscrew1738/plumbprice --skill code-review-djscrew1738
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/djscrew1738/plumbprice/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/djscrew1738/plumbprice --skill code-review-djscrew1738

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive code review process, offering critical feedback and risk assessments for pull requests and merge requests.

Core Features & Use Cases

  • Rigorous Code Review: Analyze code changes for data structures, simplicity, security, pragmatism, and risk/safety.
  • Actionable Feedback: Provides specific, constructive comments to improve code quality and security.
  • Risk Assessment: Classify the risk level of code changes as Low, Medium, or High.
  • Use Case: Use this Skill to ensure that code changes in a pull request are of high quality and do not introduce any security risks.

Quick Start

To initiate a code review, simply use the /codereview command followed by the pull request ID.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I conduct a thorough code review on a pull request?

Code review on a pull request is performed by executing the `/codereview` command with the pull request ID. This triggers an assessment of data structure quality, security risks, simplicity, and coding standard adherence.

What does a code risk assessment cover when analyzing merge requests?

A code risk assessment evaluates changes in merge requests for potential security risks and safety issues. It classifies the overall risk level of the modifications as Low, Medium, or High to indicate severity.

Does the code review process check for security risks and coding standards?

Yes, the code review process explicitly checks for software security risks and adherence to coding standards. It also evaluates data structure quality and pragmatism to ensure high-quality, safe code changes.

Can I get constructive feedback on my code changes before merging?

Yes, you can get constructive feedback on code changes by initiating a review. The process provides specific, actionable comments designed to improve overall code quality and address identified security risks.

What is the best way to assess code quality and risk in a pull request analysis?

The best way to assess code quality and risk in a pull request analysis is to evaluate the changes against standard principles. This includes checking data structures, simplicity, pragmatism, and security to classify risk levels accurately.