code-reviewer

Analyzes code submissions for defects, security risks, and style violations, returning graded feedback.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/Likas07/t3code-skills --skill code-reviewer-likas07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/Likas07/t3code-skills/tree/main/skills/code-reviewer
Command: npx skills add https://github.com/Likas07/t3code-skills --skill code-reviewer-likas07

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of code review, providing detailed, actionable feedback to improve code quality and enhance developer skills.

Core Features & Use Cases

  • Comprehensive Code Analysis: Evaluates code for correctness, security, maintainability, and performance.
  • Constructive Feedback: Offers specific suggestions with clear explanations, prioritizing issues by severity (blocker, suggestion, nit).
  • Developer Skill Enhancement: Acts as an educational tool by explaining the reasoning behind feedback.
  • Use Case: Submit a pull request to the Code Reviewer agent for a thorough analysis before merging.

Quick Start

Use the code-reviewer skill to review the attached code snippet.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I get an automated code review for correctness and security before merging a pull request?

You can use this code review tool on any submitted code snippet or pull request. It requires no specific environment setup or dependencies, making it accessible for analyzing standalone code directly.

How does automated code analysis identify security pitfalls and anti-patterns?

Automated code analysis identifies security pitfalls and anti-patterns by evaluating submitted code against common anti-patterns and security vulnerabilities. It then provides constructive feedback explaining the reasoning behind each identified issue.

What is the best way to improve code maintainability and developer skills during a code review?

The best way to improve maintainability and skills during a code review is to use feedback that explains the reasoning behind suggestions. This educational approach helps developers understand why changes are needed for long-term software quality.

How are code review comments formatted for prioritizing blockers, suggestions, and nits?

Code review comments are formatted using specific review rules that prioritize issues by severity, such as blocker, suggestion, and nit. This structured formatting ensures clarity and helps developers systematically address the most critical problems first.

Does automated code analysis work with standalone code snippets or does it require a full pull request?

Automated code analysis works with both standalone code snippets and full pull requests. You can attach your code directly for a thorough analysis focusing on correctness, security, maintainability, and performance without needing a complete repository.