feat(skills): refactor react skills#167
Open
onlyexeption wants to merge 8 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refactors the Ignite UI for React “skills” documentation to rely more on MCP-powered component discovery/API lookup and to reduce duplicated, hardcoded reference tables across the skills.
Changes:
- Streamlines component mapping/catalog docs by removing detailed tables and directing readers/agents to
list_components+get_doc+ search tools for up-to-date API details. - Updates theming guidance to emphasize the MCP theming workflow (palette/theme/typography/elevations/tokens) and adds an explicit “get tokens first” instruction before component-level overrides.
- Refreshes charts/grids and event-handling references to point to MCP lookups rather than embedded prop/event details.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/igniteui-react-generate-from-image-design/reference/component-mapping.md | Simplifies mapping tables and adds guidance to use MCP docs/API search for details. |
| skills/igniteui-react-customize-theme/SKILL.md | Replaces conceptual table with a tool-first theming workflow summary; trims extra resources. |
| skills/igniteui-react-customize-theme/reference/MCP-SERVER.md | Removes the workflow section, keeping setup + file safety guidance. |
| skills/igniteui-react-customize-theme/reference/CSS-THEMING.md | Adds an explicit instruction to call get_component_design_tokens before overriding tokens. |
| skills/igniteui-react-components/SKILL.md | Removes package routing table and extra resource links; keeps MCP setup pointer. |
| skills/igniteui-react-components/reference/EVENT-HANDLING.md | Adds MCP API reference lookup guidance for event signatures. |
| skills/igniteui-react-components/reference/COMPONENT-CATALOGUE.md | Removes large embedded catalogue; shifts to MCP-driven discovery/docs/search. |
| skills/igniteui-react-components/reference/CHARTS-GRIDS.md | Adds MCP doc pointers and removes embedded “key props” reference blocks. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…I/igniteui-react into ibarakov/skills-refactor
kdinev
requested changes
Jun 2, 2026
Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>
Co-authored-by: Konstantin Dinev <kdinev@infragistics.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.
Closes #
Additional information (check all that apply):
Checklist:
README.MDCHANGELOG.MDupdates for newly added functionality