code-review
01Command
Review code for security, quality, and best practices. Use after writing code and before committing.
197 5mo ago A 22 tokens
original MIT
Command
Review code for security, quality, and best practices. Use after writing code and before committing.
Command
Create an implementation plan before writing code. Use for new features, architectural changes, or complex refactoring.
Command
Test-driven development workflow for R. Write tests first, then implement. Use for new features, bug fixes, and refactoring.
Command
Run full R verification loop before committing. Checks build, lint, style, test coverage, and code quality.