alfadocs-code-review

Review AlfaDocs Lovable frontend and Supabase Edge Function code for build readiness.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/alfadocs/ai-harness-instructions --skill alfadocs-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alfadocs-code-review
Source: https://github.com/alfadocs/ai-harness-instructions/tree/main/lovable/skills/alfadocs-code-review
Command: npx skills add https://github.com/alfadocs/ai-harness-instructions --skill alfadocs-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you run a pre-ship code-quality review on an AlfaDocs/Lovable app so you can catch correctness gaps, duplication, weak error handling, confusing code, and build issues before release.

Core Features & Use Cases

  • Reviews React/Vite frontend and Supabase Edge Function code for correctness, DRY structure, readability, naming, and cleanup.
  • Flags leftover debug logging, dead code, swallowed errors, missing checks, and build or type issues.
  • Use it when an app is mostly built and you need a disciplined critique before shipping a feature or deployment.

Quick Start

Ask the Skill to review the attached AlfaDocs/Lovable codebase for pre-ship quality issues and return prioritized findings with concrete fixes.

Frequently Asked Questions about alfadocs-code-review

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

FAQPage Schema
How do I run a pre-ship code review on a Lovable app?

A pre-ship code review for Lovable apps checks React frontend and Supabase Edge Function code for correctness, maintainability, and build readiness. It flags dead code, swallowed errors, and debug logging while citing concrete file areas for targeted fixes.

What does a Supabase Edge Functions code review check for?

A Supabase Edge Functions code review checks for DRY reuse, naming conventions, missing error checks, swallowed errors, and sensitive logging. It ensures your serverless functions maintain correctness and build readiness before you ship them.

Can I use this code review to check my React Vite frontend before deployment?

Yes, you can use this review to check your React Vite frontend before deployment. It audits frontend code for confusing logic, dead code, and leftover debug logging, returning prioritized findings to ensure successful build output.

What is the best way to find dead code and debug logging in my Lovable app?

The best way to find dead code and debug logging in a Lovable app is to run a pre-ship cleanup pass. This review flags leftover debug statements, unused variables, and sensitive logs while providing concrete fixes for each issue.

Why does my Lovable app build fail a pre-ship audit?

Your Lovable app build might fail a pre-ship audit due to type issues, missing checks, or swallowed errors in your React or Supabase Edge Function code. The review identifies these build readiness gaps and suggests targeted corrections.

Does this code review require a fully built app to work?

Yes, this code review is designed for use when an app is mostly built. It performs a disciplined critique of the existing React and Supabase codebase to catch correctness gaps and build issues right before shipping a feature.