From glados
Reproduces and isolates bugs by following the identify-bug workflow, using modules, personas, and project status files. For debugging sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/glados:identify-bugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/src/workflows/identify-bug.md`.
Read and follow the workflow at ${CLAUDE_PLUGIN_ROOT}/src/workflows/identify-bug.md.
When resolving path references in the workflow:
{{MODULES}}/ means ${CLAUDE_PLUGIN_ROOT}/src/modules/{{PERSONAS}}/ means ${CLAUDE_PLUGIN_ROOT}/src/personas/{{STATUS}} means product-knowledge/PROJECT_STATUS.mdnpx claudepluginhub cruxdigital-llc/crux-marketplace --plugin gladosReproduces and investigates GitHub-reported bugs: fetch issue with gh, hypothesize causes from code search, reproduce via tests.
Orchestrates a full debug pipeline: investigates a bug, diagnoses root cause, writes failing tests, implements fix via TDD, and reviews the result. Supports auto-commit and git worktrees.