Commit e6ab7be
committed
Add MCP prompt for test writing guidance
Implement 'write tests' prompt that provides LLMs with contextual
guidance for writing Java unit tests. The prompt establishes the
assistant's role as a skilled test writer, improving the quality
of test generation suggestions.
This prompt can be invoked by LLM clients to get specialized
instructions before using the create tool.1 parent 5884844 commit e6ab7be
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
76 | 94 | | |
77 | 95 | | |
78 | 96 | | |
| |||
0 commit comments