Skip to content

Conversation

@ntrogh
Copy link
Contributor

@ntrogh ntrogh commented Nov 3, 2025

Fixes #8951

@ntrogh ntrogh requested review from Copilot and digitarald November 3, 2025 16:49
@ntrogh
Copy link
Contributor Author

ntrogh commented Nov 3, 2025

@digitarald First draft of the TDD user guide. Need to do a full pass again to make sure it flows well, but would appreciate any initial impressions on structure and content.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a comprehensive guide for implementing test-driven development (TDD) workflows in VS Code using GitHub Copilot's AI customization features. The guide demonstrates how to set up custom chat modes for each phase of the TDD cycle (red-green-refactor) and use handoffs to transition between phases.

  • Introduces a new documentation page explaining AI-assisted TDD workflow setup
  • Creates custom chat mode configurations for the three TDD phases (red, green, refactor)
  • Provides testing context setup using custom instructions

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
docs/toc.json Adds the TDD guide entry to the Copilot guides section in the navigation
docs/copilot/images/test-driven-development-guide/tdd-workflow-diagram.png Adds workflow diagram illustrating the TDD phases and handoffs
docs/copilot/guides/test-driven-development-guide.md New comprehensive guide documenting the TDD workflow setup and usage
build/sitemap.xml Adds the new guide URL to the sitemap for search engine indexing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TDD with AI user guide

2 participants