testdino-audit

작성자: anthropic

사용자가 Playwright 자동화 테스트 코드에 대한 TestDino 감사를 명시적으로 요청할 때만 사용합니다. TestDino MCP 서버가 노출하는 감사 도구를 통해 라우팅합니다…

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의 다른 스킬

access
anthropic
Discord 채널 접근을 관리합니다 — 페어링 승인, 허용 목록 편집, DM/그룹 정책 설정. 사용자가 페어링 요청, 승인, 허용된 사람 확인 등을 요청할 때 사용합니다.
official
session-report
anthropic
~/.claude/projects 트랜스크립트에서 Claude Code 세션 사용량(토큰, 캐시, 하위 에이전트, 스킬, 고비용 프롬프트)에 대한 탐색 가능한 HTML 보고서를 생성합니다.
official
action-creator
anthropic
Creates user-specific one-click action templates that execute email operations when clicked in the chat interface. Use when user wants reusable actions for…
official
docx
anthropic
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude…
official
pdf
anthropic
텍스트와 표 추출, 새 PDF 생성, 문서 병합/분할, 양식 처리를 위한 포괄적인 PDF 조작 도구 키트입니다. 클로드가 필요로 할 때...
official
listener-creator
anthropic
Creates event-driven email listeners that monitor for specific conditions (like urgent emails from boss, newsletters to archive, package tracking) and execute…
official
xlsx
anthropic
포괄적인 스프레드시트 생성, 편집 및 분석 지원: 수식, 서식, 데이터 분석, 시각화를 포함합니다. Claude가 작업해야 할 때…
official
claude-opus-4-5-migration
anthropic
Claude Sonnet 4.0, Sonnet 4.5 또는 Opus 4.1에서 Opus 4.5로 프롬프트와 코드를 마이그레이션합니다. 사용자가 코드베이스, 프롬프트 또는 API 호출을 업데이트하려는 경우 사용합니다.
official