53 prompts

Systematic root-cause debugging with ranked hypotheses, severity tags, and a verified fix

#debug
View

Safe, incremental refactor plan with before/after, SOLID rationale, and preserved API

#refactor
View

Production PR review across correctness, security, performance, and style with a verdict

#review
View

Self-serve endpoint docs with params, realistic examples, error codes, and code snippets

#api
View

Thorough unit-test suite covering happy paths, edge cases, errors, and mocked dependencies

#test
View

Developer-ready user stories with Given/When/Then criteria, edge cases, and estimates

#story
View

Writes, explains, and optimizes a SQL query against your schema with safety checks

#sql
View

Builds a tested regex from plain rules, explains every token, and warns of pitfalls

#regex
View

Writes a clear conventional-commit message from your diff, flagging splits and breaks

#commit
View

Builds a tested regular expression from plain-language rules and explains every token.

#regex#pattern-matching#text-processing
View

Walks an AI through diagnosing the true root cause behind a stack trace instead of patching symptoms.

#debugging#stack-trace#root-cause
View

Turns a messy function into an incremental, safety-checked refactor plan that keeps behavior identical.

#refactoring#clean-code#maintainability
View

Generates a prioritized unit test suite that targets boundaries, failures, and forgotten edge cases.

#testing#unit-tests#edge-cases
View