Full-Stack Debug Workflow Kit
A workflow kit for reproducing, narrowing, and fixing app-level bugs
A reusable workflow package that combines repo onboarding, targeted reproduction, narrow validation, and final verification for full-stack defects.
What’s inside
Usage notes
Learn first
These guides explain the concepts behind this asset so the registry becomes a learning system rather than just a catalog.
Debugging Workflow
A practical Claude Code path for finding, reproducing, and fixing bugs
Use Claude Code effectively for debugging by combining context assembly, safe inspection tools, targeted reproduction, and focused fix loops.
Code Review Workflow
How to use Claude Code for high-signal review instead of generic commentary
A review workflow built around bug finding, risk analysis, and missing-test detection rather than vague style feedback.
Related resources
Supporting docs, tools, and integrations connected to this asset.
Debugging Assistant Prompts
Systematic prompts for debugging complex issues
Prompts designed to help debug complex issues methodically. Guides through error analysis, reproduction steps, root cause identification, and fix verification. Includes prompts for different types of bugs.
Test Runner Hook
Run tests related to changed files before committing
Pre-commit hook that runs tests for changed files. Uses test framework's built-in related test detection to only run relevant tests, keeping commits fast while ensuring coverage.
Build Validation Hook
Verify the project builds successfully before committing
Pre-commit hook that validates the project builds without errors. Catches build-breaking changes before they're committed. Configurable for different build systems.
Sentry MCP Server
Error tracking and debugging with Sentry integration
MCP server that connects Claude to Sentry for error tracking and debugging. Search and analyze errors, view stack traces, identify patterns, and help debug production issues directly from your conversations.