proneighbor-code-review

Review React, TypeScript, Firebase, and Cloudinary code for ProNeighbor standards.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/Manvendra08/TradingBot --skill proneighbor-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proneighbor-code-review
Source: https://github.com/Manvendra08/TradingBot/tree/main/_agent/skills/proneighbor-code-review
Command: npx skills add https://github.com/Manvendra08/TradingBot --skill proneighbor-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates inconsistent, low-signal code reviews for the ProNeighbor React + TypeScript + Firebase + Cloudinary stack, ensuring all code meets production standards for real-time performance, privacy, and maintainability.

Core Features & Use Cases

  • Full-Stack Review Coverage: Validates correctness, real-time data flow, security rules, and architecture across frontend, backend, and media handling layers.
  • Platform-Specific Guardrails: Enforces ProNeighbor-specific requirements including locality-based privacy, Firestore query optimization, and NeighbourCoins integration checks.
  • Use Case: Review a new real-time chat feature PR for ProNeighbor, catching issues like unclosed Firestore listeners or insecure locality data access before deployment.

Quick Start

Use the proneighbor-code-review skill to review the attached pull request diff for the ProNeighbor chat module.

Frequently Asked Questions about proneighbor-code-review

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

FAQPage Schema
How do I review a pull request for a React and TypeScript full-stack app?

To review code for a real-time chat feature, validate real-time data flow, check for unclosed Firestore listeners, and ensure strict privacy-aware locality enforcement. Production-grade reviews catch security rule vulnerabilities and query optimization issues before deployment.

What is the best way to enforce locality-based privacy in Firestore queries?

To enforce locality-based privacy in Firestore queries, apply platform-specific guardrails during code review to verify security rules and query efficiency. This ensures strict privacy-aware locality functionality protects user data across the full stack.

How do I check Firestore listener performance in a real-time chat code diff?

Checking Firestore listener performance in a real-time chat code diff involves identifying unclosed listeners and validating real-time data flow. Proper full-stack review ensures real-time performance optimization and prevents memory leaks across the React and Firebase layers.

Does this code review process support Firebase and Cloudinary media handling?

Yes, the code review process supports Firebase and Cloudinary media handling. Full-stack review coverage validates correctness, real-time data flow, and architecture across frontend, backend, and media handling layers for the platform.

What are common limitations when reviewing TypeScript code for local feed features?

Common limitations when reviewing TypeScript code for local feed features include overlooking NeighbourCoins integration checks and failing to enforce locality-based privacy. A comprehensive full-stack review identifies these architectural gaps to maintain production-grade correctness.