code-reviewer

Identify and remediate security, performance, and quality issues in code reviews.

236|234|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Karanjot786/TermUI --skill code-reviewer-karanjot786
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/Karanjot786/TermUI/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/Karanjot786/TermUI --skill code-reviewer-karanjot786

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and remediate security vulnerabilities, performance issues, and code quality problems uncovered during code reviews, audits, and PR reviews.

Core Features & Use Cases

  • Centralized rules catalog that guides reviewers through security, performance, correctness, and maintainability checks.
  • Priority-driven workflow that emphasizes Security, then Performance, then Correctness, then Maintainability to surface critical issues first.
  • Practical guidance and examples referenced from AGENTS.md and the rules directory to accelerate consistent reviews across languages and projects.

Quick Start

Review AGENTS.md for the complete rules and examples, then reference specific rules in the rules/ directory to perform a focused, high-quality review.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I identify security and performance issues during a code review?

To identify security and performance issues during a code review, apply a priority-driven workflow that checks Security, then Performance, then Correctness, and finally Maintainability to surface critical problems first.

What is the best way to enforce best practices across multiple programming languages?

Enforcing best practices across multiple languages uses a centralized rules catalog that guides reviewers through consistent security, performance, and maintainability checks for diverse projects.

How do I audit a codebase for maintainability and code quality problems?

Auditing a codebase for maintainability and code quality problems involves referencing a rules directory to execute focused checks on correctness and structural integrity.

Can I use a structured workflow for reviewing pull requests?

Yes, reviewing pull requests uses a predictable workflow with frontmatter-based metadata and prioritized checks to ensure high-quality, consistent code evaluations.

What should I reference to start reviewing code for quality and security vulnerabilities?

Start reviewing code for security vulnerabilities by reading the AGENTS.md file for complete rules and examples, then reference specific rules in the rules directory for focused checks.