Loading...
Loading...
Found 48002 skills
mvillmow
Extracts and summarizes test failures from logs to help developers quickly identify and understand test failures in their codebase.
mvillmow
Executes Mojo tests and verifies test coverage using the 'mojo test' command for efficient software development validation.
mvillmow
Automates code formatting for Mojo projects, ensuring consistent style and passing pre-commit checks.
mvillmow
Automates creating GitHub pull requests linked to specific issues using gh CLI for proper issue resolution tracking.
mvillmow
Reviews GitHub pull requests by analyzing code changes, CI status, and compliance with project coding standards.
mvillmow
Executes local builds with correctly configured environments to validate code changes before committing to version control.
mvillmow
Automates addressing GitHub pull request review feedback by applying code changes and generating comment replies.
mvillmow
Refactors and finalizes code after parallel development phases to address technical debt and prepare for merge.
mvillmow
Runs pre-commit hooks locally or in CI to validate code quality, ensuring commits meet standards and CI passes.
mvillmow
Validates Mojo code patterns against project best practices to ensure adherence to coding standards.
mvillmow
Generates starter code templates for new modules and test files, accelerating initial project setup in software development.
mvillmow
Runs configured linters (mojo format, markdownlint, pre-commit hooks) to maintain code quality before committing changes.
mvillmow
Analyzes cyclomatic complexity and nesting depth to identify code sections requiring refactoring for improved maintainability.
mvillmow
Validates function inputs for correctness and safety, implementing defensive programming to prevent errors and security vulnerabilities.
mvillmow
Posts structured progress updates, findings, and implementation notes directly to GitHub issues for streamlined development communication.
mvillmow
Deprecated tool for planning component creation, now replaced by GitHub issue-based workflows.
mvillmow
Checks code style and quality issues before commits, enforcing coding standards and improving code maintainability.
mvillmow
Analyzes code imports to map and identify all module dependencies within a project structure.
mvillmow
Verifies memory safety in Mojo code by checking ownership, borrowing, and lifetime management during code reviews and debugging.
mvillmow
Creates distributable packages including .mojopkg files and archives for software components during the packaging phase.
mvillmow
Automates replying to inline GitHub pull request review comments using the correct API endpoint, streamlining code review workflows.
mvillmow
Executes test suites to validate code functionality and provides detailed results reporting for developers.
mvillmow
Validates type safety in Mojo code, including parametric types and trait constraints, to catch errors during code review or debugging.
mvillmow
Analyzes code organization to identify structural patterns, aiding in module design reviews and code quality assessment.