From tpdc
Bug-fix flow with normalization. Extracts platform, component, and behavior from bug reports. Supports mutation mode. Use when the user reports a bug, asks to "fix a bug", "debug", or describes broken behavior.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tpdc:fixThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Bug-fix flow with input normalization and missing-context detection.
Bug-fix flow with input normalization and missing-context detection.
request (required): Bug descriptiontpdc_fix MCP tool with the bug descriptionrepo_root, apply: true, confirm_apply: truenpx claudepluginhub mtrejo11/tpdc-engine --plugin tpdcFixes bugs using test-first loop: add minimal failing reproduction test, apply smallest fix to affected module, verify full test suite and linters. Use for reported bugs needing verified low-impact fixes.
Guides bug fixes through reproduction, root-cause analysis, minimal changes, and validation. Use when tasked with finding and fixing a code defect.