test-coverage-review
Audit test coverage, identify gaps, and recommend local tests plus CI workflows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Audit test coverage, identify gaps, and recommend local tests plus CI workflows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Health check procedures D1–D14 for the Audit agent — structural validation, attention budget, version checks, workspace integrity, and static audit
Configure and manage Model Context Protocol servers for external tool access
Review a UI for accessibility — WCAG 2.1 AA compliance, semantic HTML, ARIA usage, keyboard navigation, focus management, colour contrast, and screen reader compatibility
Design or review a REST or GraphQL API — resource modeling, versioning strategy, error contract, OpenAPI/schema-first workflow, and security baseline
Generate a CHANGELOG.md entry from staged changes, a commit range, or a PR diff — following Keep a Changelog format with conventional commit classification
Set up and audit environment variable management — create .env.example, add startup validation, separate secrets from config, and document every variable
| name | test-coverage-review |
| description | Audit test coverage, identify gaps, and recommend local tests plus CI workflows |
| compatibility | >=3.2 |
Skill metadata: version "1.0"; license MIT; tags [tests, coverage, ci, review, quality]; compatibility ">=3.2"; recommended tools [codebase, runCommands, githubRepo].
Review the current project's test coverage posture and recommend what to test next, what coverage tooling is missing, and which CI workflows would add the most value.
Discover test stack — Detect runners and coverage tooling from config files, manifests, CI.
Get coverage output — If coverage command exists, ask user to run it and paste output.
Static analysis fallback — If no coverage tooling, scan for source/test files and obvious gaps.
Identify gaps — Classify: zero coverage, low coverage (<50%), missing test types (integration, edge-case, error-path).
Recommend local tests — Per gap: file/module, test type (unit/integration/e2e/property/snapshot), priority (critical/high/medium/low), brief description.
Recommend CI workflows — Coverage gate, diff comments, nightly suite, runtime matrix, mutation testing, contract tests.
Present report — Sections: current snapshot, well-covered, partially covered, untested, recommended tests, recommended CI, notes.
Wait — Do not write tests, workflows, or config until user asks.