A Claude Code skill that integrates OpenAI Codex CLI for independent code reviews - enabling proposer-checker-maker-checker workflows
git clone https://github.com/adampaulwalker/codex-claude-skill.gitA Claude Code skill that integrates OpenAI Codex CLI for independent code reviews - enabling proposer-checker-maker-checker workflows
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/adampaulwalker/codex-claude-skillCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Review this code snippet for potential improvements. The code is in [LANGUAGE] and is designed to [PURPOSE]. Identify any issues related to [SPECIFIC_CONCERNS] such as performance, security, or readability. Provide specific suggestions for improvement and explain your reasoning. Here is the code: [CODE_SNIPPET].
After reviewing the provided Python code snippet designed to process and analyze sales data, I've identified several areas for improvement: 1. **Performance**: The current implementation uses nested loops to process the data, which can be inefficient for large datasets. Consider using list comprehensions or vectorized operations with libraries like NumPy or Pandas to improve performance. 2. **Security**: The code reads data from a file path provided directly by the user. This could be a security risk if the input is not properly validated. Implement input validation to ensure the file path is safe and the file is of the expected type. 3. **Readability**: The function names and variable names could be more descriptive. For example, 'process_data' could be renamed to 'analyze_sales_data' to better reflect its purpose. Similarly, 'data' could be renamed to 'sales_data' to clarify its content. 4. **Error Handling**: The code lacks proper error handling. Add try-except blocks to handle potential errors such as file not found, permission issues, or data format errors. This will make the code more robust and user-friendly. By addressing these issues, the code will be more efficient, secure, and maintainable.
Visual workflow builder for no-code automation and integration
AI assistant built for thoughtful, nuanced conversation
Advanced foundation models via API and ChatGPT
IronCalc is a spreadsheet engine and ecosystem
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan