code-review

Review code changes for quality, security, and maintainability.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Linnanli/xClaw --skill code-review-linnanli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Linnanli/xClaw/tree/main/.codex/skills/code-review
Command: npx skills add https://github.com/Linnanli/xClaw --skill code-review-linnanli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews code changes for quality, security, and maintainability across teams and PRs, reducing risk and manual effort.

Core Features & Use Cases

  • Automated change analysis: identifies security issues, code smells, and maintainability concerns across diffs.
  • Structured feedback: provides file/line-specific issues with concrete fixes and rationale.
  • Use Case: before merging a pull request, run a comprehensive review to catch issues missed by automated linters.

Quick Start

Run the skill on a new pull request to generate a comprehensive review and remediation plan.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for pull requests?

Automated code review for pull requests analyzes diffs to identify security issues, code smells, and maintainability concerns. Running this Skill before merging generates a structured report with file-specific findings and concrete fixes.

What is static analysis for code maintainability?

Static analysis for code maintainability evaluates changes across languages and frameworks without executing code. It detects code smells and structural issues, providing actionable remediation guidance to ensure long-term project health.

Can I review individual commits for security vulnerabilities?

Reviewing individual commits for security vulnerabilities is fully supported. The Skill applies security checks to isolated changes, delivering developer-friendly feedback with rationale and fixes for any identified risks.

Does automated code review work across different programming languages?

Automated code review works across different programming languages, libraries, and frameworks. It evaluates diffs comprehensively, applying security checks, performance considerations, and maintainability guidance regardless of the tech stack.

What is the best way to catch code quality issues missed by linters?

To catch code quality issues missed by linters, run a comprehensive automated review on your pull requests. This provides deeper analysis of security, performance, and maintainability, delivering structured and actionable feedback.

When do I need a thorough code review before merging?

A thorough code review before merging is needed when validating pull requests for quality and security. It reduces risk and manual effort by identifying maintainability concerns and providing concrete fixes prior to integration.