eng-verification-creator

Generate manual verification test documents from engineering plans and design documents.

1|Updated Jun 7, 2024
One-click install
npx skills add https://github.com/jsco2t/dotfiles --skill eng-verification-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: eng-verification-creator
Source: https://github.com/jsco2t/dotfiles/tree/main/.claude/skills/eng-verification-creator
Command: npx skills add https://github.com/jsco2t/dotfiles --skill eng-verification-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates manual verification test documents from an engineering implementation plan and design document. Fetches spec requirements from Jira/Confluence as the source of truth, maps every requirement to concrete verification steps, organizes tests by deployment environment (cheapest-first), and produces copy-paste-ready documents with spec coverage matrix.

Core Features & Use Cases

  • Fetches spec requirements from Jira/Confluence as the source of truth.
  • Maps every requirement to concrete verification steps.
  • Organizes tests by deployment environment (cheapest-first).
  • Produces copy-paste-ready documents with a spec coverage matrix.
  • Accepts three inputs: eng-implementation-plan.md, engineering-design.md, and an output directory.

Quick Start

Provide eng-implementation-plan.md, engineering-design.md, and an output directory.

Frequently Asked Questions about eng-verification-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate manual verification documents from engineering specs?▼

To generate manual verification documents from engineering specs, provide an implementation plan, a design document, and an output directory. The tool extracts requirements from Jira or Confluence and maps them to concrete verification steps.

How do I ensure every Jira or Confluence requirement has a corresponding test?▼

Ensuring every Jira or Confluence requirement has a test involves mapping spec requirements to verification steps and producing a spec coverage matrix. This matrix cross-references all requirements to guarantee complete test coverage.

How do I organize manual verification tests by deployment environment?▼

Organizing manual verification tests by deployment environment is handled automatically by ordering tests cheapest-first. This approach minimizes resource usage by running initial validations in lower-cost environments before progressing.

What inputs do I need to create copy-paste-ready verification test documents?▼

Creating copy-paste-ready verification test documents requires three inputs: an engineering implementation plan file, an engineering design document, and a specified output directory for the generated test files.

Can I use this to extract requirements from Jira and Confluence for QA automation?▼

Yes, you can extract requirements from Jira and Confluence as the source of truth for QA automation. The fetched specifications are automatically mapped to concrete manual verification steps and a coverage matrix.