code-review

Review TypeScript pull requests for correctness, quality, performance, and security.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Kimenzo/96000Agents --skill code-review-kimenzo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Kimenzo/96000Agents/tree/main/examples/unified-workspace/skills/code-review
Command: npx skills add https://github.com/Kimenzo/96000Agents --skill code-review-kimenzo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a standardized, comprehensive checklist and guidelines to ensure consistent, high-quality code reviews, improving overall project maintainability and reducing bugs.

Core Features & Use Cases

  • Structured Review Checklist: Covers correctness, quality, TypeScript specifics, performance, and security.
  • Comment Formatting: Standardizes review feedback for clarity and actionability.
  • Common Issue Identification: Highlights anti-patterns and security concerns to watch for.
  • Use Case: When reviewing a pull request for a new feature, use this Skill to systematically check for logic errors, adherence to coding standards, and potential security vulnerabilities before merging.

Quick Start

Apply the code-review skill to analyze the provided TypeScript pull request.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a structured code review for a TypeScript pull request?

Perform a structured TypeScript code review by applying a standardized checklist that verifies code correctness, quality, language-specific best practices, performance, and security vulnerabilities. This ensures consistent project maintainability and reduces bugs before merging.

What should I check for when reviewing TypeScript code?

When reviewing TypeScript code, check for logic errors, anti-patterns, adherence to coding standards, and potential security vulnerabilities. A comprehensive checklist helps identify common issues across correctness, performance, and language-specific best practices.

How do I format code review comments for better clarity?

Format code review comments using a standardized structure to ensure clarity and actionability. Standardizing feedback facilitates consistent communication and makes it easier for developers to address identified issues during the pull request.

Can I use a code review checklist to identify security vulnerabilities?

Yes, a code review checklist can identify security vulnerabilities by systematically evaluating the code against defined security criteria. It highlights anti-patterns and security concerns to watch for before approving a merge.