code-review

Analyze source code for correctness, consistency, performance, accessibility, and repository conventions.

2|Updated Apr 9, 2025
One-click install
npx skills add https://github.com/PP-Namias/Portfolio --skill code-review-pp-namias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/PP-Namias/Portfolio/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/PP-Namias/Portfolio --skill code-review-pp-namias

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process, providing automated checks for correctness, consistency, performance, accessibility, and adherence to repository conventions, saving time and improving code quality.

Core Features & Use Cases

  • Automated Code Review: Analyzes code changes across the portfolio for a range of quality indicators.
  • TypeScript Correctness: Verifies TypeScript strict mode passes without any any types unless justified.
  • Accessibility and Performance: Ensures accessibility standards are met and performance is optimized.
  • Use Case: Before committing code changes or reviewing a Pull Request, use this Skill to automatically check for common issues.

Quick Start

Perform a code review with the 'code-review' skill on your latest changes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for React and TypeScript source code?

To automate code review for React and TypeScript, use this Skill to analyze source code for correctness, consistency, performance, accessibility, and repository convention adherence.

What does automated source code analysis check for in a pull request?

Automated source code analysis checks pull requests for correctness, consistency, performance, accessibility, and adherence to repository conventions across your portfolio.

Can I verify TypeScript strict mode and React accessibility standards together?

Yes, you can verify TypeScript strict mode and React accessibility standards together by running this Skill to flag unjustified any types and ensure accessibility requirements are met.

When should I run an automated code review in my software development workflow?

You should run an automated code review before committing code changes or reviewing a pull request to catch common quality issues early in your software development workflow.

Is this code review Skill suitable for projects not using TypeScript?

This code review Skill is specifically designed for software development teams adhering to TypeScript and React standards, so non-TypeScript projects may not receive full correctness benefits.