← 返回 Skills 市场
88
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-leyline-pytest-config
功能描述
Standardized pytest configuration for Claude Night Market plugin testing with reusable fixtures and CI integration
安全使用建议
This skill appears to be a straightforward pytest configuration and fixture library for Night Market plugin testing. Before using it: (1) review any tests you run from untrusted sources — tests can execute shell commands (the GitRepository helpers call git via subprocess), so running arbitrary tests may execute commands on your machine or CI runner; (2) the CI examples use network calls (pip install, codecov) — ensure CI tokens and secrets are configured safely in your pipeline and not bundled into tests; (3) because this is instruction-only, it will not install code automatically, but if you copy or run the provided fixtures you should check they don't reference any private paths or secrets. If you only need pytest patterns and fixtures, this skill is coherent and proportionate.
功能分析
Type: OpenClaw Skill
Name: nm-leyline-pytest-config
Version: 1.0.0
The skill bundle provides standardized pytest configuration patterns, fixtures, and CI/CD templates for Python testing. All code samples, including the GitRepository helper in git-testing-fixtures.md and the mock tools in mock-fixtures.md, are standard testing utilities aligned with the stated purpose of improving test infrastructure for Claude Night Market plugins.
能力评估
Purpose & Capability
Name/description (pytest configuration, reusable fixtures, CI integration) align with the provided SKILL.md and module files. The only declared requirement is a config path (night-market.leyline:testing-quality-standards), which fits a testing-quality-standards dependency.
Instruction Scope
Runtime instructions and included module contents focus on pytest config, conftest templates, Git test fixtures, mock fixtures, and CI workflows. There are no instructions to read unrelated system files, environment secrets, or to transmit data to unexpected remote endpoints. Note: the GitRepository helper uses subprocess.run to invoke git (expected for git workflow tests).
Install Mechanism
No install spec and no code files executed by the platform — instruction-only skill. CI examples reference standard public actions (actions/checkout, setup-python, codecov) which is expected for CI patterns.
Credentials
No environment variables or credentials are required. The single declared config path is relevant to test-quality standards. There are no requests for unrelated secrets or tokens.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent/privileged presence or modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nm-leyline-pytest-config - 安装完成后,直接呼叫该 Skill 的名称或使用
/nm-leyline-pytest-config触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of standardized pytest configuration for Claude Night Market plugin testing.
- Provides reusable fixtures, conftest.py patterns, and test markers for consistent testing infrastructure.
- Includes configuration and coverage options for integration with CI/CD pipelines.
- Adds documentation for quick setup, troubleshooting, and integration with other skills.
元数据
常见问题
Nm Leyline Pytest Config 是什么?
Standardized pytest configuration for Claude Night Market plugin testing with reusable fixtures and CI integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。
如何安装 Nm Leyline Pytest Config?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-leyline-pytest-config」即可一键安装,无需额外配置。
Nm Leyline Pytest Config 是免费的吗?
是的,Nm Leyline Pytest Config 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nm Leyline Pytest Config 支持哪些平台?
Nm Leyline Pytest Config 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nm Leyline Pytest Config?
由 athola(@athola)开发并维护,当前版本 v1.0.0。
推荐 Skills