Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

waldo.WTF

waldo.WTF에는 waldo1001에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
5
Stars
0
업데이트
2026-06-21
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

deploy-local
소프트웨어 개발자

Deploy waldo.WTF to the Mac mini (waldomacmini1) native LaunchDaemon — no Docker. Runs tests + local-smoke, refreshes deps, restarts the launchd service, re-asserts Tailscale Serve, and smoke-checks HTTPS health + the MCP tool surface. Use whenever shipping code changes to the running Mac mini server, OR when running a data migration from docs/migrations/. Flags; `--migrate <name>` to run a registered migration, `--dry-run` to print the plan without executing.

2026-06-21
local-smoke
소프트웨어 품질 보증 분석가·테스터

Fast pre-deploy sanity check against a throwaway SQLite DB and a non-default port. Exercises the CLI (add/list/toggle/remove + validation errors) and boots the MCP HTTP server long enough to confirm it listens and `tools/list` returns the full tool surface. Use before `/deploy-local` to catch boot-time regressions that `npm test` doesn't. Never touches real lake data.

2026-06-21
docs-update
소프트웨어 개발자

Update the /docs folder at the end of a coding task. Use immediately after a `/tdd-cycle` completes (or any meaningful workspace change) to refresh the changelog, setup, getting-started, or user guide as needed. Invoke proactively — documentation staleness is a bug.

2026-04-20
tdd-cycle
소프트웨어 품질 보증 분석가·테스터

Run the waldo.WTF TDD cycle for a coding task. Use at the start of ANY code change (feature, bug fix, refactor) to produce the RED test list, confirm failing tests, scaffold testable seams, implement to GREEN, refactor, and verify ≥90% coverage + requirement traceability. Invoke proactively — never write production code without running this first.

2026-04-20
security-scan
정보 보안 분석가

Scan the workspace for secrets, credentials, PII, and common security leaks. Runs as a mandatory step in every /tdd-cycle (after COVER, before UPDATE DOCS) and also on-demand when the user asks for a security check. Blocks the cycle if anything is found — never "note and continue".

2026-04-13