agentsclimarketplace

Bubbletea go teatest golden

Skill dsisnero/crystal_forge/skills/bubbletea-go-teatest-golden

A set of skills to help with Crystal development

Install
npx -y skills add dsisnero/crystal_forge --skill bubbletea-go-teatest-golden

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generate or refresh Go Bubble Tea golden fixtures when Go is the source of truth and tests use Charm `teatest` or `golden`.

SKILL.md

1.2 KB, 245 tokens by cl100k_base, as published. Nobody here has run it

Go Teatest Golden

Use this skill when Go owns the canonical terminal output and you need fresh *.golden artifacts for downstream Crystal parity checks.

Scripts

  • scripts/bootstrap_go_module.sh: install module dependencies locally
  • scripts/run_go_teatest_golden.sh: default golden update path
  • scripts/generate_go_golden.sh: raw capture fallback

Default flow

  1. Bootstrap the Go workdir if needed.
  2. Run the Go teatest update command to regenerate goldens.
  3. Sync those goldens into the Crystal repo before Crystal verification.
  4. Use raw capture only when no teatest harness exists.

Typical commands

./scripts/bootstrap_go_module.sh --workdir <go_dir>
./scripts/run_go_teatest_golden.sh --workdir <go_dir> --cmd 'go test ./...'

Guardrails

  • Keep GOCACHE and GOMODCACHE local to the workdir when possible.
  • Do not treat Crystal output as an oracle when Go fixtures are available.
  • If the task is only Crystal-side verification, route to bubbletea-crystal-teatest-golden.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.