API design review
Pressure-test an HTTP or SDK contract before it becomes expensive to change.
Copy-ready prompt
Review this API proposal for consistency, evolvability, and developer ergonomics. Check resource naming, methods, status codes, idempotency, pagination, errors, auth boundaries, rate limits, and backwards compatibility. Identify the three highest-cost mistakes to fix before launch. Then provide a revised request/response contract and a migration strategy. Proposal: [API SPEC]
Related prompts
Textapp/auto-code
Ship a repository featureGive a coding agent a bounded feature task with verification and a clean handoff.
#agent#repository#implementation#tests
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