Design a complete RESTful API for [feature]. **Required endpoints:** List all endpoints with: | Method | Path | Request Body | Response | Auth | |--------|------|-------------|----------|------| **Include:** - Authentication strategy (JWT/OAuth/API key) - Request/response JSON schemas with example payloads - HTTP status codes for success and each error type - Pagination format (cursor vs offset) - Rate limiting recommendations - Versioning strategy **Follow:** [standard] conventions (REST/GraphQL) **Database:** [database_type]
Design a database schema for [application]. Entities: [entities]. Include: tables, columns with types, relationships, in...
Generate a conventional commit message for these code changes: **What changed:** [changes_description] **Rules:** - Fo...
Write unit tests for this [language] function: [function_code]. Cover: happy path, edge cases, error scenarios. Use [tes...