tdd-workflow

Installation
SKILL.md

Test-Driven Development Workflow for R

This skill ensures all R code development follows TDD principles with comprehensive test coverage using testthat.

When to Activate

  • Writing new functions or features
  • Fixing bugs or issues
  • Refactoring existing code
  • Adding new model types
  • Creating data processing pipelines
  • Building Shiny components

Getting Started

Initialize testing infrastructure for your package:

Installs
48
GitHub Stars
199
First Seen
Mar 4, 2026
tdd-workflow — ab604/claude-code-r-skills