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

  1. Analyzes your project's languages, frameworks, and code structure
  2. Generates a set of targeted debugging questions
  3. Walks you through an interactive questionnaire
  4. Produces a structured debug-prompt.md file 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.