Universal dev standards for code reviews, git workflows, and productivity. Engineers and teams use it to enforce best practices, improve code quality, and streamline workflows. Integrates with git, CI/CD pipelines, and IDEs.
git clone https://github.com/AsiaOstrich/universal-dev-skills.gitUniversal dev standards for code reviews, git workflows, and productivity. Engineers and teams use it to enforce best practices, improve code quality, and streamline workflows. Integrates with git, CI/CD pipelines, and IDEs.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/AsiaOstrich/universal-dev-skillsCopy 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.
Analyze the following code snippet for [COMPANY] in the [INDUSTRY] sector. Identify any violations of universal development standards, suggest improvements, and provide a step-by-step guide to implement these changes. The code is as follows: [CODE_SNIPPET].
# Code Review Analysis ## Issues Identified - **Inconsistent Indentation**: The code uses a mix of tabs and spaces for indentation. - **Missing Docstrings**: Several functions lack docstrings, making the code harder to understand. - **Hardcoded Values**: The code contains hardcoded values that should be moved to configuration files. - **Inefficient Loops**: Some loops can be optimized for better performance. ## Suggested Improvements 1. **Standardize Indentation**: Use 4 spaces for indentation consistently throughout the codebase. 2. **Add Docstrings**: Include docstrings for all functions to explain their purpose, parameters, and return values. 3. **Move Hardcoded Values**: Transfer hardcoded values to a configuration file or environment variables. 4. **Optimize Loops**: Refactor loops to use more efficient algorithms or data structures. ## Implementation Guide 1. **Standardize Indentation**: Use your IDE's built-in tools to convert tabs to spaces and ensure consistent indentation. 2. **Add Docstrings**: Follow the Google Python Style Guide for docstrings to maintain consistency. 3. **Move Hardcoded Values**: Create a configuration file (e.g., `config.json`) and load values from it using a configuration management library. 4. **Optimize Loops**: Profile the code to identify performance bottlenecks and refactor loops accordingly.
Smart receipts for business spend management
Code hosting and collaboration platform for developers
IronCalc is a spreadsheet engine and ecosystem
Customer feedback management made simple
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