원클릭으로
deploy-check
Check health and status of all project services — containers, API, frontend, database, migrations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check health and status of all project services — containers, API, frontend, database, migrations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate and maintain compressed context summaries of the project. Used by agents to load minimal context instead of reading full files. Saves tokens and reduces latency.
Create a database migration using the project's migration tool.
Create a hotfix branch, apply the fix, run tests, and prepare for merge.
Write structured memory notes to the knowledge graph. Every agent uses this to record bugs, lessons, heuristics, and decisions as individual nodes with [[wikilinks]] to create a navigable graph. Two memory types -- heuristic (permanent rules) and episodic (specific events).
Switch execution mode (fast, standard, serious) or let auto-detection decide.
Scan a codebase, detect the stack, and auto-generate a complete .tasuki/ configuration with agents, rules, hooks, skills, and TASUKI.md.
| name | deploy-check |
| description | Check health and status of all project services — containers, API, frontend, database, migrations. |
| allowed-tools | Bash, Read, Grep |
Run a complete health check of all services.
docker ps — check all services are runningcurl -s {{HEALTH_ENDPOINT}} — verify API respondscurl -s -o /dev/null -w "%{http_code}" {{FRONTEND_URL}} — verify frontend loads| Service | Status | Details |
|---|
Flag issues as CRITICAL, WARNING, or OK.