traceability-auditor

Analyze project artifacts to generate traceability matrices and coverage metrics.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Eigo-Mt-Fuji/portfolio-2026 --skill traceability-auditor-eigo-mt-fuji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: traceability-auditor
Source: https://github.com/Eigo-Mt-Fuji/portfolio-2026/tree/main/.claude/skills/traceability-auditor
Command: npx skills add https://github.com/Eigo-Mt-Fuji/portfolio-2026 --skill traceability-auditor-eigo-mt-fuji

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Organizations struggle to prove complete traceability across the full development lifecycle. This Skill provides an automated framework to validate mappings from requirements to design, design to tasks, tasks to code, and code to tests, surfacing gaps and orphaned items.

Core Features & Use Cases

  • End-to-end traceability validation: verify each requirement is linked through design, tasks, code, and tests.
  • Gap detection and governance: surface orphaned requirements, untested code, and incomplete mappings with actionable remediation guidance.
  • Audit-ready reporting: generate traceability matrices, coverage summaries, and recommendations for compliance reviews.

Quick Start

Run a traceability audit against your current project artifacts to produce a matrix, a gap report, and remediation suggestions.

Frequently Asked Questions about traceability-auditor

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

FAQPage Schema
How do I validate traceability across requirements, design, code, and tests?

Traceability validation maps each requirement through design decisions, implementation tasks, code changes, and test coverage to ensure complete linkage. This Skill analyzes your project artifacts to reveal gaps, orphaned items, and incomplete mappings, then generates a traceability matrix with coverage metrics and remediation guidance for audit compliance.

What is a traceability matrix and why do I need one?

A traceability matrix documents the relationship between requirements and their implementations across design, tasks, code, and tests. It proves end-to-end coverage for governance and compliance reviews, surfacing which requirements lack design support, which code lacks tests, and which items have no upstream requirement.

How do I detect gaps in my project's requirement coverage?

Gap detection identifies orphaned requirements with no design mapping, untested code sections, incomplete task-to-code linkage, and design elements lacking test coverage. This Skill generates a gap report listing missing mappings and provides actionable remediation steps to close each gap and achieve full traceability.

Can I use traceability auditing for compliance and audit-ready reporting?

Yes. This Skill produces audit-ready traceability matrices, coverage summaries, and compliance recommendations designed for governance reviews. It documents complete mappings from requirements through tests, providing the evidence organizations need to satisfy regulatory and internal audit requirements.

What project artifacts do I need to run a traceability audit?

Traceability auditing requires structured project artifacts: requirements documentation, design specifications, task or work-item records, source code with change traceability, and test case mappings. The Skill analyzes these inputs to build the traceability matrix; more complete artifact coverage produces more comprehensive audit results.

Does traceability auditing work for any development lifecycle or specific methodologies?

Traceability validation applies to any project lifecycle requiring governance, compliance, and audit-ready reporting—waterfall, agile, hybrid, or custom workflows. The core principle of linking requirements through design, tasks, code, and tests remains consistent across methodologies.