Enforce Project Coding Conventions

Ask Copilot to rewrite code to follow your project’s style and conventions.

category:code-review
style
linting
consistency
0

Prompt

Rewrite this code to follow our project conventions.
  
  Our conventions:
  [Describe or paste a summary of your style guide / lint rules]
  
  Tasks:
  - Fix naming to match conventions.
  - Reformat code to match our style.
  - Update any patterns that violate our best practices.
  
  Code:
  
  [Paste code here]