Build and Fix - Skill

Build and fix a skill using AI

Overview

The Build and Fix skill automates the process of building your application and resolving any build errors that occur. This is particularly useful when Next.js applications fail to build during deployment to Vercel.

How to use the skill

To use this skill, simply type /build-and-fix <sub-app-name> in the chat, where <sub-app-name> is the name of the application you want to build and fix. The skill will:

  1. Build the specified application
  2. Identify any build errors or linting issues
  3. Automatically fix the issues
  4. Iterate until the build passes successfully
Build and Fix Skill Screenshot