بنقرة واحدة
koyeb
Manage Koyeb backend services - check status, view logs, redeploy, list deployments
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage Koyeb backend services - check status, view logs, redeploy, list deployments
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Query the CodeGraphContext code graph for cross-cutting analysis (callers, callees, dead code, dependency chains)
Check health of all production services — frontend (Vercel), backend + domain-specific (Koyeb), ML service, key API endpoints, per-city integrations
Scan codebase for real counts (hotspots, contexts, tables, cities, routers, screens) and compare against FEATURES.md, CLAUDE.md, README.md. Reports drift and optionally applies fixes.
Deploy frontend (Vercel) and/or backend (Koyeb) to production with pre-deploy quality gates
Run all quality gates before any major change. Checks TypeScript types, Vite build, ESLint, and backend tests.
Visual verification of frontend UI using Claude-in-Chrome browser automation. Takes screenshots of all screens at desktop and mobile viewports.
| name | koyeb |
| description | Manage Koyeb backend services - check status, view logs, redeploy, list deployments |
| argument-hint | ["status|logs|redeploy|deployments|services"] |
| disable-model-invocation | true |
| user-invocable | true |
| allowed-tools | Bash, Read |
Manage FloodSafe backend services on Koyeb using the CLI.
CLI Path: ./koyeb-cli-extracted/koyeb.exe
Based on $ARGUMENTS, run the appropriate command:
status or services (default if no argument)./koyeb-cli-extracted/koyeb.exe services list
logs [service-name]Query recent logs. Default service: floodsafe-backend/backend
./koyeb-cli-extracted/koyeb.exe logs floodsafe-backend
redeploy [service-name]Redeploy a service. Default: floodsafe-backend/backend
./koyeb-cli-extracted/koyeb.exe services redeploy floodsafe-backend/backend
⚠️ Ask for confirmation before running redeploy.
deploymentsList recent deployments:
./koyeb-cli-extracted/koyeb.exe deployments list
get [service-name]Get detailed info about a service:
./koyeb-cli-extracted/koyeb.exe services get floodsafe-backend/backend
The CLI reads KOYEB_TOKEN from the environment. If commands fail with auth errors, remind the user to set the token:
set KOYEB_TOKEN=<token>
| Service | Koyeb Name |
|---|---|
| Backend API | floodsafe-backend/backend |
| ML Service | floodsafe-ml/ml-service |