code-review

Identify code-quality issues, anti-patterns, and maintainability concerns in pull requests and diffs.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/lailtonjunior/fiscalzen-project --skill code-review-lailtonjunior
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/lailtonjunior/fiscalzen-project/tree/main/.context/skills/code-review
Command: npx skills add https://github.com/lailtonjunior/fiscalzen-project --skill code-review-lailtonjunior

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are time-consuming and error-prone; this Skill standardizes and accelerates feedback by programmatically identifying code-quality issues, anti-patterns, and maintainability concerns, enabling faster, more consistent reviews.

Core Features & Use Cases

  • Automated quality checks across languages and frameworks
  • Detection of common anti-patterns and maintainability risks
  • Actionable, prioritized feedback and suggested fixes
  • Use Case: Analyze a pull request to surface issues and recommended changes with minimal manual input.

Quick Start

Provide a code snippet or a PR link and the AI will return a prioritized review report.

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 a pull request to identify anti-patterns?

To automate code review for a pull request, provide a code snippet or PR link to receive a prioritized report identifying anti-patterns and maintainability concerns with actionable fixes.

What is static analysis for code quality and how does it handle maintainability risks?

Static analysis for code quality programmatically detects maintainability risks and anti-patterns in a codebase, providing concrete suggestions to enforce patterns and ensure consistent standards across diffs.

Can I use automated code-quality checks across different languages and frameworks?

Yes, you can use automated quality checks across languages and frameworks to surface common anti-patterns and recommended changes in pull requests with minimal manual input.

What is the best way to enforce code-quality standards in a single pull request?

The best way to enforce code-quality standards in a single pull request is to analyze diffs for maintainability concerns, ensuring feedback provides concrete suggestions that can be implemented immediately.

Why does manual code review take so long and how can I accelerate it?

Manual code review is time-consuming and error-prone, but you can accelerate it by programmatically identifying code-quality issues to enable faster, more consistent reviews with prioritized feedback.

When do I need actionable feedback for code maintainability concerns?

You need actionable feedback for code maintainability concerns when standardizing reviews across pull requests, ensuring that detected anti-patterns are translated into concrete, prioritized suggested fixes.