diff --git a/.pi/skills/test-writer/SKILL.md b/.pi/skills/test-writer/SKILL.md index 3f52057..d0775dc 100644 --- a/.pi/skills/test-writer/SKILL.md +++ b/.pi/skills/test-writer/SKILL.md @@ -7,7 +7,7 @@ description: Writes tests following Elixir/Phoenix best practices. Ensures DRY t ## Overview -This skill provides guidelines for writing clean, maintainable Elixir/Phoenix tests following best practices. +This skill provides guidelines for writing clean, maintainable Elixir/Phoenix tests following best practices. It focuses mainly on integration tests. For unit tests, we also want glanceable tests with unique names for values, test helpers, custom matchers and shared setups where appropriate. ## Core Principles