qa-robot-framework-writer

Generate Robot Framework `.robot` test scripts from structured test case specifications.

2|2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/AZANIR/qa-skills --skill qa-robot-framework-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-robot-framework-writer
Source: https://github.com/AZANIR/qa-skills/tree/main/.cursor/skills/qa-robot-framework-writer
Command: npx skills add https://github.com/AZANIR/qa-skills --skill qa-robot-framework-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of Robot Framework test scripts, reducing the manual effort and time required to write tests for web applications, APIs, and RPA tasks.

Core Features & Use Cases

  • Automated Test Generation: Creates .robot files from test case specifications.
  • Keyword-Driven Syntax: Generates human-readable, maintainable test scripts.
  • Library Support: Integrates with SeleniumLibrary, BrowserLibrary, and RequestsLibrary for diverse testing needs.
  • Use Case: You have a detailed test case document for a new feature. Use this Skill to instantly generate the corresponding Robot Framework tests, complete with keywords and resource files, ready for execution.

Quick Start

Use the qa-robot-framework-writer skill to generate Robot Framework tests for the login feature based on the provided test cases.

Frequently Asked Questions about qa-robot-framework-writer

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

FAQPage Schema
How do I generate Robot Framework tests from a test case specification?

You can generate Robot Framework tests by providing structured test case specifications. The tool produces executable `.robot` files and resource files using keyword-driven syntax, automating the script creation process.

Can I use Robot Framework for both API testing and E2E web testing?

Robot Framework supports both API testing and E2E web testing. The generated scripts integrate with RequestsLibrary for APIs, and SeleniumLibrary or BrowserLibrary for web automation tasks.

Does this tool support RPA automation with Robot Framework?

Yes, the tool supports RPA automation. It generates Robot Framework scripts designed for RPA tasks, leveraging keyword-driven syntax to create human-readable and maintainable automation workflows.

What is the best way to create maintainable Robot Framework test scripts?

Using keyword-driven syntax is the best way to create maintainable Robot Framework test scripts. This approach generates human-readable tests, reducing manual effort while ensuring long-term script maintainability.

Do I need to manually write keywords when automating Robot Framework test generation?

No, manual keyword writing is unnecessary. The tool generates complete Robot Framework tests, including required keywords and resource files, directly from your structured test case documents.