·test-generator
</>

test-generator

matteocervelli/llms

Generate test scaffolding for modules with proper structure, fixtures, and mock configurations.

6Installs·0Trend·@matteocervelli

Installation

$npx skills add https://github.com/matteocervelli/llms --skill test-generator

SKILL.md

This skill provides comprehensive test scaffolding and templates for quickly setting up unit and integration tests with proper structure, fixtures, and mocking configurations. It guides the creation of well-structured, maintainable tests following best practices.

testing-templates/unit-test.py Complete pytest unit test template with:

testing-templates/integration-test.py Complete integration test template with:

Generate test scaffolding for modules with proper structure, fixtures, and mock configurations. Source: matteocervelli/llms.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/matteocervelli/llms --skill test-generator
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is test-generator?

Generate test scaffolding for modules with proper structure, fixtures, and mock configurations. Source: matteocervelli/llms.

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/matteocervelli/llms --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/matteocervelli/llms