review

Review Python working changes with linters and generate a findings report.

7|1|Updated Mar 2, 2022
One-click install
npx skills add https://github.com/Purushot14/user-agent-parser --skill review-purushot14
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/Purushot14/user-agent-parser/tree/main/.claude/skills/review
Command: npx skills add https://github.com/Purushot14/user-agent-parser --skill review-purushot14

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline and enforce code quality, security, and standards across a codebase by performing comprehensive reviews of working changes, identifying issues, and applying safe auto-fixes where appropriate.

Core Features & Use Cases

  • Full code review of modified files to ensure correctness, maintainability, and security.
  • Standards enforcement with automated checks and auto-fix capabilities (e.g., linting, formatting).
  • Usage example: integrate into CI pipelines or perform ad-hoc reviews during development to catch regressions early.

Quick Start

Run the review command to perform a full code review and auto-fix eligible issues in your current working changes.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate Python code reviews for working changes?

Automated code review identifies all working changes in a Python codebase to enforce quality, security, and standards compliance. It runs linters and standard checks on modified files, auto-fixes minor issues, and generates a clear report of findings.

Can I automatically fix linting and formatting issues during a code review?

Yes, automated code review supports auto-fixing minor issues where appropriate. It performs standards enforcement with automated checks on your working changes and applies safe auto-fixes to eligible formatting and linting errors.

How do I integrate automated security and quality checks into a CI pipeline?

Automated code review can be integrated into CI pipelines or run ad-hoc during development to catch regressions early. It reviews modified files for correctness, maintainability, and security, generating a clear report of findings across files and rules.

Does this automated code review support targeted reviews and file filtering?

Yes, the code review process supports optional flags for targeted reviews and file filtering. This allows you to narrow the scope of automated quality, security, and standards compliance checks to specific modified files.

What is the best way to enforce coding standards across a modified Python codebase?

Performing a full code review of modified files is the best way to ensure correctness, maintainability, and security. Automated checks apply standards enforcement and auto-fix capabilities to catch regressions early across the codebase.