/commitv1.0.0
Generate a conventional commit message from staged changes
gitgitcommitconventional-commitschangelog
/plugin install commit@max-skills /debugv1.0.0
Systematically diagnose and fix errors, exceptions, and unexpected behavior
debuggingdebugerrorstroubleshootingstack-traces
/plugin install debug@max-skills /explainv1.0.0
Explain what a piece of code does in plain language
documentationexplaindocumentationlearningonboarding
/plugin install explain@max-skills /optimizev1.0.0
Identify and fix performance bottlenecks in the selected code
performanceperformanceoptimizationprofilingmemory
/plugin install optimize@max-skills /pr-descriptionv1.0.0
Write a clear pull request title and description from git diff and commits
gitgitpull-requestdocumentationcollaboration
/plugin install pr-description@max-skills /refactorv1.0.0
Refactor selected code for clarity, maintainability, and idiomatic style
qualityrefactorclean-codemaintainabilitypatterns
/plugin install refactor@max-skills /reviewv1.0.0
Review code for bugs, security vulnerabilities, and performance issues
qualitycode-reviewsecurityperformancebugs
/plugin install review@max-skills /testv1.0.0
Generate comprehensive unit tests for the selected code
testingtestingunit-testscoveragetdd
/plugin install test@max-skills