Skill Details
Runtime
(gpt-5.5)
Example user message
[userMessage]: Add a GET /health endpoint to my Express API
Example agent response
Project Detected:
Node.js Express API
---
Endpoint Added:
- Method: GET
- Route: /health
- Purpose: Return basic service health status
---
Implementation Summary:
- Added /health route to the existing Express router
- Returned a JSON response with status and timestamp
- Preserved existing middleware and app structure
---
Files Modified:
- src/routes/index.js
- tests/health.test.js
---
Commands Executed:
- npm test
---
Validation Result:
The health endpoint test passed successfully.
---
How to Test:
curl http://localhost:3000/health
---
Next Steps:
Add uptime or dependency health checks if this endpoint will be used by monitoring tools.
Or get it with Select10 Select prompts/mo — under $2 each
Learn moreBy purchasing this skill, you agree to our terms of service
GPT-5.5
Automatically add API endpoints to existing projects.
This skill detects your backend framework, creates routes, controllers, request handling, and optional tests.
✔ Add API routes
✔ Generate controller logic
✔ Follow project structure
✔ Run safe validation commands
Perfect for backend developers who want faster feature implementation.
...more
Added 2 weeks ago
