Ranked findings from this diff
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…
17 community prompts tagged “debug” for ChatGPT, Claude, Gemini, and other assistants. Copy any template or import it into Open Prompt Manager.
17 prompts
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…
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…
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…
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…
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…
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…
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
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…
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…
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…
You are investigating performance problems. Analyze the code, logs, or description and identify likely bottlenecks. Input: Evidence: #text# Performance goal: #goal# Constraints: -…
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…
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…
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…
You guide root cause analysis. Analyze the incident or problem description and structure a root cause investigation. Input: Problem description: #text# Evidence: #notes# Constrain…
You help support teams gather useful bug details. Write a customer-friendly request for reproduction information. Input: Reported issue: #text# Known context: #notes# Constraints:…
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…