code-review-assistant

Analyze code for bugs, security vulnerabilities, performance issues, and quality concerns.

142|14|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ArabelaTso/Skills-4-SE --skill code-review-assistant-arabelatso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-assistant
Source: https://github.com/ArabelaTso/Skills-4-SE/tree/main/skills/code-review-assistant
Command: npx skills add https://github.com/ArabelaTso/Skills-4-SE --skill code-review-assistant-arabelatso

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of conducting thorough code reviews, identifying potential bugs, security vulnerabilities, performance bottlenecks, and adherence to quality standards, thereby improving the overall health and maintainability of the codebase.

Core Features & Use Cases

  • Comprehensive Analysis: Analyzes code for correctness, security, performance, quality, testing, and documentation.
  • Structured Feedback: Generates detailed markdown reviews with categorized findings, severity ratings, and actionable recommendations.
  • Use Case: When a pull request is submitted, use this Skill to perform an automated review, flagging critical security flaws and suggesting performance optimizations before human review.

Quick Start

Use the code-review-assistant skill to review the code changes in the current pull request.

Frequently Asked Questions about code-review-assistant

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

FAQPage Schema
How do I conduct an automated code review for a pull request?

To conduct an automated code review, trigger the assistant to analyze code changes for bugs, security vulnerabilities, performance issues, and quality concerns, generating markdown feedback with severity ratings before human review.

What is static analysis for code quality and how does it find security vulnerabilities?

Static analysis for code quality examines source code without executing it to identify security vulnerabilities, performance bottlenecks, and adherence to standards, ensuring overall maintainability and correctness of the implementation.

Can I use this to check test coverage and documentation in my codebase?

Yes, you can check test coverage and documentation by analyzing your code for these specific quality concerns, receiving structured feedback that evaluates correctness, maintainability, and adherence to your project standards.

What is the best way to identify performance issues and bugs before merging code?

The best way to identify performance issues and bugs is to run a comprehensive code review on your pull request, which flags critical flaws and provides actionable recommendations categorized by severity before merging.

Does automated code review replace manual security checks for my implementation?

Automated code review does not replace manual checks entirely but serves to flag critical security flaws and suggest optimizations, significantly reducing manual effort by providing structured, categorized feedback for human reviewers.