一键导入
go-test-table
Scaffold idiomatic table-driven tests for one Go function/method. Trigger on "add tests", "cover edge cases", or "write _test.go for this helper".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scaffold idiomatic table-driven tests for one Go function/method. Trigger on "add tests", "cover edge cases", or "write _test.go for this helper".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build, launch, and drive prism's real surfaces (CLI, MCP stdio server, downstream MCP bridge, benchmarks) to verify changes end-to-end.
Diagnose Argo CD app sync/health drift with argocd (and kubectl when needed). Trigger on OutOfSync, Degraded, failed sync hooks, or unexpected desired/live diffs.
Debug Argo Workflow failures with argo CLI by tracing nodes, retries, template errors, and timing. Trigger on failed/hanging workflows, extract-step errors, or regression after upgrades.
Harvest authoritative docs for a target library/service and extract implementation-ready guidance with citations. Trigger on "how do I use/configure X" and API/reference requests.
Implement vanilla JS todo logic with localStorage persistence and deterministic state updates.
Write concise README instructions for opening and testing static HTML/CSS/JS apps locally.
| name | go-test-table |
| description | Scaffold idiomatic table-driven tests for one Go function/method. Trigger on "add tests", "cover edge cases", or "write _test.go for this helper". |
| compatibility | Requires the function under test and example cases from the orchestrator. |
| metadata | {"prism-agents":"go-scaffold"} |
_test.go scaffold with tests := []struct{...} and t.Run.go test ./... -run <TestName>go test ./...code; keep summary to one sentence.