add-robot-tests

Convert feature descriptions and exploration artifacts into Robot Framework test suites.

4|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill add-robot-tests
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-robot-tests
Source: https://github.com/lespaceman/athena-workflow-marketplace/tree/main/plugins/robot-automation/skills/add-robot-tests
Command: npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill add-robot-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Robot Framework test automation often requires coordinating exploration, planning artifacts, and multiple review steps. This skill provides a unified entry point to generate, author, review, and validate Robot tests from shared exploration artifacts, enabling faster, more reliable end-to-end feature validation.

Core Features & Use Cases

  • Delegates to shared skills such as analyze-test-codebase, write-robot-code, review-test-cases, and fix-flaky-tests to produce production-grade Robot tests from e2e-plan artifacts.
  • Consumes shared artifacts like e2e-plan/feature-map.md, e2e-plan/exploration-report.md, e2e-plan/coverage-plan.md, and test-cases/*.md to drive test generation and review.
  • Integrates with the feature-exploration workflow to ensure traceability from feature request to executable tests and supports gated review and validation.

Quick Start

Provide the target URL and a feature description to generate and implement Robot Framework tests from the shared exploration artifacts.

Frequently Asked Questions about add-robot-tests

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

FAQPage Schema
How do I generate Robot Framework tests from feature descriptions?▼

To generate Robot Framework tests from feature descriptions, provide the target URL and feature details to consume shared e2e-plan artifacts like feature maps and coverage plans into executable test suites.

Can I convert exploration artifacts into Robot test suites automatically?▼

Yes, you can convert exploration artifacts into Robot test suites by consuming shared e2e-plan files like exploration reports and coverage plans to drive test generation and ensure feature traceability.

What is the best way to structure a split testing workflow for Robot tests?▼

The best way to structure a split testing workflow for Robot tests is to apply gated review and validation phases that generate, author, review, and verify tests against shared feature maps and test cases.

Do I need shared artifacts like feature maps to write Robot tests?▼

Yes, you need shared artifacts like feature maps and exploration reports to provide the necessary context for generating, authoring, and validating production-grade Robot Framework tests within the workflow.

How does Robot test generation handle codebase analysis and flaky test fixes?▼

Robot test generation handles codebase analysis and flaky test fixes by enforcing delegation to shared skills such as analyze-test-codebase, write-robot-code, review-test-cases, and fix-flaky-tests.

What are the limitations of generating Robot tests without exploration reports?▼

Generating Robot tests without exploration reports limits traceability from feature requests to executable tests, reducing the ability to validate coverage plans and enforce gated review steps effectively.