code-review

Automate code quality reviews for MCP Finance PRs and diffs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates comprehensive reviews of MCP Finance codebases, helping teams identify quality, security, and maintainability issues across PRs, diffs, and code submissions.

Core Features & Use Cases

  • Code Quality Checklist: Enforces type safety, clear interfaces, and readable code in TypeScript/React.
  • Security & Reliability: Verifies authentication on protected routes, input validation, and robust error handling.
  • Operational Excellence: Encourages good testing, documentation, and Git hygiene to accelerate reviews and reduce defects.

Quick Start

Review the latest pull request or diff with the code-review skill to surface issues using the checklist.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate PR reviews for TypeScript and React codebases?

Automating PR reviews for TypeScript and React codebases involves scanning pull requests and diffs against a structured checklist for type safety, clear interfaces, and readable code to surface quality issues automatically.

What security checks should I run on protected API routes?

Security checks for protected API routes should verify authentication, enforce input validation, and ensure robust error handling to prevent vulnerabilities and maintain reliability in backend services.

Can I use a code quality checklist to review both frontend and backend services?

Yes, you can apply a code quality checklist to both frontend and backend services to enforce type safety in TypeScript/React, verify API design, and check Git hygiene across your entire codebase.

Does this code review process check for test coverage and accessibility?

Yes, the code review process checks for test coverage and accessibility alongside operational excellence criteria including documentation and Git hygiene to reduce defects and accelerate reviews.

What is the best way to review MCP Finance diffs for performance issues?

The best way to review MCP Finance diffs for performance issues is to scan the code submissions using an automated checklist that evaluates best practices, security, and operational excellence.