Skip to content

Instantly share code, notes, and snippets.

@AlexMikhalev
Last active October 16, 2025 17:45
Show Gist options
  • Save AlexMikhalev/34967ec816ca75f457258295577e2e71 to your computer and use it in GitHub Desktop.
Save AlexMikhalev/34967ec816ca75f457258295577e2e71 to your computer and use it in GitHub Desktop.
CLAUDE.md
  • never use mocks in tests
  • Use IDE diagnostics to find and fix errors
  • Always check test coverage after implementation
  • Keep track of all tasks in github issues using gh tool
  • commit every change and keep github issues updated with the progress using gh tool
  • Use tmux to spin off background tasks and read their output and drive interaction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment