SkillAgentSearch skills...

Mdtest

Tool for combining examples and test cases. Parses markdown files for test steps defined as code blocks and uses these to test command line applications.

Install / Use

/learn @UpCloudLtd/Mdtest
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

mdtest

OpenSSF Scorecard

Tool for combining examples and test cases. Parses markdown files for test steps defined as code blocks and uses these to test command line applications.

Usage

Build binary and test examples:

make
./bin/mdtest examples/

Development

Use conventional commits when committing your changes.

To lint the code, run golangci-lint run. See its documentation for local installation instructions.

golangci-lint run

To test the code, run go test ./....

go test ./...

To build the application and execute the tests in examples/ directory, run:

make
./bin/mdtest examples/

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated5d ago
Forks1

Languages

Go

Security Score

90/100

Audited on Mar 30, 2026

No findings