Create Skill
Interactive skill generator that scaffolds new skills following all project conventions, serving as the definitive reference for skill creation.
Refactor
Comprehensive code refactoring across correctness, security, performance, and maintainability with behavior-preserving, incremental changes.
Enhance
Performs deep multi-phase project analysis to identify and recommend the single most impactful addition to implement.
Diagnose
Multi-agent root cause analysis that traces errors, correlates with recent changes, and identifies fixes with ranked hypotheses.
Dep Check
Scans all dependency declarations across ecosystems, checks for updates and vulnerabilities, and produces a prioritized update plan with testing recommendations.
Docstring Check
Scans a codebase for missing, outdated, drifted, or inconsistent docstrings and applies behavior-preserving fixes matching the project's detected convention.
Github Ship
Turns local changes into a GitHub issue and linked PR, or cleans up the branch if the PR was already merged. Auto-detects which.
Vet
Structured code review across correctness, security, performance, and conventions with prioritized findings and fix offers.
SKILL NAME
Verb-first one-line summary of what the skill does, ending with a period.
Github Audit
Audits a GitHub repository against best practices and provides prioritized recommendations for README, license, community health, CI/CD, and repository settings.
Idiom Check
Audits a codebase through a programming-language-specific idiom lens, produces a prioritized report, and offers remediation in PR-sized bundles.
Test Gen
Analyzes code to generate comprehensive tests covering happy paths, edge cases, error handling, and integration points, matching the project's existing test conventions.