software development

7 prompts

Prompts tagged with "software development"

Turn a Question Into a SQL Query

Describe your tables and ask in plain English; get a correct, dialect-aware SQL query with a short explanation.

software development SQL
0 0

Write a Commit Message From a Diff

Turn a diff into a clean Conventional Commits message — a tight subject line plus a body that explains the why.

software development git
0 0

Refactor Code Without Changing Its Behavior

Clean up structure and readability while holding behavior fixed — with a clear summary of what changed and why.

software development refactoring
0 0

Generate Unit Tests With Edge Cases

Produce a thorough unit-test suite for a function — happy path, edge cases, and failure modes — in the framework of your choice.

software development testing
0 0

Explain Unfamiliar Code

Get a clear, layered walkthrough of a function, file, or snippet — what it does, how it works, and the gotchas — as if onboarding a new teammate.

software development code explanation
0 0

Find the Root Cause of an Error From Its Stack Trace

Turn a stack trace and the surrounding code into a root-cause diagnosis and a proper fix — not just a patch that silences the error.

software development debugging
0 0

Code Review Focused on One Dimension

Get a focused code review along a single axis — security, performance, readability, or correctness — with every finding tied to a line and a severity.

software development code review
0 0