Micah Villmow
Community@mvillmow · Santa Clara, CA
Agent Skills by Micah Villmow
Showing 89 vetted skills indexed across 2 GitHub repositories.
run-precommit
Run pre-commit hooks on staged or all files to validate code quality.
fix-ci-failures
Diagnose CI failures by inspecting logs and reproducing issues locally.
build-run-local
Align local Mojo builds with CI using pixi shell-hook and zero-warnings policy.
install-workflow
Generate GitHub Actions workflows to build .mojopkg packages and create releases.
validate-workflow
Validate GitHub Actions workflow YAML files with yamllint and actionlint.
test-diff-analyzer
Analyze test run differences to identify flaky tests and consistency issues.
create-review-checklist
Generate prioritized review checklists from pull request diffs.
analyze-ci-failure-logs
Analyze CI failure logs to identify root causes and error patterns.
generate-fix-suggestions
Generate prioritized remediation steps with code snippets from error logs.
lint-code
Lint Python and Mojo files with pylint, flake8, Black, and Mojo formatting.
analyze-code-structure
Map module hierarchies and dependencies across multi-language codebases.
generate-boilerplate
Generate boilerplate templates for modules, tests, and configuration files.
run-tests
Execute Mojo or Pytest test suites and generate structured pass/fail reports.
gh-batch-merge-by-labels
Batch merge GitHub pull requests by label after verifying CI and approvals.
track-implementation-progress
Track GitHub issue implementation progress and identify blockers by phase.
gh-post-issue-update
Post structured markdown updates to GitHub issues via gh CLI.
check-memory-safety
Detect memory safety violations in Mojo code during reviews and testing.
validate-mojo-patterns
Validate Mojo constructor patterns, method signatures, ownership, and trait conformances.
gh-read-issue-context
Retrieve GitHub issue metadata, comments, labels, and linked PRs via gh.
analyze-simd-usage
Identify SIMD vectorization opportunities in Mojo tensor operations.
extract-test-failures
Parse test logs to extract and categorize failures by type.
benchmark-functions
Benchmark Python functions with warm-up iterations and statistical analysis.
profile-code
Profile Python code to diagnose CPU time and memory usage.
analyze-equations
Extract LaTeX equations from research papers and map components to code.