{"id":31956290,"url":"https://github.com/marketsquare/rf-prompt-forge","last_synced_at":"2026-02-21T04:33:40.812Z","repository":{"id":318048522,"uuid":"1069827002","full_name":"MarketSquare/rf-prompt-forge","owner":"MarketSquare","description":"An open-source collection of expert-crafted prompt templates to make LLMs super performant with Robot Framework.","archived":false,"fork":false,"pushed_at":"2025-12-24T08:29:15.000Z","size":108,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T22:05:28.309Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarketSquare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-04T17:42:24.000Z","updated_at":"2025-12-24T08:29:18.000Z","dependencies_parsed_at":"2025-10-04T19:21:35.307Z","dependency_job_id":"68278124-e200-4b14-86c1-1f216f497ded","html_url":"https://github.com/MarketSquare/rf-prompt-forge","commit_stats":null,"previous_names":["marketsquare/rf-prompt-forge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MarketSquare/rf-prompt-forge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frf-prompt-forge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frf-prompt-forge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frf-prompt-forge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frf-prompt-forge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarketSquare","download_url":"https://codeload.github.com/MarketSquare/rf-prompt-forge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2Frf-prompt-forge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29673785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T03:11:15.450Z","status":"ssl_error","status_checked_at":"2026-02-21T03:10:34.920Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-14T14:48:20.267Z","updated_at":"2026-02-21T04:33:40.786Z","avatar_url":"https://github.com/MarketSquare.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Robot Framework Prompt Forge (RF-Prompt-Forge)\n\n![License](https://img.shields.io/badge/license-Apache_2.0-blue.svg)\n\nAn open-source collection of expert-crafted prompt templates to make Large Language Models (LLMs) super performant with Robot Framework.\n\n---\n\n### The Problem: Generic LLMs are Not Robot Framework Experts\n\nWhen a newcomer asks a generic LLM for help with Robot Framework, they get an answer that is often:\n-   Outdated (e.g., recommending `SeleniumLibrary` over the modern `Browser` library).\n-   Missing best practices (e.g., forgetting to recommend `venv` virtual environments).\n-   Incomplete (e.g., not mentioning the essential VS Code extension).\n\nThis leads to a frustrating experience and a poor start for new users.\n\n### The Solution: Expert Knowledge as a Template\n\n**RF-Prompt-Forge** provides structured, copy-paste-ready prompt templates that embed expert knowledge and best practices. These templates guide any LLM to produce a perfect, high-quality, and modern response every time.\n\nThink of it as turning your LLM from a generic assistant into a specialized Robot Framework mentor.\n\n### How to Use\n\n1.  Navigate to the `prompts` directory.\n2.  Find the template that matches your task (e.g., `01-setup/01-environment-setup.md`).\n3.  Copy the entire content of the template file.\n4.  Paste it into your favorite LLM (ChatGPT, Gemini, Claude, etc.).\n5.  Modify any placeholders like `[USER INPUTS OS HERE]` to match your needs.\n6.  Get a perfect, expert-guided result!\n\n### Project Roadmap\n\nThis project aims to cover the entire Robot Framework lifecycle with templates for:\n\n-   **[X] 01-Setup:** Environment and project initialization.\n-   **[ ] 02-Test-Creation:** Generating boilerplate for Web (Browser), API, and Mobile tests.\n-   **[ ] 03-Keyword-Creation:** Refactoring test steps into reusable custom keywords.\n-   **[ ] 04-Library-Usage:** Getting specific, correct examples for keywords from popular libraries.\n-   **[ ] 05-CI-CD:** Generating basic CI pipelines (e.g., GitHub Actions) to run your tests.\n\n### How to Contribute\n\nWe welcome contributions! If you have an idea for a new prompt or an improvement to an existing one, please see our [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines.\n\n### License\n\nThis project is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarketsquare%2Frf-prompt-forge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarketsquare%2Frf-prompt-forge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarketsquare%2Frf-prompt-forge/lists"}