Skip to content

Reusable workflows for outcome-aligned agents

Search public Goodeye templates, copy a CLI command, and let your agent fetch the workflow through Goodeye.

Showing 2 templates for “testing.Clear

unit-test-generator

Checks passed

Use when you need real unit tests for a function, class, or module and want them generated, verified, and ready to merge. Describe the target in plain language; the workflow handles discovery and writing, then confirms the tests pass, lift coverage, and lint cleanly before handoff.

OutcomeUnit tests for the named target land in the project, exercise at least one happy path and at least one error path, raise the target file's line coverage, and lint clean.

Use when you want to drive a feature implementation through a strict test-driven cycle of failing-test, minimal-pass, and refactor commits on the current branch.

OutcomeThe feature described in the spec is implemented and covered by a passing test that was written before the implementation, with the work delivered in clean red-green-refactor order on the current branch.