⚡ LLM README Tester
ActionsLLM-powered unit tests for your README.md — powered by Gemini AI and pure vibes
v1.1.2
LatestBy atick-faisal
Tags
(2)💡 Turn your README into tested code.
This GitHub Action runs LLM-powered unit tests on your README.md
using Google's **Gemini API
**.
You can now customize which checks to run, generate markdown reports, and keep your workflows
green.
- 📌 Project description
- 🧪 Installation instructions
- 🧰 Usage examples
- 📄 License info
- 📸 Screenshot or live demo link
Tip: You can disable specific tests using the
checks
input.
Drop this into your workflow to automatically test your README:
- uses: atick-faisal/llm-readme-tester@v1
with:
google_api_key: ${{ secrets.GOOGLE_API_KEY }}
checks: "description,install,license" # optional, default is "all"
🧠 Available check keywords: description
, install
, usage
, license
, demo
🔐 Add your Gemini API key as a secret named GOOGLE_API_KEY
.
test_readme.py ....F [100%]
FAILED test_readme.py::test_license_info - ❌ License information is missing.
- 🤝 Contributing Guide
- ✨ Code of Conduct
- 🧪 Test Case Discussion
Suggest new checks, vote on ideas, and bring the README police to life
⚡ LLM README Tester is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.