code-review

Analyze code quality, security, and maintainability across multi-language codebases.

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/infinith4/dev-ai-driven-development --skill code-review-infinith4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/infinith4/dev-ai-driven-development/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/infinith4/dev-ai-driven-development --skill code-review-infinith4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are essential to ensuring quality, security, and maintainability across codebases. This skill provides a structured reviewer persona that analyzes readability, maintainability, security, performance, and testability to surface actionable improvements.

Core Features & Use Cases

  • Structured evaluation of code quality, security, performance, and maintainability against a defined checklist.
  • Actionable remediation guidance aligned with best practices and OWASP top risks.
  • Integrates with PR workflows to augment human reviews and speed up release cycles.

Quick Start

Review a target repository by applying the code-review skill to assess quality, security, and maintainability and surface actionable fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a structured code review for security and maintainability?

Structured code review evaluates readability, maintainability, security, performance, and testability against a defined checklist. It analyzes multi-language codebases to surface actionable remediation guidance aligned with best practices and OWASP top risks.

Can I automate code quality checks within my existing pull request workflows?

Yes, you can automate code quality checks within pull request workflows. The review process integrates with existing CI pipelines to augment human reviews, applying deterministic criteria to speed up release cycles.

What is the best way to identify actionable fixes for code quality issues?

The best way to identify actionable fixes is applying a structured reviewer persona to the codebase. This surfaces specific improvements for maintainability and testability based on a formal review checklist with deterministic criteria.

Does static analysis for code review support multi-language codebases?

Static analysis for code review supports multi-language codebases. It applies readability, security, performance, and testability checks during review cycles to ensure code quality across diverse project environments.

How do I evaluate code security against OWASP top risks during a PR review?

To evaluate code security during a PR review, the process applies a structured checklist that highlights actionable remediation guidance aligned with OWASP top risks. This ensures vulnerabilities are caught before merging.

What are the limitations of using deterministic criteria for code reviews?

Deterministic criteria provide consistent review evaluations but may lack contextual nuance for complex architectural decisions. The process augments human reviews by handling defined quality and security checks, but does not replace human judgment entirely.