code-review

Analyze code files for type safety, error handling, and security issues.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/sho7650/tech-news-curator --skill code-review-sho7650
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/sho7650/tech-news-curator/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/sho7650/tech-news-curator --skill code-review-sho7650

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of reviewing code for common issues related to security, performance, readability, and correctness, ensuring adherence to project standards.

Core Features & Use Cases

  • Automated Code Analysis: Scans specified files against a defined checklist and project standards.
  • Severity-Based Findings: Identifies issues with clear severity levels (CRITICAL to GOOD).
  • Actionable Suggestions: Provides concrete code examples for fixes.
  • Use Case: Before merging a new feature branch, run this Skill to catch potential security vulnerabilities and ensure the code follows best practices for Hono API patterns and Drizzle ORM usage.

Quick Start

Review the file '/src/utils/auth.ts' focusing on security.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform an automated code review for TypeScript security and performance issues?

Automated code review for TypeScript security analyzes target files or glob patterns to check type safety, error handling, and ORM usage. It outputs findings with severity levels, file locations, categories, and actionable suggestions.

What is the best way to check Hono API patterns and Drizzle ORM usage before merging a feature branch?

Checking Hono API patterns and Drizzle ORM usage involves scanning specified files against a defined checklist and project standards. The review identifies issues with clear severity levels and provides concrete code examples for fixes.

Can I focus a code review on specific areas like readability or security?

Yes, you can focus code review on specific areas like readability, security, or performance based on user input. The analysis targets the specified focus area to output relevant findings with severity levels and suggestions.

How do I review a specific file for security vulnerabilities and best practices?

Reviewing a specific file for security vulnerabilities requires targeting the file path or glob pattern for analysis. The review evaluates type safety, API patterns, and security, returning severity-based findings with actionable fix suggestions.

Does TypeScript code review report include severity levels and file locations for identified issues?

TypeScript code review reports include severity levels ranging from CRITICAL to GOOD, along with file locations, categories, descriptions, and concrete suggestions. This structured output ensures clear tracking of identified issues.

What types of common issues does automated code analysis catch in TypeScript projects?

Automated code analysis catches common issues related to security, performance, readability, and correctness in TypeScript projects. It evaluates type safety, error handling, API patterns, and ORM usage to ensure adherence to project standards.