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

Ship a feature

Implement a change across every file it actually touches.

Fill it in

Describe the change and its edges.

Where to make the change.

Cover the new behaviour before delivering.

Your prompt

Build this in [your repository]:

[your what to build]

Find every place it touches before changing any of them. The reason a change
like this goes wrong is never the obvious file: it is the email template, the
export path, the one component that reimplemented the thing locally. Search for
the pattern, not just the name.

Work in one pass so the codebase is never half-migrated, and keep the change
mechanical where it can be. A reviewer should be able to read the diff and see
one idea applied consistently rather than a series of unrelated decisions.

Add tests for the new behaviour, and specifically for the edge you found while
searching that nobody would have thought of up front.
Use Ship a featureOpens with everything above already filled in.

Why this works

A feature shipped across a codebase leaves the two places nobody remembered. This finds every site rather than the obvious ones, and adds the tests that prove it.

More code skills

  • idapt Code
  • Fix a failing test

Use it now in a chat in 1 click

Use Ship a feature
Fix a GitHub issue
  • Find security bugs
  • Speed up slow code
  • Untangle a god function