typescript-code-review-skill

Review TypeScript/React code for naming, test quality, and maintainability.

1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/DIO0550/d-market --skill typescript-code-review-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typescript-code-review-skill
Source: https://github.com/DIO0550/d-market/tree/main/plugins/code-review-plugin/skills/typescript-code-review-skill
Command: npx skills add https://github.com/DIO0550/d-market --skill typescript-code-review-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Reviews TypeScript/React code to catch naming, testing, and quality issues early, improving code quality and maintainability.

Core Features & Use Cases

  • Naming rule checks: enforces consistent TypeScript naming conventions and avoids unnecessary prefixes.
  • Testing quality checks: evaluates test coverage, clarity of test cases, and adherence to AAA/FIRST principles.
  • PR guidance: provides actionable feedback for maintainers during code reviews of pull requests.
  • Use Case: When reviewing a TS/React PR, the skill highlights naming, testing, and quality gaps and suggests concrete fixes.

Quick Start

Provide the TypeScript/React file or PR link to review and I will generate a structured review with actionable recommendations.

Frequently Asked Questions about typescript-code-review-skill

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

FAQPage Schema
How do I automate TypeScript and React code reviews for pull requests?

Automate TypeScript and React code reviews by providing your file or PR link to generate structured feedback. The review evaluates naming conventions, test quality, and maintainability to highlight gaps and suggest concrete fixes for maintainers.

What are the best ways to check TypeScript naming conventions in a pull request?

Checking TypeScript naming conventions involves enforcing consistent naming rules and avoiding unnecessary prefixes during code reviews. This automated assessment aligns your PR patches with established guidelines and outputs actionable recommendations for developers.

How does a code review evaluate testing quality in React and TypeScript projects?

Evaluating testing quality in React and TypeScript projects assesses test coverage, clarity of test cases, and adherence to AAA/FIRST principles. This ensures your PR patches meet maintainability standards and produce actionable developer feedback.

Do I need specific linting tools to review naming and testing quality in TypeScript?

You do not need specific external linting tools to review naming and testing quality in TypeScript. The skill applies alignment checks with naming and testing guidelines directly to your code or PR link to output structured feedback.

What limitations exist when automating maintainability checks for TypeScript code?

Limitations exist when automating maintainability checks for TypeScript code because the review focuses specifically on naming, testing, and style conformance. It requires alignment with established guidelines and outputs actionable recommendations rather than modifying code automatically.