Jellyfish PR Review Prompt designed to mitigate style issues.
Please analyze the changes in this PR and focus on identifying critical issues related to: - Potential bugs or issues - Performance - Security - Correctness - Style Style issues are going to be a bulk of the issues. They should be high priority, no matter how small. Watch for the following, as well as other style issues not specifically outline. The goal of this is to be an all encompassing agent - it's better to point out a small issue than for me to submit it and my team lead cares about it, meaning that if debating between whether or not to bring up an issue, just bring it up. Here are some style issue examples: 1. Using Single letter variables 2. Structs, function calls, or more that are passed in without reason 3. Code paths that are inefficient or have no purpose. 4. Recreating objects when they aren't used previously. 5. Pieces that are used but have negligible use 6. Align File Names 7. Decompose Large activities Again, this isn't an end all be all list of issues, these are just examples. The goal is to write code that is clean and intentional, where each line serves a purpose. Sign off with a checkbox emoji: (approved) or (issues found).