sbomtest-review

Generate Jest tests from sbomtest Markdown test blocks for JS/TS source files.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/jadsongmatos/sbomtest --skill sbomtest-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sbomtest-review
Source: https://github.com/jadsongmatos/sbomtest/tree/main
Command: npx skills add https://github.com/jadsongmatos/sbomtest --skill sbomtest-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers generate automated Jest tests for a given source file by leveraging the external test blocks documented in an sbomtest-generated Markdown file (.md) produced for each source file.

Core Features & Use Cases

  • Automatically parses the corresponding .md file produced by sbomtest to extract test blocks and test patterns.
  • Generates Jest tests for the target module by translating extracted examples into runnable test code.
  • Supports common JS/TS module imports and adapts paths to project structure.
  • Use cases: you have an app with dependencies; you want to quickly scaffold tests by following the sbomtest reference.

Quick Start

Use the sbomtest-review skill to generate Jest tests for a given source file by pointing to the source path that has a corresponding .md reference.

Frequently Asked Questions about sbomtest-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Jest tests from markdown documentation?

Generate Jest tests from markdown documentation by parsing sbomtest-generated .md files to extract test blocks, translating documented examples into runnable test code for target source files. The skill reads the markdown reference to scaffold tests automatically.

Can I scaffold automated tests for JavaScript and TypeScript modules using markdown references?

Yes, you can scaffold automated tests for JavaScript and TypeScript modules using markdown references. The skill supports common JS/TS module imports and adapts file paths to match your project structure during test code generation.

What is the best way to create Jest test scaffolding from sbomtest analysis?

The best way to create Jest test scaffolding from sbomtest analysis is to use the sbomtest markdown file as a reference. The skill parses the .md file produced for each source file to extract test patterns and generate runnable test code.

Do I need an sbomtest-generated markdown file before generating Jest tests?

Yes, you need an sbomtest-generated markdown file before generating Jest tests. The skill requires the .md reference file produced by sbomtest for each source file to extract test blocks and patterns for code generation.

How does automated test generation handle module imports from markdown references?

Automated test generation handles module imports by supporting common JS/TS import syntax and adapting import paths to match the project structure. The skill translates extracted markdown examples into runnable test code with compatible imports.