testdino-audit

Use somente quando o usuário solicitar explicitamente uma auditoria TestDino do código de teste automatizado do Playwright. Roteia pelas ferramentas de auditoria que o servidor MCP TestDino expõe…

npx skills add https://github.com/anthropics/claude-plugins-community --skill testdino-audit

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_report and submit_audit_report are available, prefer those (the current split tools).
  • If only the legacy test_audit tool is available, use it instead (it takes an action parameter).
  • Do not invent a tool that is not in the available tool list.

Preferred flow:

  1. Call health if projectId is not known.
  2. Fetch the audit context (read-only). Do not write findings, score, or headings before this returns.
    • New tools: get_audit_report with action: "context".
    • Legacy: test_audit with action: "analyze" and no score.
  3. Review the local Playwright target using the returned context and write findings to a local markdown file (e.g. TEST-AUDIT.md).
  4. Submit the completed report (score + markdown report).
    • New tools: submit_audit_report.
    • Legacy: test_audit with action: "analyze" plus score and markdownReport.
  5. Browse or retrieve previously submitted audits.
    • New tools: get_audit_report with action: "list" or action: "get".
    • Legacy: test_audit with action: "list" or action: "get".

Important:

  • keep generic reviews as normal chat reviews
  • use the TestDino audit flow only for explicit TestDino audit requests
  • keep this flow centered on Playwright automated test code

Mais skills de anthropic

analyzing-financial-statements
anthropic
Esta habilidade calcula os principais índices e métricas financeiras a partir de dados de demonstrações financeiras para análise de investimentos.
applying-brand-guidelines
anthropic
Esta habilidade aplica identidade visual corporativa consistente a todos os documentos gerados, incluindo cores, fontes, layouts e mensagens.
creating-financial-models
anthropic
Esta habilidade oferece um conjunto avançado de modelagem financeira com análise de fluxo de caixa descontado (DCF), testes de sensibilidade, simulações de Monte Carlo e planejamento de cenários para investimentos…
board-minutes
anthropic
Redige atas de reuniões de diretoria ou comitês no formato da sua empresa. Detecta automaticamente as próximas reuniões de diretoria e comitês do seu calendário, solicita a pauta e…
crm-cleanup
anthropic
Escaneia o HubSpot em busca de negócios obsoletos, contatos duplicados e campos ausentes, e corrige o que o proprietário aprovar. Aceita argumento opcional de escopo para negócios, contatos,…
redshift-api
anthropic
Executar SQL no Amazon Redshift — enviar instruções, consultar status, navegar pelos resultados e explorar bancos de dados/esquemas/tabelas. Use isso sempre que o usuário quiser…
ticket-deflector
anthropic
Lê um e-mail ou ticket de cliente encaminhado, obtém status de pedido/reembolso do PayPal e histórico de conta do HubSpot, redige uma resposta com tom adequado no proprietário…
reg-feed-watcher
anthropic
Verifique os feeds regulatórios agora e relate o que há de novo desde a última verificação, filtrado pelo seu limite de materialidade. Use quando o usuário disser "verifique os feeds",…