services-up
- Repo stars 0
- Author repo skills-registry
Start services. If $ARGUMENTS is provided, start only those services; otherwise start all.
!docker compose up -d ${ARGUMENTS:-todo-backend todo-frontend jira-mock} 2>&1
Then wait for the backend to be healthy:
!for i in $(seq 1 15); do curl -sf http://localhost:8000/health && echo "backend ready" && break || sleep 2; done 2>&1
Report:
- Which containers are now running (
docker compose ps) - Health check result for the backend
- If any container failed to start, show its logs
<!-- tomevault:4.0:skill_md:2026-05-22 -->Source: brianbartilet/testing-lifecycle-with-agents-demo — distributed by TomeVault.
- Fluxly category
- DevOps
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Docker
- Runtime requirements
- Docker
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- External requests
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Start services. If `$ARGUMENTS` is provided, start only those services; otherwise start all. !`docker compose up -d ${ARGUMENTS:-todo-backend todo-frontend jira-mock} 2>&1` Then wait for the backend to be healthy: !`for i in $(seq 1 15); do curl -sf http://localhost:8000/health && echo "backend ready" && break || sl …
Start services. If `$ARGUMENTS` is provided, start only those services; otherwise start all.
!`docker compose up -d ${ARGUMENTS:-todo-backend todo-frontend jira-mock} 2>&1`
Then wait for the backend to be healthy:
!`for i in $(seq 1 15); do curl -sf http://localhost:8000/health && echo "backend ready" && break || sleep 2; done 2>&1`
Report:
- Which containers are now running (`docker compose ps`)
- Health check result for the backend
- If any container failed to start, show its logs
---
> Source: [brianbartilet/testing-lifecycle-with-agents-demo](https://github.com/brianbartilet/testing-lifecycle-with-agents-demo) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 --> Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> no H2/H3 headings
terms -> Start services.
files/cmd -> $ARGUMENTS · docker compose up -d ${ARGUMENTS:-todo-backend todo-frontend jira-mock} 2>&1 · docker compose ps · 8000/health · brianbartilet/testing-lifecycle-with-agents-demo · github.com/brianbartilet/testing-lifecycle-with-agents-demo
body sha256 -> ee45b95295c6
Decide Fit First
Design Intent
How To Use It
Boundaries And Review