testdino-audit
Installation
SKILL.md
TestDino Audit
Use the TestDino audit flow only when the user explicitly asks for a TestDino audit.
Rules:
- If the user asks for a generic review or audit, do a normal review in chat.
- If the user explicitly asks for a TestDino audit and the target is Playwright code, use the audit tools below.
- If the user names TestDino but the target is not Playwright code, explain that the TestDino audit flow is for Playwright automated tests and offer a normal review instead.
Tool selection — use whichever audit tools the TestDino MCP server exposes:
- If
get_audit_reportandsubmit_audit_reportare available, prefer those (the current split tools). - If only the legacy
test_audittool is available, use it instead (it takes anactionparameter). - Do not invent a tool that is not in the available tool list.
Preferred flow: