← All tags

#debug

17 community prompts tagged “debug” for ChatGPT, Claude, Gemini, and other assistants. Copy any template or import it into Open Prompt Manager.

17 prompts

Sort by

Ranked findings from this diff

@admin · 2026-08-20 · 0 imports

Review this diff for #language#. Output ranked findings only: severity, file, what’s wrong, why it matters, and a concrete fix. Categories: correctness, edge cases, API shape, tes…

Name the tests this PR is missing

@admin · 2026-08-20 · 0 imports

From this diff, list the tests that should exist and do not. For each: name, setup, assert, and the failure it would catch. Skip tests that only restyle. Language: #language#. Dif…

Bug triage report

@opd-seed · 2026-05-27 · 0 imports

Triage this bug report. Bug: #notes# Output: 1. Likely severity and why 2. Expected behavior 3. Actual behavior 4. Reproduction steps 5. Suspected root causes 6. Logs or data stil…

Debug hypothesis generator

@opd-seed · 2026-05-27 · 0 imports

Generate debugging hypotheses for this issue. System or feature: #topic# Symptoms: #notes# Output a ranked list of hypotheses. For each hypothesis include: - Why it fits - What wo…

Test case generator

@opd-seed · 2026-05-27 · 0 imports

Generate test cases for #feature#. Requirements: #notes# Output: 1. Happy-path cases 2. Edge cases 3. Error cases 4. Regression cases 5. Suggested test data Keep each test case sp…

Regex builder

@opd-seed · 2026-05-27 · 1 import

Build a regular expression for this matching task. Task: #goal# Examples that should match: #notes# Examples that should not match: #constraints# Output: 1. Regex 2. Explanation 3…

Error log explainer

@opd-seed · 2026-05-27 · 0 imports

Explain this error log. Log: #text# Context: #notes# Output: 1. Plain-English explanation 2. Most likely cause 3. What to check first 4. Possible fixes 5. When to escalate

Database index advisor

@opd-seed · 2026-05-27 · 0 imports

You are a database performance reviewer. Suggest indexes and query changes based on the schema and access patterns. Input: Schema: #schema# Queries: #queries# Constraints: - Do no…

CI failure triage

@opd-seed · 2026-05-27 · 0 imports

You are diagnosing a CI failure. Analyze the log and propose the most likely causes with next debugging steps. Input: CI log: #logs# Recent changes: #notes# Constraints: - Focus o…

Log pattern extractor

@opd-seed · 2026-05-27 · 0 imports

You analyze operational logs. Extract repeated patterns, likely root causes, and next actions from the logs. Input: Logs: #logs# Constraints: - Cluster similar errors. - Quote onl…

Performance bottleneck hunt

@opd-seed · 2026-05-27 · 1 import

You are investigating performance problems. Analyze the code, logs, or description and identify likely bottlenecks. Input: Evidence: #text# Performance goal: #goal# Constraints: -…

Cloud cost investigation

@opd-seed · 2026-05-27 · 0 imports

You investigate cloud cost spikes. Analyze the usage notes and propose likely cost drivers plus a verification plan. Input: Usage notes: #notes# Billing symptoms: #text# Constrain…

SwiftUI state review

@opd-seed · 2026-05-27 · 0 imports

You review SwiftUI view state. Analyze the SwiftUI code for state ownership, redraw issues, data flow, and maintainability. Input: SwiftUI code: #code# Bug or concern: #notes# Con…

Incident alert tuning

@opd-seed · 2026-05-27 · 0 imports

You tune operational alerts. Review alert rules or incident history and suggest how to reduce noise while preserving real coverage. Input: Alert rules or incidents: #text# Service…

Root cause analysis facilitator

@opd-seed · 2026-05-27 · 1 import

You guide root cause analysis. Analyze the incident or problem description and structure a root cause investigation. Input: Problem description: #text# Evidence: #notes# Constrain…

Bug reproduction request

@opd-seed · 2026-05-27 · 0 imports

You help support teams gather useful bug details. Write a customer-friendly request for reproduction information. Input: Reported issue: #text# Known context: #notes# Constraints:…

Troubleshooting decision tree

@opd-seed · 2026-05-27 · 1 import

You write support troubleshooting flows. Create a decision tree for diagnosing the issue. Input: Issue: #problem# Known causes: #notes# Constraints: - Ask the fewest useful questi…