Skip to content

feat: 31 - add skill test-data-management#33

Open
miroslavpojer wants to merge 5 commits into
masterfrom
feature/31---Add-skill---test-data-management
Open

feat: 31 - add skill test-data-management#33
miroslavpojer wants to merge 5 commits into
masterfrom
feature/31---Add-skill---test-data-management

Conversation

@miroslavpojer

@miroslavpojer miroslavpojer commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Introduce a new skill for test data management, covering parametrized tests, factories, builders, and test isolation patterns.

Changes

  • New skill definition: skills/test-data-management/SKILL.md
    • Covers parametrized tests, factory patterns, builder classes, test data cleanup, and determinism
    • Includes language-specific patterns (pytest, ScalaTest, xUnit, Jest, JUnit 5)
    • Examples for composable nested factories and avoiding test pollution

Files created

  • skills/test-data-management/SKILL.md

Verification

  • Frontmatter valid: name is kebab-case, matches directory, description covers "what" + "when to trigger" with explicit keywords, ≤ 1024 chars
  • Body < 500 lines
  • No hardcoded paths, credentials, or internal paths
  • No script bundles requiring references

Closes #31

@miroslavpojer miroslavpojer self-assigned this Jun 24, 2026
@miroslavpojer miroslavpojer marked this pull request as ready for review June 25, 2026 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add skill - test-data-management

1 participant