expert-code-reviewer

Performs comprehensive code reviews for Go and React/TypeScript codebases.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/phungkhactubg/ai-dlc-demo --skill expert-code-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expert-code-reviewer
Source: https://github.com/phungkhactubg/ai-dlc-demo/tree/main/.github/skills/expert-code-reviewer
Command: npx skills add https://github.com/phungkhactubg/ai-dlc-demo --skill expert-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill acts as a Quality Gatekeeper, ensuring all code adheres to production standards before being accepted, preventing architectural drift and maintaining high-quality, production-ready code.

Core Features & Use Cases

  • Automated Code Analysis: Runs linters, static analysis tools, and custom checks for Go and React/TypeScript.
  • Architectural Validation: Enforces project-specific architectural rules and dependency guidelines.
  • Security & Performance Checks: Identifies common security vulnerabilities and performance anti-patterns.
  • API Contract Verification: Compares backend Go DTOs with frontend Zod schemas for consistency.
  • Use Case: Before merging a new feature, use this Skill to automatically review all code changes, ensuring they meet the team's rigorous standards for security, performance, and maintainability.

Quick Start

Use the expert-code-reviewer skill to perform a full review of the 'user-authentication' feature.

Frequently Asked Questions about expert-code-reviewer

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

FAQPage Schema
How do I automate Go and React code reviews before merging?

Automate Go and React code reviews by running linters, static analysis, and custom checks to enforce architectural standards and identify security vulnerabilities before merging code.

How do I verify API contracts between Go backend DTOs and React frontend?

Verify API contracts by comparing backend Go DTOs with frontend React Zod schemas to ensure data consistency and prevent integration failures between services.

What is the best way to enforce architectural standards in a TypeScript and Go codebase?

Enforce architectural standards in TypeScript and Go codebases by applying automated validation rules and manual review checklists to prevent architectural drift and maintain production-ready quality.

Can I identify security vulnerabilities and performance anti-patterns in React and Go code?

Identify security vulnerabilities and performance anti-patterns in React and Go code through comprehensive automated code analysis and manual review checklists targeting production-level threats.

Does this code review approach work for both frontend and backend environments?

This code review approach works for both environments by executing targeted static analysis and dependency guideline validation for Go backend and React/TypeScript frontend codebases.

When do I need to run automated code analysis for my web application?

Run automated code analysis for your web application before merging new features to ensure all code changes meet rigorous standards for security, performance, and maintainability.