pytest-fixture-generator-example-1-generate-basic-configuration

Sub-skill of pytest-fixture-generator: Example 1: Generate Basic Configuration (+2).

5 stars

Best use case

pytest-fixture-generator-example-1-generate-basic-configuration is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of pytest-fixture-generator: Example 1: Generate Basic Configuration (+2).

Teams using pytest-fixture-generator-example-1-generate-basic-configuration should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/example-1-generate-basic-configuration/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/development/testing/pytest-fixture-generator/example-1-generate-basic-configuration/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/example-1-generate-basic-configuration/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How pytest-fixture-generator-example-1-generate-basic-configuration Compares

Feature / Agentpytest-fixture-generator-example-1-generate-basic-configurationStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of pytest-fixture-generator: Example 1: Generate Basic Configuration (+2).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Example 1: Generate Basic Configuration (+2)

## Example 1: Generate Basic Configuration


```bash
# Generate for standard project
/pytest-fixture-generator

# Creates:
# - pytest.ini
# - tests/conftest.py
# - tests/test_example.py
```


## Example 2: Custom Markers


```bash
# Generate with domain-specific markers
/pytest-fixture-generator --markers unit,integration,api,database,etl
```


## Example 3: Specific Coverage Target


```bash
# Generate with 90% coverage requirement
/pytest-fixture-generator --coverage 90
```

Related Skills

interactive-report-generator

5
from vamseeachanta/workspace-hub

Generate interactive HTML reports with Plotly visualizations from data analysis results. Supports dashboards, charts, and professional styling.

orcaflex-reporting-fixture-proof-pattern

5
from vamseeachanta/workspace-hub

Build and extend fixture-backed OrcaFlex reporting proof paths in digitalmodel using stable metadata baselines, normalized HTML snapshots, and reusable reporting test helpers.

orcaflex-model-generator

5
from vamseeachanta/workspace-hub

Generate OrcaFlex modular models from spec.yml using builder registry pattern with conditional generation and cross-builder context sharing.

pytest-fixture-generator

5
from vamseeachanta/workspace-hub

Generate standardized pytest configuration with fixtures, markers, and coverage settings. Creates conftest.py and pytest.ini for workspace-hub compliant testing.

engineering-report-generator

5
from vamseeachanta/workspace-hub

Generate engineering analysis reports with interactive Plotly visualizations, standard report sections, and HTML export. Use for creating dashboards, analysis summaries, and technical documentation with charts.

mkdocs-example

5
from vamseeachanta/workspace-hub

MkDocs example admonition syntax. Use when inserting code examples or worked demonstrations in MkDocs documentation.

mkdocs-basic-code-block

5
from vamseeachanta/workspace-hub

Sub-skill of mkdocs: Basic Code Block.

web-artifacts-builder-basic-template

5
from vamseeachanta/workspace-hub

Sub-skill of web-artifacts-builder: Basic Template.

skill-creator-inspiration-examples

5
from vamseeachanta/workspace-hub

Sub-skill of skill-creator: Inspiration & Examples.

skill-creator-example-1-scenario-name

5
from vamseeachanta/workspace-hub

Sub-skill of skill-creator: Example 1: [Scenario Name] (+1).

usage-tracker-1-basic-usage-logging

5
from vamseeachanta/workspace-hub

Sub-skill of usage-tracker: 1. Basic Usage Logging (+1).

parallel-batch-executor-1-basic-parallel-execution-with-xargs

5
from vamseeachanta/workspace-hub

Parallel batch processing with xargs. Use when running commands concurrently over a list of items with controlled parallelism.