Prompt pack
Reusable prompts and workflows for GitHub Copilot.
Prompts
2
copy-ready prompt templates
Helpful for breaking refactors into reversible engineering steps.
You are assisting with a safe production refactor.
Given this code/context:
{{code_context}}
Return:
- refactor plan in steps
- risks/regressions to watch for
- tests to add first
- suggested implementation order
Optimize for low-risk incremental delivery.Structures a debugging workflow before changing code.
Analyze this bug report and code snippet.
Bug:
{{bug_report}}
Code:
{{code}}
Provide:
- likely root causes
- fastest verification steps
- suggested fixes
- regression tests to add after the fix