用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CorrectRoadH/OpenTickly --skill test-platform-worker命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | test-platform-worker |
| description | Harden shared test infrastructure, runtime readiness, schema setup, and parallel lane behavior. |
NOTE: Startup and cleanup are handled by worker-base. This skill defines the work procedure.
Use for features that change shared validation infrastructure: runtime readiness, pgschema environment projection, dedicated test-schema setup, browser-lane gating, CI/local test topology, and parallel execution policy.
vite-plus — use for repo-local JS/toolchain commands and website command execution.agent-browser — use when validating browser startup, shell reachability, or HTTP/browser readiness for the website runtime.mission.md, mission AGENTS.md, .factory/services.yaml, and .factory/library/*.md relevant to runtime/test topology..factory/services.yaml.80805432pgschema as the only schema reconciliation path5173agent-browser for one real browser smoke check after the runtime is reachable
If the feature is backend-only or only changes OpenAPI/bootstrap/runtime plumbing without browser-visible effects, targeted backend/runtime evidence is sufficient and agent-browser is optional.services.yaml, .factory/library/*, mission AGENTS.md if instructed by orchestrator).{
"salientSummary": "Aligned local validation to reuse 8080/5173, fixed the PG* projection path for pgschema, and made readiness checks depend on reachable HTTP probes instead of startup logs. `go test ./apps/backend/internal/bootstrap/... -count=1` and the browser smoke path are now green.",
"whatWasImplemented": "Updated runtime/test infrastructure so the mission uses one canonical local path: backend on 8080, website on 5173, external Postgres on 5432 with a dedicated test schema managed by pgschema. Fixed the failing bootstrap/runtime setup, added explicit readiness gating, and verified the browser lane against the real reused runtime.",
"whatWasLeftUndone": "",
"verification": {
"commandsRun": [
{
"command": "go test ./apps/backend/internal/bootstrap/... -count=1",
"exitCode": 0,
"observation": "Bootstrap tests passed after env/schema alignment changes."
},
{
"command": "PGHOST=localhost PGPORT=5432 PGDATABASE=opentoggl PGUSER=opentoggl pgschema plan --file apps/backend/internal/platform/schema/schema.sql",
"exitCode": 0,
localhost:5432, localhost:6379, reused 8080/5173 runtime)