testing.move_test_code
SkillFiles & storageSplit test classes from a test file into the correct separate test files based on what function they test
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the testing.move_test_code skill
What this skill tells your AI
The instructions your AI receives, as published by causify-ai/helpers in .claude/skills/testing.move_test_code/SKILL.md and read by ahel’s review.
- I will pass you a file with unit tests
<test/test_<filename>.py>
Step 1
- Find the functions that are tested in the file
<test_file.py> - Prepare a plan that shows a mapping between
- Test classes
- The functions tested by each class
- The file containing the tested functions
Step 2
- Propose a plan to split the test classes in multiple files to match the code
they test
- E.g.,
Test_func1, testing the functionfunc1infuncs.pyshould go intest_funcs.py
- E.g.,
Step 3
- Ask for the user to confirm the plan
Step 4
- Implement the plan moving the code without changing it
Important
- For all the code you must follow the instructions in
.claude/skills/coding.rules.md.claude/skills/testing.rules.md
Signals
- GitHub stars
- 145
- Forks
- 159
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
testing-move-test-code- Source
- github.com/causify-ai/helpers