vscode-tdd-expert

Community

Guided TDD for VS Code extensions

Authors-hiraoku
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides expert-level guidance for Test-Driven Development (TDD) in VS Code extension development following t-wada methodology. It helps teams write tests before implementation, create comprehensive test suites, implement Red-Green-Refactor cycles, and improve test coverage for extension components like WebViews, terminal managers, and activation logic.

Core Features & Use Cases

  • TDD Mastery: Understand core TDD principles and apply them to VS Code extensions.
  • Test Infrastructure: Set up unit, integration, and end-to-end tests with VS Code test tooling.
  • Workflow automation: Run Red-Green-Refactor cycles via npm scripts.
  • Quality gates: Improve test coverage and reliability for extension components.

Quick Start

Use the following commands to drive the TDD cycle: npm run tdd:red npm run tdd:green npm run tdd:refactor npm run tdd:quality-gate

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: vscode-tdd-expert
Download link: https://github.com/s-hiraoku/vscode-sidebar-terminal/archive/main.zip#vscode-tdd-expert

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository