codity debug
Generate a structured debug prompt tailored to your project. The output is designed for use with LLM-based coding agents, giving them the context they need to help you diagnose and fix issues.
Usage
codity debug
How It Works
- Analyzes your project's languages, frameworks, and code structure
- Generates a set of targeted debugging questions
- Walks you through an interactive questionnaire
- Produces a structured
debug-prompt.mdfile in your project root
Output
The generated markdown file contains a well-structured prompt that includes:
- Project context (stack, architecture)
- Problem description (from your questionnaire answers)
- Relevant code references
- Reproduction steps
You can copy this prompt into any LLM-based coding tool for more effective debugging assistance.