code-review

Automate checklist-driven code reviews for Next.js/React healthcare applications.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/v-mobilelabs/care --skill code-review-v-mobilelabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/v-mobilelabs/care/tree/main/.github/skills/code-review
Command: npx skills add https://github.com/v-mobilelabs/care --skill code-review-v-mobilelabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Checks and guides developers through a structured code-review process for complex Next.js + React projects, reducing defects and promoting best practices in healthcare software.

Core Features & Use Cases

  • Comprehensive review checklist covering architecture alignment, anti-patterns, lint, security, performance, and data-layer conventions.
  • Generates actionable fix plans and highlights code smells, duplication, and potential risks.
  • Use Case: PR review for a Next.js healthcare project, ensuring OWASP, TypeScript strictness, and maintainability before merge.

Quick Start

Review the latest pull request with the code-review checklist and generate a prioritized fix plan.

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 a Next.js and React pull request?

Automate code review for Next.js and React pull requests by applying a structured checklist that analyzes PR diffs to detect anti-patterns, lint issues, and security vulnerabilities. This process generates a prioritized fix plan before merging.

How do I check my Next.js frontend for OWASP and security risks?

Check your Next.js frontend for OWASP and security risks by running an automated security review against the PR diff. The review scans for vulnerabilities and architecture misalignments, producing an actionable fix plan to ensure application safety.

Does this code review checklist support TypeScript strictness and Mantine stacks?

Yes, this code review checklist supports TypeScript strictness and Mantine stacks. It evaluates typing, performance, and frontend guidelines specifically across Next.js, React, and Mantine technology stacks to ensure maintainability.

What is the best way to enforce data-layer conventions in a healthcare application?

The best way to enforce data-layer conventions in a healthcare application is through a comprehensive rule set applied during PR analysis. This detects violations and ensures strict alignment with data-layer and frontend guidelines.

Can I detect code smells and duplication in a React PR diff?

Yes, you can detect code smells and duplication in a React PR diff. The review process highlights these issues alongside potential risks, generating a prioritized fix plan to maintain code quality and architecture alignment.