code-review

Review code changes for quality, security, and maintainability issues.

1|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/prthik/prathik-astro --skill code-review-prthik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/prthik/prathik-astro/tree/main/.codex/skills/code-review
Command: npx skills add https://github.com/prthik/prathik-astro --skill code-review-prthik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conduct thorough evaluation of code changes to identify quality, security, and maintainability issues.

Core Features & Use Cases

  • Identify changed files with git diff to scope reviews.
  • Run parallel lanes (code-reviewer and architect) to produce distinct findings.
  • Provide actionable recommendations with file:line references and deterministic merge gating.

Quick Start

Review the current pull request using this skill to begin an automated, structured assessment.

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 maintainability checks for a pull request?

Automate pull request reviews by running parallel reviewer and architect lanes that identify quality, security, and maintainability issues. This skill scopes changes using git diff, reports severity, and suggests concrete fixes with file:line references for deterministic merge gating.

What is the best way to review code changes before merging a feature branch?

Review code changes before merges by applying automated parallel assessment lanes to feature branches. The process scopes changed files via git diff, evaluates security and maintainability, and outputs structured findings with specific file:line references to gate reliable code quality.

How does parallel review improve code quality evaluation for git diffs?

Parallel review improves code quality evaluation by running distinct code-reviewer and architect lanes simultaneously on git diffs. This mechanism produces distinct findings on security and maintainability, ensuring comprehensive coverage and actionable recommendations with specific file:line references.

Can I get specific file and line references for security issues found in a code review?

You can get specific file and line references for security issues during the code review. The skill enforces structured findings by reporting severity and suggesting concrete fixes with precise file:line references, allowing developers to quickly locate and resolve identified vulnerabilities.

Does this code review approach work with existing git workflows and feature branches?

Yes, this code review approach works with existing git workflows by scoping reviews directly from git diff output. It is applied to pull requests and feature branches before merges or after major feature implementations to ensure reliable code quality without disrupting your process.

When do I need automated structured code assessment for my pull requests?

You need automated structured code assessment when evaluating code changes for quality, security, and maintainability issues before merges. It is specifically applied to pull requests and feature branches after major feature implementations to enforce deterministic merge gating and ensure reliable code quality.