Coverage completeness gate
Skill lubochka/xiigen-mvp-engine/.claude/skills/universal/coverage-completeness-gate
Self-building AI code generation engine that generates application flows instead of implementing them. AGPL-3.0.From the repository description
npx -y skills add lubochka/xiigen-mvp-engine --skill coverage-completeness-gateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 20 days oldThe repository was created 20 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 288 tokens by cl100k_base, as published. Nobody here has run it
Coverage Completeness Gate
Purpose
Use this when a task has a list of deliverables, multiple files, or a high risk of partial completion being mistaken for done.
When to Use
Invoke before final response, before handoff, and after generating repeated artifacts such as skill files, tests, or docs.
Actions
- Build a checklist directly from the user request and governing instructions.
- Compare produced artifacts against the checklist by exact slug, path, feature, or behavior.
- Check for missing, duplicate, or misnamed outputs.
- Confirm each output has meaningful content rather than an empty wrapper.
- Record any intentionally omitted item with the authority that allowed omission.
XIIGen Adaptation
- For XIIGen convention coverage, verify only relevant touched surfaces: services, async APIs, NestJS providers and injection tokens, configuration helpers, structured logging, persistence, search, tests, and docs.
- When generating skill docs, confirm every canonical slug has one SKILL.md and is listed in the index.
Avoid
- Do not count a partially created directory as a completed skill.
- Do not substitute broad summary language for item-by-item coverage.
- Do not import source architecture, algorithms, design patterns, training, DPO, source domains, source classes, or source-specific paths.
Completion Signal
- Every required item is present, correctly named, and either verified or explicitly reported as blocked.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.