🔥 3-day streak
GitHub Copilot146 / 190
Question 146 of 190

A developer wants Copilot Chat to generate SQL migration scripts that follow a very specific in-house style: uppercase keywords, snake_case identifiers, and a mandatory rollback section at the bottom of each file. They have written a clear natural-language instruction describing all three rules, but Copilot's output keeps varying — sometimes it omits the rollback section and sometimes it lowercases keywords. Which change to their prompting approach is MOST likely to produce consistent, correctly formatted output?

Reviewed for accuracy · Report an issueNext question