Armory
Source
Browse
Workflows

go-test

Enforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test -cover.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install go-test --cli claude

writes the file to.claude/commands/go-test.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/commands/go-test.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

Alternatives

  1. claude-codepro2,063 stars · 176 forks98.338

What it is

Enforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test -cover.

When to use it

Enforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test -cover.

How to install / invoke

Vendored from affaan-m/ecc (workflows). See the source: https://github.com/affaan-m/ecc/blob/main/commands/go-test.md

Notes

Ingested from the affaan-m/ecc harness library (MIT).