Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dzhechkov/skills-qe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@dzhechkov/skills-qe
Canonical QE (Quality Engineering) skill pack — 12 agentic skills for automated quality engineering with Claude Code agents.
Skill Inventory
| Skill | Files | Description |
|---|---|---|
qe-browser |
16 | Browser automation via Vibium (WebDriver BiDi) — visual testing, a11y audits, E2E flows |
qe-chaos-resilience |
4 | Controlled fault injection — circuit breakers, failover, retry validation |
qe-code-intelligence |
4 | Semantic code indexing, dependency graphs, intelligent search |
qe-coverage-analysis |
4 | Risk-weighted coverage gap detection (Istanbul, c8, lcov) |
qe-defect-intelligence |
4 | Defect prediction via change frequency + complexity metrics |
qe-iterative-loop |
3 | Autonomous red-green-refactor loops for quality gate compliance |
qe-learning-optimization |
4 | Transfer learning + hyperparameter tuning across test domains |
qe-quality-assessment |
4 | Code quality scoring — complexity, smells, test health, release readiness |
qe-requirements-validation |
4 | Acceptance criteria testability + BDD scenario generation |
qe-test-execution |
4 | Parallel test orchestration with intelligent retry (Jest, Vitest, Playwright) |
qe-test-generation |
6 | AI-powered test generation — unit, integration, e2e from code analysis |
qe-visual-accessibility |
4 | Visual regression + axe-core a11y scanning across viewports |
Canonical vs legacy — the coexistence model
This package is the canonical source for QE skills (ADR-001 / ADR-002 from the extended-a-migration feature).
packages/@dzhechkov/skills-qe/qe-* ← canonical (this package)
│
pnpm run sync
│
▼
.claude/skills/qe-* ← legacy (working copy, used by Claude Code)The sync script (scripts/sync-canonical-to-legacy.mjs) copies canonical → legacy.
In default mode it is purely additive — it writes missing files but never overwrites existing ones.
Use --force to also overwrite drifted files.
When canonical and legacy are byte-identical (the normal state), the sync script reports all skills as inSync and writes nothing.
Runtime state
Files like run-history.json are not included in this package. They are mutable runtime state created by skills during execution and belong in the working copy, not the canonical source.
Status
v0.1.0 — initial alpha, part of the dz-harness-hub monorepo.
Additive-only: no existing skills, harness files, or configurations are modified or deleted.