Dlt auto-write-test-rules
Use when adding or proposing a new test ONLY if the test rules are not present
install
source · Clone the upstream repo
git clone https://github.com/dlt-hub/dlt
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/dlt-hub/dlt "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/auto-write-test-rules" ~/.claude/skills/dlt-hub-dlt-auto-write-test-rules && rm -rf "$T"
manifest:
.claude/skills/auto-write-test-rules/SKILL.mdsource content
Use @.claude/rules/testing.md regardless of path setting