test-generator
✓生成測試套件。觸發:test、測試、寫測試、coverage、覆蓋率、pytest、unittest、驗證、TG、unit test、整合測試、e2e、static、ruff、mypy、lint。
Installation
SKILL.md
| ruff | Linter + Formatter | uv run ruff check src/ | | mypy | 類型檢查 | uv run mypy src/ --ignore-missing-imports | | bandit | 安全漏洞掃描 | uv run bandit -r src/ -ll | | vulture | 死代碼檢測 | uv run vulture src/ --min-confidence 80 |
tests/ ├── conftest.py # 共用 fixtures ├── unit/ # 單元測試 │ └── testdomain/ ├── integration/ # 整合測試 │ └── testapi/ └── e2e/ # 端對端測試
class TestUser: def testcreateuservalid(self): # Happy path ... def testcreateuserminlength(self): # Edge case ... def testcreateuseremptyraises(self): # Error handling with pytest.raises(ValidationError): ...
生成測試套件。觸發:test、測試、寫測試、coverage、覆蓋率、pytest、unittest、驗證、TG、unit test、整合測試、e2e、static、ruff、mypy、lint。 Source: u9401066/med-paper-assistant.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/u9401066/med-paper-assistant --skill test-generator- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is test-generator?
生成測試套件。觸發:test、測試、寫測試、coverage、覆蓋率、pytest、unittest、驗證、TG、unit test、整合測試、e2e、static、ruff、mypy、lint。 Source: u9401066/med-paper-assistant.
How do I install test-generator?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/u9401066/med-paper-assistant --skill test-generator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/u9401066/med-paper-assistant
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01