Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tomevault-io/skills-registry --skill pytest-fixture-generatorコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | Pytest Fixture Generator |
| slug | pytest-fixture-generator |
| description | |
| github_stars | 13758 |
| verification | security_reviewed |
| source | https://github.com/pytest-dev/pytest |
| author | pytest-dev |
| category | Code Quality & Review |
| framework | Custom Agents |
| tool_ecosystem | {"github_repo":"pytest-dev/pytest","github_stars":13758} |
Python
Requirements and caveats from upstream:
Basic usage or getting-started notes:
An example of a simple test:
Thanks to pytest's detailed assertion introspection, you can simply use plain assert statements. See getting-started https://docs.pytest.org/en/stable/getting-started.html#our-first-test-run_ for more examples.
Can run unittest https://docs.pytest.org/en/stable/how-to/unittest.html_ (or trial)
Extracted from upstream docs: https://raw.githubusercontent.com/pytest-dev/pytest/HEAD/README.rst
Source: agentskillexchange/skills — distributed by TomeVault.