← Back to Skills Marketplace
athola

Nm Leyline Pytest Config

by athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
88
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-leyline-pytest-config
Description
Standardized pytest configuration for Claude Night Market plugin testing with reusable fixtures and CI integration
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nm-leyline-pytest-config
  3. After installation, invoke the skill by name or use /nm-leyline-pytest-config
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug nm-leyline-pytest-config
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Nm Leyline Pytest Config?

Standardized pytest configuration for Claude Night Market plugin testing with reusable fixtures and CI integration. It is an AI Agent Skill for Claude Code / OpenClaw, with 88 downloads so far.

How do I install Nm Leyline Pytest Config?

Run "/install nm-leyline-pytest-config" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nm Leyline Pytest Config free?

Yes, Nm Leyline Pytest Config is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nm Leyline Pytest Config support?

Nm Leyline Pytest Config is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nm Leyline Pytest Config?

It is built and maintained by athola (@athola); the current version is v1.0.0.

💬 Comments