Loading...
Loading...
Found 48002 skills
Heyvhuang
Unified code quality review tool for maintainability, documentation consistency, and merge readiness verification to ensure clean code and production readiness.
Heyvhuang
Provides structured code reviews by comparing git diffs against requirements, categorizing issues by severity, and delivering a merge readiness verdict.
SDiamante13
Refactors code to enforce the Single Responsibility Principle, enhancing maintainability and reducing complexity.
SDiamante13
Assists in reviewing code for quality, structure, and potential issues in software development projects.
SDiamante13
Automates renaming of variables, methods, and classes to enhance code clarity and maintainability.
SDiamante13
Identifies and refactors common code smells to enhance maintainability and quality without altering functionality.
SDiamante13
Refactors test code to enhance readability, eliminate anti-patterns, and improve maintainability in software testing.
SDiamante13
Provides structured guidelines for implementing Test-Driven Development to ensure robust, maintainable code through iterative test creation.
SDiamante13
Automates removal of duplicated code by applying the DRY principle to enhance maintainability and readability.
shrwnsan
Provides a structured methodology for identifying and resolving software bugs, test failures, and unexpected behavior while avoiding common debugging pitfalls.
SDiamante13
Refactors value objects in domain-driven design to enhance code structure, immutability, and maintainability.
SDiamante13
Extracts small, focused methods from large code blocks to enhance readability and maintainability.
SDiamante13
Automates class refactoring by removing dead code, redundant comments, unused variables, and unnecessary imports.
SDiamante13
Refactors code to adopt declarative functional programming patterns, improving readability and maintainability.
SDiamante13
Breaks applications into thin vertical slices with clear acceptance criteria for agile development planning.
DanielPodolsky
Guides junior developers on writing effective tests using TDD, mocking, and test coverage strategies for unit, integration, and E2E tests.
DanielPodolsky
Provides guidance on code refactoring, clean code practices, naming conventions, and SOLID principles for improved code quality.
DanielPodolsky
Guides junior developers in building React/Vue components with best practices for state management, hooks, and rendering optimization.
DanielPodolsky
Guides junior developers through a systematic debugging protocol (READ โ ISOLATE โ DOCS โ HYPOTHESIZE โ VERIFY) for code errors and unexpected behavior.
DanielPodolsky
Provides essential error handling patterns for asynchronous operations and API calls, ensuring graceful degradation and user-friendly feedback.
DanielPodolsky
Assists junior developers in designing RESTful APIs, structuring backend code, and implementing middleware patterns using Express and Node.js.
DanielPodolsky
Provides real-time accessibility guidance for frontend developers building interactive UI elements to ensure WCAG compliance and screen reader compatibility.
DanielPodolsky
Performs code quality checks including naming conventions, function size, and DRY verification to suggest improvements before code review.
DanielPodolsky
Performs pre-merge performance checks including N+1 query detection, complexity analysis, and scalability assessment to recommend optimizations.