code-review

Identify and report code quality, security, and maintainability issues in code submissions.

376|31|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/avifenesh/agnix --skill code-review-avifenesh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/avifenesh/agnix/tree/main/tests/fixtures/valid/skills/code-review
Command: npx skills add https://github.com/avifenesh/agnix --skill code-review-avifenesh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews can be time-consuming and inconsistent. This Skill provides a structured approach to review code for quality, security, maintainability, and test coverage, delivering clear, actionable feedback.

Core Features & Use Cases

  • Automated quality checks: highlights readability and maintainability gaps.
  • Security review prompts: identifies common vulnerabilities.
  • Actionable feedback: provides concrete improvements and suggested fixes.
  • Use Case: When reviewing a PR, this skill can generate a concise report detailing issues and recommended fixes.

Quick Start

Review the submitted code and provide a concise, actionable report highlighting quality, security, and maintainability issues.

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?

Automate code review by applying structured checks to pull requests and diffs, which identifies defects, vulnerabilities, and maintainability issues while generating actionable feedback with concrete fixes.

What is actionable code review feedback?

Actionable code review feedback is structured output that highlights code quality, security, and maintainability concerns, providing concrete improvements, references, and suggested fixes rather than vague observations.

Can I use this to find security vulnerabilities in my code submissions?

Yes, you can use this to find security vulnerabilities in code submissions. It applies security review prompts to identify common vulnerabilities and surfaces them alongside quality and maintainability defects.

How do I review code for maintainability and quality issues?

Review code for maintainability and quality issues by evaluating code submissions against structured checks that highlight readability gaps, maintainability concerns, and defects, then generating a concise report with recommended fixes.

Does this code review skill work across different programming languages?

Yes, this code review skill works across common programming languages. It is designed to apply quality, security, and maintainability checks to branch reviews and diffs regardless of the specific language used.

What is the best way to generate a report for a branch review?

The best way to generate a report for a branch review is to process the diffs through automated quality and security checks, which produces a concise, actionable report detailing identified issues and recommended tests.