code-review

Analyze staged changes and pull requests for security and quality issues.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/Cognitivemesh/pyarnes --skill code-review-cognitivemesh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Cognitivemesh/pyarnes/tree/main/template/.claude/skills/code-review
Command: npx skills add https://github.com/Cognitivemesh/pyarnes --skill code-review-cognitivemesh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Focused, automated reviews that identify security regressions, quality gaps, and deviations from pyarnes conventions in code changes.

Core Features & Use Cases

  • Diff analysis for staged changes and pull requests to surface potential issues early.
  • Security checks for path containment, dangerous dynamic execution, and unsafe imports.
  • Conformance checks against pyarnes conventions and test coverage expectations.
  • Use Case: A developer submits a PR; the skill reviews the changes and reports actionable fixes.

Quick Start

Analyze the latest changes by asking for a security and quality review of the current PR or commit.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate security and quality checks for a pull request?

Automated pull request reviews analyze staged changes and recent commits to surface security regressions and quality gaps. The review targets path containment, unsafe dynamic execution, and convention deviations to provide actionable fixes.

What security checks are enforced during a diff review of recent commits?

Diff review of recent commits enforces security checks for path containment, dangerous dynamic execution, and unsafe imports. It critiques code changes to prevent unsafe patterns and ensure adherence to project conventions.

Can I check staged changes for adherence to pyarnes conventions and test coverage?

Yes, staged changes are analyzed for conformance against pyarnes conventions and test coverage expectations. The review identifies deviations from these standards in staged files and recent commits.

Does this code review skill work with recent commits across pyarnes projects?

Yes, the code review applies to recent commits across pyarnes projects. It analyzes code changes from these commits to report actionable fixes for security and quality issues.

What is the best way to prevent dangerous dynamic execution in code changes?

Preventing dangerous dynamic execution in code changes is handled by applying explicit guardrails during diff analysis. The review surfaces potential unsafe patterns and enforces checks against dangerous dynamic execution.

How do I review code changes for path containment issues?

Reviewing code changes for path containment issues involves analyzing the diff to enforce explicit guardrails. The review surfaces potential security regressions related to path containment and reports actionable fixes.