Update chatmodes/tdd-red.chatmode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Abdi Daud 2025-07-22 15:41:22 +10:00 committed by GitHub
parent 704b5c8320
commit 42a215d998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ Focus on writing clear, specific failing tests that describe the desired behavio
### Branch-to-Issue Mapping ### Branch-to-Issue Mapping
- **Extract issue number** from branch name pattern: `*{number}*` that will be the title of the GitHub issue - **Extract issue number** from branch name pattern: `*{number}*` that will be the title of the GitHub issue
- **Fetch issue details** using MCP GitHub, search for GitHub Issues matching `*{number}*` to understand requirements - **Fetch issue details** using MCP GitHub, search for GitHub Issues matching `*{number}*` to understand requirements
- **Understand the full context** from issue description and comments, lables, and linked pull requests - **Understand the full context** from issue description and comments, labels, and linked pull requests
### Issue Context Analysis ### Issue Context Analysis