Home / jzkk720 / cubecloud-skills-bundle-kit · upstream/markitdown-testing/SKILL.md · GitHub

markitdown-testing skillA

markitdown-testing is agent-read markdown (skill) from jzkk720/cubecloud-skills-bundle-kit: Write and run tests for MarkItDown converters. Use when: adding tests for a new converter, writing parametrized test vectors, running pytest with hatch, understanding FileTestVector pattern, or debugging test failures. Covers test file layout, FileTestVector dataclass, parametrized test patterns, remote test skipping, and coverage..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# MarkItDown Testing

## Quick Reference

### Test File Layout

```
packages/<pkg>/tests/
├── __init__.py
├── _test_vectors.py          # FileTestVector dataclass + test vector lists
├── test_module_vectors.py    # Parametrized tests for convert_local/stream/uri
├── test_module_misc.py       # Non-vector tests (LLM, exiftool, specific formats)
├── test_cli_vectors.py       # CLI tests (stdout, file output, stdin)
├── test_cli_misc.py          # CLI version flag, error handling
└── test_files/               # Test input files
    ├── test.docx
    ├── test.pdf
    └── expected_outputs/     # Expected conversion outputs
```

### FileTestVector

```python
@dataclasses.dataclass(frozen=True, kw_only=True)
class FileTestVector:
    filename: str              # Relative to test_files/
    mimetype: str | None       # Expected MIME type
    charset: str | None        # Expected charset
    url: str | None            # Optional URL for remote tests
    must_include: List[str]    # Strings that MUST appear in output
    must_not_include: List[str]  # Strings that MUST NOT appear
```

### Parametrized Test Pattern

```python
import pytest
from ._test_vectors import MY_TEST_VECTORS
…

Read the whole file at its exact version.

How to install

Latest version
mdr add jzkk720/cubecloud-skills-bundle-kit/markitdown-testing@git:20260922.391e00a
Exact content
mdr add jzkk720/cubecloud-skills-bundle-kit/markitdown-testing@sha256:1e79e395ec5c8df6

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_7v6zuiyilafh7pmd.svg)](https://markdownregistry.com/a/art_7v6zuiyilafh7pmd)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.391e00a latest2026-09-22 391e00a 3,442 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3442 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

jzkk720/cubecloud-skills-bundle-kit · 3 stars · license NOASSERTION · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_7v6zuiyilafh7pmd
GET https://markdownregistry.com/api/v1/resolve?ref=jzkk720/cubecloud-skills-bundle-kit/markitdown-testing
GET https://markdownregistry.com/api/v1/blob/1e79e395ec5c8df6431fe57b7736da0c583567374614735d641ef311a1e82763

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from jzkk720/cubecloud-skills-bundle-kit

AGENTS.md agents
jzkk720/cubecloud-skills-bundle-kit · AGENTS.md
git:20260913.290ee1c · audit A · 3 stars
agent-reach skill
jzkk720/cubecloud-skills-bundle-kit · upstream/agent-reach/SKILL.md · MUST USE when user wants to research/search/look up/find anything on the internet — e.g. "research this topic", "do a…
git:20260922.391e00a · audit A · 3 stars
airunway-aks-setup skill
jzkk720/cubecloud-skills-bundle-kit · upstream/airunway-aks-setup/SKILL.md · Set up AI Runway on AKS — from bare cluster to running model. Covers cluster verification, controller install, GPU…
v1.1.1 · audit A · 3 stars
anti-slop skill
jzkk720/cubecloud-skills-bundle-kit · upstream/anti-slop/SKILL.md · Anti-AI-slop design and copy rules for any UI work (website, web app, or interface). Use whenever building, refining…
v1.0 · audit A · 3 stars
archify skill
jzkk720/cubecloud-skills-bundle-kit · upstream/archify/SKILL.md · Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable…
v2.17 · audit A · 3 stars
aris-idea-creator skill
jzkk720/cubecloud-skills-bundle-kit · upstream/aris-idea-creator/SKILL.md · Generate and rank research ideas given a broad direction. Use when user says "brainstorm ideas", "generate research…
git:20260723.723e6c6 · audit A · 3 stars
aris-novelty-check skill
jzkk720/cubecloud-skills-bundle-kit · upstream/aris-novelty-check/SKILL.md · Verify research idea novelty against recent literature. Use when user says "novelty check", "check novelty", "has…
git:20260723.723e6c6 · audit A · 3 stars
aris-research-lit skill
jzkk720/cubecloud-skills-bundle-kit · upstream/aris-research-lit/SKILL.md · Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related…
git:20260723.723e6c6 · audit A · 3 stars
book-to-skill skill
jzkk720/cubecloud-skills-bundle-kit · upstream/book-to-skill/SKILL.md · Converts books and documents (PDF, EPUB, DOCX, HTML, Markdown, plain text, RTF, MOBI/AZW) into structured agent skills…
v1.0 · audit A · 3 stars
crucible skill
jzkk720/cubecloud-skills-bundle-kit · upstream/crucible/SKILL.md · Three-phase plan hardening — supersedes /grill-me-codex and /grill-with-docs-codex. PHASE 0 RECON — Claude scouts the…
git:20260817.87a6498 · audit A · 3 stars
design-md-library skill
jzkk720/cubecloud-skills-bundle-kit · upstream/design-md-library/SKILL.md · Curated library of 74 real-world DESIGN.md files (Google Stitch spec) extracted from sites like Apple, Stripe, Linear…
git:20260719.023c906 · audit A · 3 stars
diagram-design skill
jzkk720/cubecloud-skills-bundle-kit · upstream/diagram-design/SKILL.md · Create branded architecture, IT current-state, flowchart, sequence, state machine, ER/data model, timeline, swimlane…
v2.5 · audit A · 3 stars

Every file in jzkk720/cubecloud-skills-bundle-kit

Browse by kind, by grade A, or by owner.