robotframework-testcase-builder

Generate Robot Framework tests from structured inputs and output JSON artifacts.

27|2|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/manykarim/robotframework-agentskills --skill robotframework-testcase-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: robotframework-testcase-builder
Source: https://github.com/manykarim/robotframework-agentskills/tree/main/skills/robotframework-testcase-builder
Command: npx skills add https://github.com/manykarim/robotframework-agentskills --skill robotframework-testcase-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Generate Robot Framework tests from structured requirements and scenarios to automate test creation.

Core Features & Use Cases

  • Generate Robot Framework test cases from structured inputs (name, documentation, tags, setup, teardown, steps) and produce a JSON artifact.
  • Support keyword-driven, template-driven, and BDD-style test generation with validation and optional warnings.
  • Output a JSON artifact suitable for ingestion by agents or pipelines and support re-use across projects.

Quick Start

Provide a structured JSON input file and run the testcase_builder script to produce the JSON artifact.

Frequently Asked Questions about robotframework-testcase-builder

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

FAQPage Schema
How do I generate Robot Framework tests from structured JSON inputs?

Generate Robot Framework tests from structured inputs by providing a JSON file with test name, documentation, tags, setup, teardown, and steps. The builder parses and validates this data to output a standardized JSON artifact for automated pipelines.

Does Robot Framework test generation support BDD-style and keyword-driven formats?

Robot Framework test generation supports BDD-style, keyword-driven, and template-driven formats. The builder processes structured inputs for each style, applies validation, and outputs standardized JSON artifacts with consistent block structures.

What is the JSON output format used for automated Robot Framework test creation?

The JSON output format for automated Robot Framework test creation is a standardized artifact containing parsed test structures. It includes validated names, documentation, tags, setup, teardown, and steps, designed for ingestion by agents or project pipelines.

Can I use generated Robot Framework JSON artifacts across multiple project pipelines?

Generated Robot Framework JSON artifacts support re-use across multiple project pipelines. The standardized output provides consistent block structures that agents and automation pipelines can ingest for continuous test generation workflows.

What fields are required when parsing structured inputs for Robot Framework test generation?

Required fields for parsing structured inputs for Robot Framework test generation include test name, documentation, tags, setup, teardown, and step definitions. The builder applies input validation to these fields and issues optional warnings for structural issues.