qa-incident

Log QA incidents with issue details, affected files, root cause, and fix.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill qa-incident
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-incident
Source: https://github.com/ArthTech-AI/Marketplace-extensions/tree/main/tests/fixtures/claude-setups/poweruser/.claude/skills/qa-incident
Command: npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill qa-incident

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you capture and organize QA incidents when a test fails or a product issue is found, so nothing important gets lost during debugging or release validation.

Core Features & Use Cases

  • Incident Logging: Records the issue details, affected files, root cause, and fix applied in a structured incident file.
  • Test Traceability: Links the incident to a related test when one exists, making it easier to trace regressions.
  • QA Metrics Update: Updates the incident count in the shared QA knowledge stats so the team can track issue volume over time.

Quick Start

Log a QA incident for the issue I just described and include the timestamp, affected files, root cause, fix applied, and any related test.

Frequently Asked Questions about qa-incident

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

FAQPage Schema
How do I log a QA incident with root cause and affected files?

Logging a QA incident involves capturing issue details, affected files, root cause, and applied fix into a timestamped incident record. This structured log ensures test failures and regressions are traceable during debugging or release validation.

What is root cause tracking for test failures and regressions?

Root cause tracking for test failures records the underlying reason a regression or unexpected behavior occurred during testing. It captures the root cause and applied fix within a timestamped incident record for future release validation reference.

Can I link a regression incident to a related test for traceability?

Yes, you can link a regression incident to a related test when one exists. This test traceability connects unexpected behavior discovered during testing directly to the failing test, making it easier to trace regressions.

How do I update QA metrics and track incident volume over time?

You update QA metrics by incrementing the incident count in the shared QA knowledge stats file. This action updates qa-knowledge/stats.json so the team can track issue volume over time and monitor regression trends.

What details do I need to include when logging a QA incident?

When logging a QA incident you need to include the timestamp, affected files, root cause, fix applied, and any related test. Capturing these details ensures the issue is organized properly for debugging and release validation.

Does this incident logging approach work for release validation and regression tracking?

Yes, this incident logging approach works for release validation and regression tracking by capturing unexpected behavior discovered during testing. It creates timestamped records linking related tests to ensure regressions found during release validation are traceable.