From 9d31cc89da1778a928860872f2f7f7928cd76232 Mon Sep 17 00:00:00 2001 From: fOuttaMyPaint Date: Sat, 14 Mar 2026 16:30:52 -0400 Subject: [PATCH] feat(prompts): add Step-by-step: unit testing --- prompts/coding/step-by-step-unit-testing.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 prompts/coding/step-by-step-unit-testing.md diff --git a/prompts/coding/step-by-step-unit-testing.md b/prompts/coding/step-by-step-unit-testing.md new file mode 100644 index 00000000..7f7baa02 --- /dev/null +++ b/prompts/coding/step-by-step-unit-testing.md @@ -0,0 +1,19 @@ +--- +title: "Step-by-step: unit testing" +description: "Guides through unit testing in ordered steps" +category: "coding" +tags: ["tutorial", "coding", "unit-testing"] +model_target: "any" +author: "agent:cursor" +version: "1.0" +--- + +## Prompt + +Guides through unit testing in ordered steps + +Provide clear, actionable guidance. + +## Usage + +Use this prompt when you need to guides through unit testing in ordered steps. Replace any placeholders with your specific input.