code-review

Review JavaScript/TypeScript code changes for security, performance, and style issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewing code changes to detect security, performance, and style issues before they merge.

Core Features & Use Cases

  • Security: identify OWASP-related risks and insecure patterns in code.
  • Quality & Style: enforce type safety, proper error handling, clear naming, and DRY principles.
  • Use Case: apply to pull requests in JS/TS projects to produce actionable findings for developers.

Quick Start

Run a comprehensive code-review pass on the specified file or directory to produce a structured report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I run a code review on a TypeScript pull request to detect OWASP security risks?

Run a comprehensive code-review pass on your TypeScript pull request to identify OWASP risks, insecure patterns, and type safety issues. The skill analyzes your code changes and produces a structured, actionable report to help developers fix security and quality findings.

What JavaScript code quality checks are enforced during an automated review?

Automated code review enforces quality checks for type safety, proper error handling, clear naming, and DRY principles. It reviews JavaScript and TypeScript changes to ensure style consistency and structural quality before merging patches or feature branches.

Can I use this to review short-lived patches and feature branches in JS projects?

Yes, you can apply this code review to short-lived patches, feature branches, and pull requests across JavaScript and TypeScript projects. It handles varying impact levels and provides concrete guidance for developers regardless of the branch scope.

Does automated code review check for performance issues alongside style and security?

Yes, automated code review checks for performance issues alongside security and style. It identifies performance bottlenecks, OWASP risks, and style violations in your JavaScript and TypeScript code changes, delivering concrete guidance in a structured report.

What is the best way to lint JavaScript code for DRY principles and type safety before merging?

The best way to lint for DRY principles and type safety is running a structured code review on your specified files or directories. It evaluates JavaScript and TypeScript code changes against DRY rules, type checks, and naming clarity to produce actionable developer guidance.