code-review
Review code for security, quality, and best practices. Use after writing code and before committing.
Create an implementation plan before writing code. Use for new features, architectural changes, or complex refactoring.
> /plugin marketplace add ab604/claude-code-r-skillsHow it fires
How this command gets triggered: by you, by Claude, or both.
/planContext preview
What this command does when you run it.
Create an implementation plan before writing code. Use for new features, architectural changes, or complex refactoring.
name: plan description: Create an implementation plan before writing code. Use for new features, architectural changes, or complex refactoring.
Use the planner agent to create a comprehensive implementation plan before writing any code.
1. **Restate Requirements** - Clarify what needs to be built 2. **Identify Risks** - Surface potential issues and blockers 3. **Create Step Plan** - Break down implementation into phases 4. **Define Success Criteria** - How to verify completion
/plan Add bootstrap confidence intervals to the model summary output
After receiving a plan, respond with:
The planner will provide:
# Implementation Plan: [Feature Name] ## Overview [Summary of what will be built] ## Requirements - [Requirement 1] - [Requirement 2] ## Implementation Steps ### Phase 1: [Phase Name] 1. [Step with file path and action] 2. [Step with file path and action] ### Phase 2: [Phase Name] ... ## Testing Strategy - Unit tests: [what to test] - Integration tests: [what to verify] ## Risks & Mitigations - **Risk**: [Description] - Mitigation: [How to address] ## Success Criteria - [ ] Criterion 1 - [ ] Criterion 2
A curated collection of Claude Code configurations for modern R use. These skills, rules, commands, and agents help Claude Code understand R best practices and generate idiomatic, high-quality R code.
Repo: ab604/claude-code-r-skills
Review code for security, quality, and best practices. Use after writing code and before committing.
Test-driven development workflow for R. Write tests first, then implement. Use for new features, bug fixes, and refactoring.
Run full R verification loop before committing. Checks build, lint, style, test coverage, and code quality.