review

Review Python and TypeScript/React pull request diffs for quality, security, and documentation gaps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rayvoidx/social-trend-agent --skill review-rayvoidx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/rayvoidx/social-trend-agent/tree/main/.claude/skills/review
Command: npx skills add https://github.com/rayvoidx/social-trend-agent --skill review-rayvoidx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs PR reviews to assess code quality, test coverage, security, and documentation changes, delivering actionable feedback.

Core Features & Use Cases

  • Diff-focused Review: Analyzes changed files for quality issues.
  • Tests & Coverage: Highlights gaps in test coverage.
  • Security & Docs: Flags security concerns and documentation updates.

Quick Start

Provide the PR diff or changed files to this Skill to receive a structured summary and concrete suggestions.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review pull request diffs for code quality and security issues?

PR code review systematically analyzes changed files to identify quality gaps, security vulnerabilities, and missing test coverage. This Skill evaluates diffs in Python and TypeScript/React projects, flagging hard-coded secrets, inadequate async/await patterns, missing type definitions, and documentation gaps to deliver structured, actionable feedback.

Can I automate code reviews to check test coverage and security on pull requests?

Yes. Automated PR review examines diffs for test gaps, security concerns, and documentation updates. This Skill applies to Python and TypeScript/React projects, detecting coverage shortfalls, security issues, and verifying adherence to coding standards with structured output for quick triage.

What coding standards and security checks does an automated pull request review cover?

Structured PR review checks code quality standards, detects hard-coded secrets, validates async/await usage in Python, ensures TypeScript type definitions, assesses test coverage, flags performance impacts, and evaluates documentation completeness—delivering concrete suggestions aligned to project requirements.

How do I get consistent feedback on pull requests across Python and TypeScript projects?

Diff-focused code review provides consistent, structured feedback across Python and TypeScript/React codebases. It evaluates quality, tests, security, and docs in a single pass, ensuring uniform standards and actionable suggestions regardless of project language.

What's the best way to identify missing documentation in pull request changes?

PR review analyzes changed files to flag documentation gaps alongside code quality and security issues. This Skill surfaces missing doc updates in a single structured assessment, helping maintainers catch incomplete changes before merge.

Does automated code review detect performance impacts and hard-coded secrets?

Yes. PR review identifies performance concerns, detects hard-coded secrets, checks test coverage, and flags security issues in changed code. It delivers structured feedback on all quality dimensions for Python and TypeScript/React pull requests.