docs: update documentation to use get_example for code examples and… - #327
Open
Marina-L-Stoyanova wants to merge 2 commits into
Open
docs: update documentation to use get_example for code examples and…#327Marina-L-Stoyanova wants to merge 2 commits into
get_example for code examples and…#327Marina-L-Stoyanova wants to merge 2 commits into
Conversation
Marina-L-Stoyanova
requested review from
dkalinovInfra
and
a lite review from Copilot
August 10, 2026 12:53
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the shipped skills/ documentation for Ignite UI for Blazor to incorporate the new igniteui-cli MCP tool get_example, steering agents toward retrieving working code samples via MCP rather than relying on get_doc alone.
Changes:
- Document
get_exampleas a first-choice MCP call for working Razor/CSS examples across component, grid, theming, and image-to-UI workflows. - Keep
get_docpositioned as the fallback when narrative/behavioral context is required (lifecycle, tradeoffs, interactions). - Update skill setup/reference docs to reflect the expanded Ignite UI CLI MCP toolset.
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| skills/README.md | Adds get_example to the documented igniteui-cli tool list. |
| skills/igniteui-blazor-theming/SKILL.md | Updates CSS parts guidance to use get_example for ::part() samples. |
| skills/igniteui-blazor-theming/references/common-patterns.md | Updates the CSS-parts workflow to incorporate get_example for working selectors. |
| skills/igniteui-blazor-grids/SKILL.md | Shifts grid workflow Step 4 to prefer get_example for working code. |
| skills/igniteui-blazor-grids/references/features.md | Updates summaries guidance to use get_example for the custom summaries pattern. |
| skills/igniteui-blazor-generate-from-image-design/SKILL.md | Updates the image-to-view workflow to prefer get_example for component usage patterns. |
| skills/igniteui-blazor-generate-from-image-design/references/gotchas.md | Updates CSS ::part() guidance to add get_example for working code. |
| skills/igniteui-blazor-generate-from-image-design/references/component-mapping.md | Updates selection notes to validate choices using get_example (or get_doc). |
| skills/igniteui-blazor-components/SKILL.md | Updates the component workflow to prefer get_example for working markup/patterns. |
| skills/igniteui-blazor-components/references/setup.md | Updates module-name discovery guidance to reference get_example first. |
| skills/igniteui-blazor-components/references/mcp-setup.md | Updates MCP server description to include get_example as an exposed tool. |
| skills/igniteui-blazor-components/references/layout.md | Updates overview guidance to call get_example for docs + working code. |
| skills/igniteui-blazor-components/references/layout-manager.md | Updates overview guidance to call get_example for docs + working code. |
| skills/igniteui-blazor-components/references/form-controls.md | Updates overview guidance to call get_example for docs + working code. |
| skills/igniteui-blazor-components/references/feedback.md | Updates overview + agent instruction to reference get_example first. |
| skills/igniteui-blazor-components/references/data-display.md | Updates overview guidance to call get_example for docs + working code. |
| skills/igniteui-blazor-components/references/charts.md | Updates chart guidance to prefer get_example for working code and module discovery. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
… usage patterns
Description
Updating skill files with the new Ignite UI MCP tool 'get_example'