一键导入
test-coverage
Use when user asks to improve test coverage, find untested code paths, identify risky files without tests, or add missing test cases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when user asks to improve test coverage, find untested code paths, identify risky files without tests, or add missing test cases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when user asks to check browser state, debug page errors, inspect network traffic, take screenshots, automate clicks or form fills, run accessibility or security audits, measure performance, generate tests, or record browser sessions. Trigger phrases: "check my browser", "debug this page", "take a screenshot", "browser errors", "network requests", "automate the browser", "record a test", "accessibility audit", "performance check", "what's on the page".
Use when the user wants a full Kaboom quality audit of a web app or tracked site, with one polished report covering Functionality, UX Polish, Accessibility, Performance, Release Risk, and SEO.
Use when user says "QA my app", "find all bugs", "check my app for problems", "debug my whole app", "what's broken", or wants a comprehensive quality review of their web application.
Use when user asks to check API responses, validate request/response contracts, compare API behavior against a spec, or detect schema drift.
Use when user asks to automate browser actions, click buttons, fill forms, navigate pages, run a sequence of browser steps, or build a repeatable workflow.
Use when MCP tools fail to connect, user reports "extension not connected", tool calls return errors, or user asks to check their Kaboom setup.
| name | test-coverage |
| description | Use when user asks to improve test coverage, find untested code paths, identify risky files without tests, or add missing test cases. |
Use this skill to systematically increase coverage while preserving behavior.
Measure current coverage: Collect total and per-file data.
Rank gaps: Prioritize low-coverage files with high risk or high churn.
Add focused tests: Cover error paths, boundary checks, and branch conditions.
Validate stability: Run fast suite first, then full suite if needed.
Summarize progress: Report before/after per file and residual gaps.
baselinenew_testscoverage_deltaremaining_gaps