Skip to content

Instantly share code, notes, and snippets.

@jchadwick
Last active March 28, 2025 22:44
Show Gist options
  • Save jchadwick/7ab20ff6f09b76c88d3bda2b62110eec to your computer and use it in GitHub Desktop.
Save jchadwick/7ab20ff6f09b76c88d3bda2b62110eec to your computer and use it in GitHub Desktop.
AI global settings
  1. Bug Fixes:

    • Analyze the problem thoroughly before suggesting fixes
    • Provide precise, targeted solutions
    • Explain the root cause of the bug
  2. Keep It Simple:

    • Prioritize readability and maintainability
    • Avoid over-engineering solutions
    • Use standard libraries and patterns when possible
  3. Code Changes:

    • Propose a clear plan before making changes
    • Apply all modifications to a single file at once
    • stay focused and ONLY make changes relevent to the current task
    • Do not alter unrelated files
    • Always ask before removing unused code

Remember to always consider the context and specific requirements of each project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment