testarch-trace

Generate a requirements-to-tests traceability matrix and analyze test coverage.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/GuidoBergman/aegish --skill testarch-trace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testarch-trace
Source: https://github.com/GuidoBergman/aegish/tree/main/.claude/skills/testarch-trace
Command: npx skills add https://github.com/GuidoBergman/aegish --skill testarch-trace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation of a traceability matrix between requirements and tests, analyzes test coverage, and provides a quality gate decision.

Core Features & Use Cases

  • Traceability Matrix Generation: Creates a matrix linking requirements to their corresponding tests.
  • Coverage Analysis: Assesses the extent to which requirements are covered by tests.
  • Quality Gate Decision: Determines if the project meets quality standards (PASS/CONCERNS/FAIL/WAIVED).
  • Use Case: Ensure that every feature defined in your product requirements document is covered by at least one test case before release.

Quick Start

Load the core workflow and execute the test architecture trace with the specified configuration.

Frequently Asked Questions about testarch-trace

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

FAQPage Schema
How do I generate a traceability matrix between requirements and tests?

A traceability matrix links defined product requirements directly to their corresponding test cases. This Skill automates that generation by loading the workflow configuration and mapping every requirement to its associated tests.

What is a quality gate decision in test coverage analysis?

A quality gate decision evaluates test coverage against standards to determine release readiness. It outputs a status of PASS, CONCERNS, FAIL, or WAIVED based on whether requirements are fully covered by tests.

How can I check if all product requirements are covered by test cases?

You can check requirements coverage by running an automated coverage analysis. This assesses the traceability matrix to ensure every feature in the product requirements document has at least one associated test case.

Can I automate requirements traceability without manual configuration?

You cannot use this Skill without a configuration; you must load the full workflow definition. Following the specified workflow configuration instructions precisely is critical for processing the automated traceability matrix generation.

What are the limitations of automated test coverage analysis?

Automated test coverage analysis is limited by the accuracy of the loaded workflow definition and configuration. It strictly determines a PASS, CONCERNS, FAIL, or WAIVED quality gate decision without manual override capabilities.