# Playwright Coverage Matrix Auto Sync

> Coverage-maintenance skill for Playwright planning and documentation. Use when Codex needs to synchronize coverage plans, scenario IDs, traceability links, and summary counts after tests, requirements, or narrative test documents change.

- Skill: `jovd83/playwright-coverage-matrix-auto-sync` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jovd83/playwright-coverage-matrix-auto-sync`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jovd83/playwright-coverage-matrix-auto-sync/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: jovd83 (https://skillmd.com/u/jovd83)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jovd83/playwright-coverage-matrix-auto-sync

---


# Playwright Coverage Auto-Sync

Use this skill to keep planning artifacts aligned with reality after the suite changes.

## Inputs

- the current coverage plan or matrix,
- the narrative test docs if they exist,
- the implementation references such as `.spec` files, tags, or scenario titles,
- any scenario or requirement IDs already in use.

## Sync Workflow

1. Identify added, removed, renamed, or moved scenarios.
2. Reconcile scenario IDs, anchors, and traceability references across plan, docs, and code.
3. Recalculate summary counts only after the underlying rows are correct.
4. Flag drift explicitly when the plan claims coverage that the implementation cannot prove.

## Output Contract

Report:

- `Updated links and IDs`
- `Count changes`
- `Unmapped requirements or scenarios`
- `Evidence gaps still needing manual resolution`

Use a compact table when helpful:

| Item | Previous | Current | Status | Notes |
|---|---|---|---|---|

## Guardrails

- Do not invent implementation links that you cannot verify.
- Prefer stable scenario IDs over human-readable titles for traceability joins.
- If the repository has no formal matrix yet, state that and propose the smallest useful structure instead of pretending to synchronize one.
