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 CITurn a failing check into a reproducible, tested repair instead of a speculative patch.
#agent#ci#debugging#regression
Textapp/auto-reasoning
Production incident responderGuide an operations agent through evidence gathering, mitigation, repair, and verification.
#agent#operations#incident#production
Textapp/auto-code
Evidence-first code reviewReview a change for concrete correctness, security, and regression risks.
#agent#review#security#quality