Skip to main content

local-setup-and-run

Explain and validate local setup paths for this repository with Docker and without Docker. Use when developers need exact prerequisites, startup commands, health checks, and troubleshooting.

Ir a la instalación

Datos de origen

Repositorio
rapidaai/voice-ai
Última actividad en el origen
28 de agosto de 2026 a las 09:10
Idioma detectado de SKILL.md
inglés
Estrellas
729
Forks
120

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Explorador de archivos
5 archivos

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
local-setup-and-run
description
Explain and validate local setup paths for this repository with Docker and without Docker. Use when developers need exact prerequisites, startup commands, health checks, and troubleshooting.
# Local Setup And Run Skill ## Mission Provide accurate local setup/run instructions based on this repository's actual build and run scripts. ## Scope In scope: - local run documentation and runbook changes - command mapping from `README.md`, `justfile`, `just/`, and compose files - prerequisites and troubleshooting guidance Out of scope: - application feature implementation changes - provider integration behavior changes unrelated to setup ## Source-of-truth files - `README.md` - `justfile` and `just/*.just` - `docker-compose.yml` - `docker-compose.knowledge.yml` ## Required output 1. Docker path (recommended) with commands. 2. Docker knowledge mode path. 3. Non-Docker path with dependencies and `run-*` commands. 4. Health-check URLs and expected ports. 5. Troubleshooting section. ## Governed lifecycle - Classify work as Fast, Standard, or Governed using `DEVELOPMENT_PROCESS.md`; use the full gated lifecycle only for Governed work. - This skill operates only in its assigned phase and path ownership; it may not approve its own plan or code review. - Governed repository edits start only from a coordinator-attested approved plan; Fast and Standard work follows its lighter documented lifecycle. - Return documentation and verification evidence to the coordinator, then route the complete verified diff to the read-only `code-reviewer`. ## Validation commands - `just --list` - `just up-all` - `just up-all-with-knowledge` - `just deps` - `docker compose ps` ## References - `references/checklist.md` - `examples/sample.md`
Ver en GitHub