Bug Triage Assistant
Convert scattered bug notes, Slack messages, or user complaints into structured engineering tasks with reproduction steps, severity, and root cause hypothesis.
Generate edge-case-focused test scenarios for any function, feature, or API endpoint — covering boundary values, failure modes, and regression risks.
Writing complete tests requires thinking beyond the happy path: boundary values, empty inputs, concurrency issues, permission edge cases. Set this up once and use it to systematically enumerate test scenarios for any function or feature — producing structured test ideas your team can implement in their preferred testing framework.
Describe the target
Paste the function signature, feature spec, or API endpoint description.
Specify the framework
Optionally mention your testing framework (xUnit, Jest, pytest) so scenario names match conventions.
Run through the assistant
Send the description with this system prompt to your AI model.
Prioritize and implement
Review the generated scenarios, prioritize by risk, and implement the most critical ones first.
Scenarios only. The system prompt ends with "Do not write the test code — produce test scenarios that the engineer will implement," and each case gives a descriptive name, input/preconditions, and expected outcome. Keeping it implementation-agnostic means the output works for xUnit, Jest, or pytest — but you write the actual tests and run them.
Six, so coverage is systematic rather than ad-hoc: Happy Path, Boundary Values, Error & Failure Cases, Permission & Authorization, Concurrency & State, and Regression Risks. The Regression Risks section specifically asks for edge cases likely to break in future refactors, and the prompt tells the model to flag any case that requires mocking or test doubles.
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.
Configure AI to answer support questions within your actual policy boundaries — not generic best-guess answers.
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.