Loading...
Loading...
Found 48002 skills
mvillmow
Provides a structured checklist for reviewing pull request changes to ensure code quality and standards compliance.
mvillmow
Analyzes Mojo code for SIMD instruction usage to identify performance optimization opportunities.
mvillmow
Retrieves all review comments from a GitHub pull request via GitHub API for code review analysis.
mvillmow
Identifies performance optimization opportunities in code to enhance efficiency and reduce resource consumption during development.
mvillmow
Refactors code to enhance readability, maintainability, and reduce technical debt by addressing code smells and improving structural quality.
mvillmow
Measures test coverage to identify untested code, ensuring comprehensive test suite validation for software quality.
mvillmow
Measures and compares function performance to optimize critical code paths in software development.
mvillmow
Analyzes code organization to identify structural patterns, aiding in module design review and architectural understanding.
mvillmow
Validates and verifies the availability and compatibility of project dependencies during environment setup.
mvillmow
Generates actionable fix suggestions for software errors by analyzing patterns and applying best practices to aid developers in remediation.
mvillmow
Creates isolated Git worktrees to enable simultaneous development on multiple issues without branch switching.
mvillmow
Generates test files and coordinates test-driven development (TDD) workflows, enabling developers to write tests before implementing code.
mvillmow
Measures execution time and memory usage of code to analyze and optimize performance characteristics.
mvillmow
Automates removal of merged or stale Git worktrees to maintain clean repository state after feature completion.
mvillmow
Analyzes Mojo code to detect memory safety issues such as ownership violations and use-after-free, helping developers prevent memory-related bugs.
mvillmow
Validates Mojo code syntax against version 0.26.1+ standards to detect errors before compilation.
mvillmow
Fetches GitHub issue body and comments to provide context for developers before implementation, ensuring alignment with requirements.
mvillmow
Switches between Git worktrees to enable parallel development on multiple issues simultaneously.
mvillmow
Identifies flaky tests and consistency issues by analyzing differences between test runs, enhancing software reliability.
mvillmow
Automates syncing of Git worktrees with remote and main branches to maintain up-to-date feature branches without manual intervention.
mvillmow
Detects code quality issues and anti-patterns to improve maintainability during code reviews.
mvillmow
Generates release notes by parsing git commit messages, streamlining changelog creation for software releases.
mvillmow
Builds distributable Mojo packages (.mojopkg) for library distribution during the packaging phase.
mvillmow
Generates test coverage reports to identify untested code paths and enhance software testing quality.