code-review

Automate Python code review and generate compliance reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of code review and analysis, providing a comprehensive report on the quality and compliance of Python code.

Core Features & Use Cases

  • Automated Code Review: Analyze and review code for issues, violations, and best practices.
  • Compliance Checking: Ensure code adheres to architectural and security standards.
  • Use Case: Use this Skill to automatically review code changes before merging them into the main branch, ensuring code quality and security.

Quick Start

Run the code-review skill to analyze your code changes and generate a review report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate Python code review for my software development workflow?

You can automate Python code review by running this Skill to analyze code changes, identify issues, check violations, and ensure best practices before merging branches. It generates a comprehensive report on code quality and security compliance automatically.

What's the best way to check Python code compliance with security standards?

To check Python code compliance, use this Skill to analyze your source files against architectural and security standards. It identifies violations and applies best practices, ensuring your code adheres to required security guidelines before integration.

Do I need Python 3.13 to run automated code analysis?

Yes, you need Python 3.13 or later to run this automated code analysis. The Skill also requires specific libraries like pypdf, pdfplumber, and pdf2image to process scripts and references for generating quality assurance reports.

Can I use this code review tool to analyze code changes before a branch merge?

Yes, you can use this code review tool to analyze code changes before merging them into the main branch. It automatically reviews the updates and generates a report detailing any identified issues or compliance violations.

What limitations should I expect when automating code analysis for Python?

When automating code analysis for Python, limitations include strict dependency on Python 3.13+ and specific PDF processing libraries like pdfplumber. The analysis is tailored exclusively for Python projects and may not support other programming languages.