PR Code Review Expert

Review React and TypeScript pull requests for type safety and project guidelines.

1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/maluraditya/Excellent-NEET-Experiencial-Learning --skill pr-code-review-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PR Code Review Expert
Source: https://github.com/maluraditya/Excellent-NEET-Experiencial-Learning/tree/main/.agent/skills/pr_review
Command: npx skills add https://github.com/maluraditya/Excellent-NEET-Experiencial-Learning --skill pr-code-review-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews PRs and code changes to safeguard the main branch in the Excellent Academy Digital Textbook project (React + TypeScript).

Core Features & Use Cases

  • Rigorous PR assessment: validates type safety, React component correctness, and adherence to project guidelines.
  • Bug detection & style checks: identifies potential regressions, lint issues, and unsafe patterns before merging.
  • Use Case: When a PR introduces a new TS type or a refactor, the skill verifies compatibility and maintainability before merge.

Quick Start

Provide the PR diff or a link to the PR so I can start a structured senior-level code review for the main branch.

Frequently Asked Questions about PR Code Review Expert

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

FAQPage Schema
How do I review a React and TypeScript pull request before merging to the main branch?

Reviewing a React and TypeScript PR requires validating strict type safety, React component correctness, and project guidelines before merging. Provide the PR diff to trigger a structured review that safeguards the main branch.

What is checked during a TypeScript type safety code review for a React project?

A TypeScript type safety code review checks for strict typing, potential regressions, lint issues, and unsafe patterns to ensure compatibility and maintainability before a pull request merges into the main branch.

Can I use this PR review process for a React refactor that introduces new TS types?

Yes, you can use this PR review process for a React refactor introducing new TS types. It verifies type compatibility and code maintainability to ensure the refactor is safe before merging into the main branch.

What's the best way to ensure main branch protection in a React TypeScript project?

The best way to ensure main branch protection is to enforce strict TypeScript typing checks, code quality rules, and main-branch protection workflows during PR reviews before merging any code changes.

Does the PR code review detect React component bugs and lint issues?

Yes, the PR code review detects React component bugs and lint issues by analyzing the PR diff to identify potential regressions, lint problems, and unsafe patterns before the code merges into the main branch.