review-typescript-pull-request

Review TypeScript, Node.js, and React pull requests with inline comments.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/yonderlab/kota.agent.skills --skill review-typescript-pull-request
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-typescript-pull-request
Source: https://github.com/yonderlab/kota.agent.skills/tree/main/skills/review-typescript-pull-request
Command: npx skills add https://github.com/yonderlab/kota.agent.skills --skill review-typescript-pull-request

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Conduct thorough, context-aware code reviews for TypeScript, Node.js, and React PRs to improve quality and consistency across teams.

Core Features & Use Cases

  • Structured PR review workflow: fetch PR data via get_pull_request and get_pull_request_files, apply the criteria in references/review-criteria.md, and produce a structured summary plus inline comments.
  • Enforces rigorous review criteria: Type safety, testing considerations, and architecture guidelines to reduce regressions.
  • Use Case: When a teammate opens a PR, the skill generates actionable feedback tailored to TS/JS/React patterns and project conventions.

Quick Start

Provide the PR URL and let the skill generate a context-aware review with suggested inline comments.

Frequently Asked Questions about review-typescript-pull-request

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

FAQPage Schema
How do I automate a TypeScript pull request review?▼

Automate TypeScript pull request reviews by fetching PR data and files, applying criteria for type safety and architecture, then generating a structured summary with inline comments.

What is the best way to review Node.js and React PRs for code quality?▼

Review Node.js and React PRs for code quality by applying automated, context-aware criteria that focus on actual issues rather than established patterns, reducing regressions and enforcing consistency.

How does automated code review handle established patterns in TypeScript?▼

Automated TypeScript code review focuses only on actual issues and deliberately ignores patterns that already follow established practices, ensuring feedback is actionable and relevant.

Can I use this to generate inline comments for a TypeScript PR?▼

Yes, you can generate inline comments for a TypeScript PR by providing the PR URL, which triggers data gathering and applies review criteria to produce actionable, structured feedback.

What testing and architecture considerations are enforced during a PR review?▼

PR reviews enforce rigorous criteria covering type safety, testing considerations, and architecture guidelines tailored to TS, Node.js, and React patterns to prevent regressions.

Do I need to provide a PR URL to start the code review process?▼

Yes, providing a PR URL is required to start the code review process, allowing the system to fetch PR data and generate context-aware feedback with suggested inline comments.