code-reviewer

Automate code reviews for quality, security, and performance issues.

Updated May 29, 2026
One-click install
npx skills add https://github.com/InnoMikitaKutas/accelerator-test-task --skill code-reviewer-innomikitakutas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/InnoMikitaKutas/accelerator-test-task/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/InnoMikitaKutas/accelerator-test-task --skill code-reviewer-innomikitakutas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The code-reviewer Skill automates the process of reviewing code for quality, standards compliance, security issues, and performance problems, significantly reducing manual review time and improving consistency.

Core Features & Use Cases

  • Automated Code Review: Provides a structured review of code quality, security, and performance issues.
  • Customizable Checklists: Supports customizable checklists for architecture, code quality, security, and performance.
  • Accessibility Checks: Integrates WCAG 2.2 Level AA accessibility rules for frontend code reviews.
  • Integration with CI/CD: Can be integrated into existing CI/CD pipelines for automated reviews during the development process.

Quick Start

Run the code-reviewer Skill on your PR with the command 'review code PR-123'.

Frequently Asked Questions about code-reviewer

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 is handled by running the Skill with a command like 'review code PR-123', which triggers structured checks for code quality, security, and performance issues directly on the PR.

Can I use custom checklists for code quality and security audits?

You can use customizable checklists for code review to define specific criteria across architecture, code quality, security, and performance audits, ensuring consistent standards compliance for your project.

Does automated code review support WCAG accessibility compliance checks?

Automated code review supports accessibility compliance by integrating WCAG 2.2 Level AA rules specifically for frontend code reviews, ensuring UI components meet required standards during the PR review process.

How do I integrate automated code review into CI/CD pipelines?

To integrate automated code review into CI/CD pipelines, configure the Skill to run during your development process, automatically catching performance problems and security issues before deployment without manual intervention.

What is the best way to enforce coding standards and security review in a development workflow?

The best way to enforce coding standards and security review in a development workflow is using an automated code review tool that provides consistent quality checks, security issue detection, and performance audits integrated directly into pull requests.

Why use automated code review instead of manual code review for performance audits?

Automated code review is preferred over manual review for performance audits because it significantly reduces manual review time, improves consistency across checks, and reliably catches security issues and performance problems across all pull requests.