testdino-audit

tarafından anthropic

Yalnızca kullanıcı açıkça Playwright otomatik test kodunun TestDino denetimini istediğinde kullanın. TestDino MCP sunucusunun sunduğu denetim araçları üzerinden yönlendirir…

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

anthropic tarafından daha fazla skill

analyzing-financial-statements
anthropic
Bu beceri, yatırım analizi için finansal tablo verilerinden temel finansal oranları ve metrikleri hesaplar.
applying-brand-guidelines
anthropic
Bu beceri, oluşturulan tüm belgelere renkler, yazı tipleri, düzenler ve mesajlaşma dahil olmak üzere tutarlı kurumsal markalama ve stil uygular.
creating-financial-models
anthropic
Bu beceri, DCF analizi, duyarlılık testi, Monte Carlo simülasyonları ve yatırım için senaryo planlaması ile gelişmiş bir finansal modelleme paketi sunar…
board-minutes
anthropic
Kurul veya komite toplantı tutanaklarını ev formatınızda taslak haline getirir. Takviminizden yaklaşan kurul ve komite toplantılarını otomatik olarak algılar, gündemi sorar ve…
crm-cleanup
anthropic
HubSpot'u bayat fırsatlar, yinelenen kişiler ve eksik alanlar için tarar, ardından sahibinin onayladıklarını düzeltir. Fırsatlar, kişiler için isteğe bağlı kapsam argümanını kabul eder,…
redshift-api
anthropic
Amazon Redshift üzerinde SQL çalıştırın — ifadeler gönderin, durumu sorgulayın, sonuçlar arasında gezinin ve veritabanları/şemalar/tablolar arasında göz atın. Kullanıcı istediğinde bunu kullanın…
ticket-deflector
anthropic
Yönlendirilen bir müşteri e-postasını veya talebini okur, PayPal'dan sipariş/iade durumunu ve HubSpot'tan hesap geçmişini çeker, sahibinin üslubuna uygun bir yanıt taslağı oluşturur…
reg-feed-watcher
anthropic
Düzenleyici beslemeleri şimdi kontrol et ve son kontrolden bu yana yeni olanları, maddilik eşiğine göre filtreleyerek raporla. Kullanıcı "beslemeleri kontrol et" dediğinde kullanılır,…