Bug Triage Assistant
Convert scattered bug notes, Slack messages, or user complaints into structured engineering tasks with reproduction steps, severity, and root cause hypothesis.
Turn AI into a structured pull request reviewer that catches risky changes, flags maintainability issues, and suggests missing test coverage.
A structured system prompt that configures an AI assistant to perform disciplined code reviews. Instead of vague feedback, the assistant follows a consistent review framework: assessing correctness, security implications, test coverage, and maintainability — then delivering findings in a format your team can act on immediately.
Copy the diff or file
Paste the raw diff from your PR, or the full file if reviewing a new addition.
Run through the assistant
Send the pasted code to your AI model with this prompt as the system instruction.
Triage action items
Work through the numbered action items. Dismiss or address each one before merging.
Iterate on re-diffs
After addressing feedback, re-run the revised diff to confirm all action items are resolved.
It structures the review, it doesn't guarantee coverage. The Security heading prompts for "injection risks, exposed credentials, unsafe deserialization, or permission issues," but an AI reviewer can miss things, and the notFor line keeps output "read-only by design." It's a disciplined second opinion you run in ChatGPT or Claude; a human still owns the merge and any real security sign-off.
Work the Action Items — the last heading is a numbered list of specific changes to make before merging, which the whyThisWorks notes are "directly assignable." Triage each, address it, then re-run the revised diff to confirm resolution. Empty sections read "No issues found." so nothing is silently skipped. The prompt organizes feedback; you and your team apply the fixes.
By design — the closing rule is "Do not summarize what the code does — the author already knows," and the whyThisWorks calls that the most common AI review waste. Every heading is a findings dimension instead: Correctness, Security, Test Coverage, Maintainability. The system prompt front-loads that framework so the pass spends tokens on issues, not narration you'd skim past.
Convert scattered bug notes, Slack messages, or user complaints into structured engineering tasks with reproduction steps, severity, and root cause hypothesis.
Configure AI to answer support questions within your actual policy boundaries — not generic best-guess answers.
Extract and compare findings from multiple sources without collapsing them into a single blended perspective.
A complete 'act as a product manager' role prompt — the perspective, responsibilities, and decision criteria a real PM brings, not just the job title.
A reusable AI agent task template with variables for objective, context, available tools, constraints, success criteria, failure handling, and output format.
Formats fuzzy agent instructions into a structured prompt with objective, available tools, constraints, success criteria, and failure handling.
Build structured system prompts from role, tone, constraints, and model target.