Architecture skill with Mermaid pattern documentation#11281
Open
brooke-hamilton wants to merge 7 commits intoradius-project:mainfrom
Open
Architecture skill with Mermaid pattern documentation#11281brooke-hamilton wants to merge 7 commits intoradius-project:mainfrom
brooke-hamilton wants to merge 7 commits intoradius-project:mainfrom
Conversation
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new arch-documenter Copilot skill under .github/skills/ to help generate code-grounded architecture documentation, including reusable Mermaid diagram templates.
Changes:
- Added
arch-documenterskill definition and guidance (SKILL.md) - Added a Mermaid diagram patterns reference document with reusable templates
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/skills/arch-documenter/SKILL.md | Defines the skill’s purpose, procedure, Radius-specific context, and a recommended output format. |
| .github/skills/arch-documenter/references/mermaid-patterns.md | Provides reusable Mermaid diagram templates and diagramming tips. |
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11281 +/- ##
=======================================
Coverage 50.98% 50.98%
=======================================
Files 679 679
Lines 43174 43174
=======================================
+ Hits 22012 22013 +1
+ Misses 19040 19038 -2
- Partials 2122 2123 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Description
Adds the
architecture-documenterskill to the Radius Copilot CLI with comprehensive Mermaid diagram patterns and examples.The prompt used to create this skill used the
/create-skillprompt that is currently bundled with VS Code Insiders. Here is what that prompt was given:A follow-up prompt was useful in filling out the High Level Components section:
Type of change
Contributor checklist
Changes