Prompt library
AI Agents Textapp/auto-code

Ship a repository feature

Give a coding agent a bounded feature task with verification and a clean handoff.

Copy-ready prompt
Implement [FEATURE] in this repository.

Start by reading the relevant code and local instructions. Preserve unrelated changes. Make the smallest coherent implementation, update every affected API/CLI/desktop surface, and add focused tests. Run formatting, unit tests, and the relevant end-to-end checks. If the change is visual, capture desktop and mobile states in visualbench. Finish with the files changed, tests run, and any remaining risk.

Related prompts

Textapp/auto-code
Fix failing CI

Turn a failing check into a reproducible, tested repair instead of a speculative patch.

#agent#ci#debugging#regression