Home / openqa-cn / codexqa · skills/codexqa-testdata-generator/slots/catalog/SKILL.md · GitHub

catalog skillA

catalog is agent-read markdown (skill) from openqa-cn/codexqa: Constructs catalog products (standard or limited), catalog orders, and account-credit enrollment, including product-then-credit scenes. Internal catalog slot of the parent pack; do not invoke independently..

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

# Catalog data-build slot

Vendor-neutral catalog-domain slot. Drop-in under pack `slots/` (already discovered; no extra `slot_roots` / marketplace path).  
`slot.yaml` is the scene config. More specific entities (limited / credit) are listed before generic product.  
Executors talk to `DATA_BUILD_API_BASE` (default local mock on port 8765). The case pipeline binds these executors from `slot.yaml` without an LLM when the match is unique.

## Single-step routing

| User intent | Executor |
|---|---|
| Standard catalog product | `scripts/executors/create_product.ts` |
| Limited catalog product | `scripts/executors/create_limited_product.ts` |
| Catalog order | `scripts/executors/create_order.ts` |
| Account credit on a product / user | `scripts/executors/setup_account_credit.ts` |

Do not invent `productId` / `userId` when the user already supplied them. Optional fields use executor defaults.

```bash
node scripts/executors/create_product.ts --json '{"name":"Northwind Standard","city":"demo-city"}'
```

## Scene orchestration

**credit-ready-product**

1. Create catalog product (or reuse `productId`)
2. Enroll the product and user in account credit
…

Read the whole file at its exact version.

How to install

Latest version
mdr add openqa-cn/codexqa/catalog@git:20260921.32a4af3
Exact content
mdr add openqa-cn/codexqa/catalog@sha256:7ecbf1055f71e014

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_m34v5hazqyormb6z.svg)](https://markdownregistry.com/a/art_m34v5hazqyormb6z)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.32a4af3 latest2026-09-21 32a4af3 2,056 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 (2056 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

openqa-cn/codexqa · 8 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_m34v5hazqyormb6z
GET https://markdownregistry.com/api/v1/resolve?ref=openqa-cn/codexqa/catalog
GET https://markdownregistry.com/api/v1/blob/7ecbf1055f71e0147fa803ab9cb111a520da51b74d634793b943647f07657db9

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 openqa-cn/codexqa

AGENTS.md agents
openqa-cn/codexqa · AGENTS.md
git:20260910.5903afe · audit A · 8 stars
codexqa-code-analyzer skill
openqa-cn/codexqa · skills/codexqa-code-analyzer/SKILL.md · Queries a local CodexQA symbol graph for change review, regression scope, test gaps, error location, and entry risk…
v1.0.0 · audit A · 8 stars
codexqa-code-reviewer skill
openqa-cn/codexqa · skills/codexqa-code-reviewer/SKILL.md · Graph-evidence AI code review (codexqa-code-reviewer) for ANY language repo using ONLY the CodexQA CLI symbol graph…
v0.0.3 · audit A · 8 stars
codexqa-code-wiki skill
openqa-cn/codexqa · skills/codexqa-code-wiki/SKILL.md · Builds a local CodexQA architecture knowledge graph from community detection and `wiki inputs` (no model), then writes…
v1.2.0 · audit A · 8 stars
codexqa-defect-analyzer skill
openqa-cn/codexqa · skills/codexqa-defect-analyzer/SKILL.md · AI defect detection and code-risk scanning for engineering projects. Use when the user asks for AI defect detection…
v0.0.2 · audit A · 8 stars
codexqa-jev-browser skill
openqa-cn/codexqa · skills/codexqa-jev-browser/SKILL.md · Jev browser automation with indexed actions. Replay YAML/Markdown/API cases, run goal-driven flows, generate cases, and…
git:20260923.abe890d · audit B · 8 stars
codexqa-requirement-analyzer skill
openqa-cn/codexqa · skills/codexqa-requirement-analyzer/SKILL.md · Full quality-and-risk analysis of requirement documents (single- or multi-source), producing one gap/conflict register…
git:20260921.32a4af3 · audit A · 8 stars
codexqa-rootcause-analyzer skill
openqa-cn/codexqa · skills/codexqa-rootcause-analyzer/SKILL.md · Diagnoses exception root causes from stack traces, logs, call-chain dumps, and debug output using the CodexQA CLI for…
v0.0.1 · audit A · 8 stars
codexqa-skill-router skill
openqa-cn/codexqa · skills/codexqa-skill-router/SKILL.md · Auto-routes a user request to the matching codexqa skill, then ensures that skill is on disk and follows its SKILL.md…
v1.1.0 · audit A · 8 stars
codexqa-testcase-generator skill
openqa-cn/codexqa · skills/codexqa-testcase-generator/SKILL.md · Generates test plans and test cases from local requirements for APP, Web, and server. Use when the user wants a test…
V56 · audit A · 8 stars
codexqa-testdata-generator skill
openqa-cn/codexqa · skills/codexqa-testdata-generator/SKILL.md · Constructs test data against real backends and writes it back into test cases as executable preconditions. Use whenever…
v1.0 · audit A · 8 stars
case-data-material-planner skill
openqa-cn/codexqa · skills/codexqa-testdata-generator/references/case-data-material-planner/SKILL.md · Prepares executable case preconditions and case-executable.md from a requirement or written cases. Internal…
git:20260921.32a4af3 · audit A · 8 stars

Every file in openqa-cn/codexqa

Other files named catalog

catalog skill
jmagly/aiwg · agentic/code/addons/aiwg-utils/skills/catalog/SKILL.md · Browse the AIWG model catalog — list available AI models, fetch model details, and search by capability or name
git:20260430.6d8a12e · audit A · 211 stars
catalog skill
smart-ai-memory/attune-ai · plugin/skills/catalog/SKILL.md · Enumerate everything attune offers — every workflow, wizard, and tool, read live from the registries. Triggers on…
git:20260626.c9b7431 · audit A · 10 stars
catalog skill
smart-ai-memory/attune-ai · .agents/skills/catalog/SKILL.md · Enumerate everything attune offers — every workflow, wizard, and tool, read live from the registries. Triggers on…
git:20260626.c9b7431 · audit A · 10 stars
catalog skill
smart-ai-memory/attune-ai · .claude/skills/catalog/SKILL.md · Browse all available workflows, wizards, and tools
v1.0.0 · audit A · 10 stars
catalog skill
openqa-cn/openqa-skills · skills/codexqa-testdata-generator/slots/catalog/SKILL.md · Constructs catalog products (standard or limited), catalog orders, and account-credit enrollment, including…
git:20260921.32a4af3 · audit A · 8 stars

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