code-review

Review TypeScript files for security, quality, and architectural issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires review.sh, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The code-review Skill unit addresses the challenge of manually reviewing code for quality, security, and architectural compliance, which is time-consuming and error-prone.

Core Features & Use Cases

  • Parallel Code Review: Executes multiple reviews (security, quality, architecture) simultaneously to speed up the process.
  • Automated Task Creation: Generates actionable tasks for findings, helping developers focus on issues that require immediate attention.
  • Integration with Beads: Tracks and manages tasks within the Beads project management system for seamless issue tracking.
  • Use Case: Use the Skill to run a comprehensive code review on your TypeScript codebase, automatically identifying potential security vulnerabilities, quality issues, and architecture concerns.

Quick Start

Perform a full code review by running: /code-review

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate a TypeScript code review for security vulnerabilities and architecture compliance?

To automate a TypeScript code review, you can execute the `/code-review` command to run parallel analysis on your files, scanning for security vulnerabilities, code quality issues, and architectural standard adherence.

What is the best way to track code analysis findings automatically in a task management system?

The best way to track code analysis findings is using integrated Beads task creation, which automatically generates actionable tasks for identified security and quality issues during the review process.

Does automated code analysis require git and specific scripts to run on TypeScript files?

Yes, automated code analysis requires the `review.sh` script, git, and Claude to execute parallel reviews and automatically create Beads tasks for identified vulnerabilities and architectural concerns.

Can I review code quality and security simultaneously instead of running separate checks?

Yes, you can review code quality and security simultaneously because the tool utilizes parallel execution to analyze multiple dimensions like vulnerabilities and architecture compliance at the same time.

Why does manual code review take longer than automated TypeScript analysis?

Manual code review takes longer because it lacks parallel execution for simultaneous quality, security, and architecture checks, making the process time-consuming and prone to errors compared to automated analysis.