docs(ai): align ai.adoc with current vividus-sample-tests state#6697
Merged
valfirst merged 1 commit intoJun 20, 2026
Merged
Conversation
Copilot created this pull request from a session on behalf of
valfirst
June 20, 2026 13:47
View session
There was a problem hiding this comment.
Pull request overview
Updates the AI user guide to reflect the current structure of vividus-sample-tests and the released MCP server version, removing references to artifacts that no longer exist.
Changes:
- Updates the minimum MCP server version from
0.6.16-SNAPSHOTto0.6.16. - Replaces the “Common Prompt Files” guidance with
.github/copilot-instructions.mdand.github/skills/<name>/SKILL.mdinstructions aligned to the sample project. - Updates “Writing Tests…” wording from “prompt” to “skill” in multiple places.
| @@ -244,7 +256,7 @@ different chats and minimize session context expiration effects. | |||
|
|
|||
| Please be aware of token limits. Set up auto-execution only if you are confident and polish your prompt file. | |||
Comment on lines
+191
to
+193
| A Copilot skill defines instructions, constraints, and step-by-step workflows for the | ||
| https://docs.github.com/en/copilot/using-github-copilot/using-copilot-coding-agent/about-copilot-coding-agent[GitHub Copilot coding agent]. | ||
| Use it to enforce style, allowed steps, locator conventions, and validation rules so every generated test follows team standards. |
valfirst
approved these changes
Jun 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The AI user guide referenced removed/renamed artifacts from the sample-tests repo (
.github/prompts/*.prompt.mdfiles that no longer exist) and used a stale pre-release version string.Changes
0.6.16-SNAPSHOT→0.6.16(MCP server shipped).github/copilot-instructions.md(global project context for Copilot).github/prompts/*.prompt.mdwith.github/skills/<name>/SKILL.md; describes both available skills:generate-vividus-web-tests— web UI stories via VIVIDUS + Playwright MCPgenerate-vividus-api-tests— REST API stories from OpenAPI/Swagger spec via VIVIDUS MCPgenerate-vividus-story-web.prompt.mdandtest-template.prompt.mdreplaced with generic "skill file" language