Skip to main content
idapt
HomeCodeAI ModelsPricing
Sign inStart free
  • Home
  • Pricing
  • AI Models
  • Image models
  • Voice models
  • Video models
  • Rankings
  • New models
  • Model status
  • Multi-Model Chat
  • Voice Mode
  • Voice HUD
  • Web Search
  • Image Generation
  • Video Generation
  • Audio Generation
  • Transcription
  • Drive
  • Credentials
  • Sharing
  • Workspaces
  • Tasks
  • Memory
  • Agents
  • Subagents
  • Automations
  • Skills
  • idapt Code
  • Code Execution
  • Computers
  • Computer Use
  • Computer Assist · Soon
  • Containers
  • Cloud Computers
  • Local AI
  • AI Gateway
  • API & SDK
  • CLI
  • MCP
  • Tunnels
  • All features →
  • LLM cost calculator
  • Token counter
  • Context window checker
  • Can I run it
  • Model picker quiz
  • Savings finder
  • Video cost estimator
  • Text to speech cost
  • Transcription cost
  • API endpoint tester
  • All free tools →
  • Blog
  • Use cases
  • Comparisons
  • Best of
  • Skills
  • Learn
  • Changelog
  • Help center
  • FAQ
  • Privacy
  • Compare all models
  • Support
  • idapt Code
  • Developers
  • Quickstarts
  • API reference
  • API pricing
  • CLI
  • MCP
  • Downloads
  • Desktop
  • Badges and embeds
© idapt[email protected]TermsPrivacy PolicyLegal noticeReport content
X (Twitter)
All skills
Code

Fix a broken build

Get a Dockerfile, CI job, or bundler building again.

Fill it in

Dockerfile, CI workflow, or build file.

Paste the build output.

Your prompt

Get this build working again.
Error:
[the error]

Read the error properly before changing anything. Build errors bury the real
cause in the middle: the first line is usually the last thing that failed rather
than the thing that broke.

Reproduce it locally on a computer, so you can iterate in seconds instead of
guessing at a config and waiting for CI. That single step is most of the speed.

Fix the cause. Pinning a version, clearing a cache, or adding a retry are
sometimes right and are usually a way of not finding out what happened. If you
do reach for one, say why it is the answer rather than the workaround.

Confirm with a clean build from scratch, not an incremental one. Half of build
fixes only appear to work because something was left over from before.
Use Fix a broken buildOpens with everything above already filled in.

Why this works

A build fixed by changing the thing that errored usually breaks something later. This finds why it broke, then improves the parts that made it fragile.

More code skills

  • idapt Code
  • Fix a failing test

Use it now in a chat in 1 click

Use Fix a broken build
Fix a GitHub issue
  • Find security bugs
  • Ship a feature
  • Speed up slow code