Skip to main content

coverage-plan

Analyze test coverage, identify gaps, and create a testing strategy. Does NOT write tests. Use when this capability is needed.

Ir para a instalação

Informações da origem

Repositório
tomevault-io/tomes
Última atividade na origem
23 de julho de 2026 às 21:48
Idioma detectado do SKILL.md
inglês
Estrelas
1
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
coverage-plan
description
Analyze test coverage, identify gaps, and create a testing strategy. Does NOT write tests. Use when this capability is needed.
metadata
{"author":"cmdscale"}
Analyze test coverage and create a testing strategy by delegating to the `test-coverage-planner` agent. ## Delegation Use the Task tool to launch the `test-coverage-planner` agent (subagent_type). Pass the full context of what needs to be done. ## Steps 1. Identify all source files in `src/Eftdb/` and `src/Eftdb.Design/` 2. Map existing tests in `tests/Eftdb.Tests/` to the source files they cover 3. Identify untested code paths and missing scenarios 4. Produce a prioritized testing plan with: - Critical gaps (public API surface without tests) - Important gaps (complex logic paths) - Nice-to-have (edge cases, error paths) ## Output A structured testing strategy document. This skill does **NOT** write tests — the output is a plan for the `test-writer` agent to implement. ## Rules - **Read-only** — do not create or edit any files - Focus on `CmdScale.EntityFrameworkCore.TimescaleDB` and `CmdScale.EntityFrameworkCore.TimescaleDB.Design` packages - Consider both unit tests and integration tests (Testcontainers) --- > Source: [cmdscale/CmdScale.EntityFrameworkCore.TimescaleDB](https://github.com/cmdscale/CmdScale.EntityFrameworkCore.TimescaleDB) — distributed by [TomeVault](https://tomevault.io). <!-- tomevault:4.0:skill_md:2026-07-19 -->
Ver no GitHub