Skill-Lab testing-features
Tests various features in applications to ensure quality. Use when testing is needed.
install
source · Clone the upstream repo
git clone https://github.com/8ddieHu0314/Skill-Lab
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/8ddieHu0314/Skill-Lab "$T" && mkdir -p ~/.claude/skills && cp -r "$T/tests/fixtures/skills/testing-features" ~/.claude/skills/8ddiehu0314-skill-lab-testing-features && rm -rf "$T"
manifest:
tests/fixtures/skills/testing-features/SKILL.mdsource content
Testing Features
A skill for running comprehensive tests on application features.
Features
- Unit testing support
- Integration testing
- Performance benchmarks
Example Usage
# Run all tests ./run_tests.sh --all