E2e Coverage — Testing skill for Claude Code
Analyze recent code changes and sync the e2e test coverage.
How to install E2e Coverage
Installs to ~/.claude/commands/iblai-os-e2e-coverage.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/iblai/os/HEAD/.claude/commands/e2e-coverage.md -o ~/.claude/commands/iblai-os-e2e-coverage.md Restart Claude Code, or start a new session, for it to be picked up.
What E2e Coverage does
Analyze recent code changes and sync the e2e test coverage. Follow these steps:
**Identify what changed**: Run `git diff main --name-only` (or `git diff HEAD~1 --name-only` if on main) to find modified files. Focus on files in `app/`, `components/`, `hooks/`, `lib/`, and `providers/` — these affect user-facing behavior.
**Run the coverage checker**: Execute `node e2e/scripts/check-journey-coverage.mjs --no-regress` to identify coverage gaps and regressions. Review its output carefully.
Alternatives in Testing
- Create E2e — Create a Playwright E2E test with explicit success criteria 335 ★
- Test After Change Diagnostics.V1 — If any program code changes, run unit-tests and follow up on the test-result (fix code if there is an error) 272 ★
- M Merge Branch — Auto Merge Workflow: Analyze, Merge, Resolve, Test, Commit 139 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Feature Testing
Run the libi feature-testing dogfood workflow — verify recent agent-facing changes end-to-end through the actu
QA Steps
Generate QA testing steps for changes made in the current branch. Documents what was implemented and how to te
Test After Change.V1
If any program code changes, run unit-tests and follow up on the test-result (fix code if there is an error).
Test Example
When we make significant changes to the codebase, we want to make sure everything is running as intended. To d
Test Suite Generator
Generate a comprehensive test suite with unit, integration and e2e coverage, plus skipped-test cleanup.
Amby.Analyze
Cross-check spec, plan, and tasks for coverage, consistency, and dependency-graph health.
Related Agents
Docs Sync Updater
Use this agent when the user explicitly requests to synchronize documentation files (docs/.md, README.md) base
Blues
Work planner agent. Breaks tasks into structured PLAN.md with actionable steps, file ownership, test criteria,
Acx Tester
AgentCortex /test phase executor. Use when delegating test verification that must follow the test skeleton, co