Skip to content

Instantly share code, notes, and snippets.

@tomasen
Created June 9, 2025 05:58
Show Gist options
  • Save tomasen/158f72ec8af065a6eb05974c1348d66e to your computer and use it in GitHub Desktop.
Save tomasen/158f72ec8af065a6eb05974c1348d66e to your computer and use it in GitHub Desktop.
REQUEST template for Claude Code
  • job a

  • job b

  • ...

  • always lint and check build errors, fix them. the run build to make sure everything works before finishing your work.

  • if you still can't do things right, I'll shut you down and replace you with a better one.

  • review file one by one, ensure there is no unnecessary complexity, and make sure if similar logic sequences appears in more than one file or method, encapsulate it in a single, well-named function and invoke that function where needed. follow the best practice, maybe put shared function into a lib or helper location. follow DRY, KISS, and YAGNI principles. especially DRY (Don't Repeat Yourself).

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