Skip to content

Ipetrov/wc grid skill - #2376

Open
ivanvpetrov wants to merge 3 commits into
masterfrom
ipetrov/wc-grid-skill
Open

Ipetrov/wc grid skill#2376
ivanvpetrov wants to merge 3 commits into
masterfrom
ipetrov/wc-grid-skill

Conversation

@ivanvpetrov

Copy link
Copy Markdown

Description

Add a basic skill about grids to igniteui.WebComponents, similar to what we have in React and Angular already.
Needs to fix known style import issues and improve agent grid generation.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that causes existing functionality to change)
  • Documentation update
  • Refactoring (code improvements without functional changes)

Related Issues

Closes #

Testing

Checklist

  • My code follows the project's coding standards
  • I have tested my changes locally
  • I have updated documentation if needed
  • Breaking changes are documented in the description

@ivanvpetrov
ivanvpetrov marked this pull request as ready for review September 10, 2026 07:39
Copilot AI lite review requested due to automatic review settings September 10, 2026 07:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The new skill includes incorrect/ambiguous tool-parameter guidance that can cause agents to call MCP tools with the wrong argument names.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Adds a new end-user “grids” skill to the skills/ catalog to guide consistent Ignite UI Web Components grid setup and troubleshooting, with emphasis on theming (including Shadow DOM), component registration, layout sizing, and basic sorting/filtering enablement.

Changes:

  • Adds a new igniteui-wc-grids skill documenting grid/package selection, theming imports, Shadow DOM theme injection, and layout guidance.
  • Updates the skills index (skills/README.md) to include the new grids skill.
File summaries
File Description
skills/README.md Adds the new grids skill to the published skills list.
skills/igniteui-wc-grids/SKILL.md Introduces a new skill covering grid setup, theming, Shadow DOM injection, layout, and sorting/filtering.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

## Required Workflow

1. **Pick the grid type/package** using the table below; ask if ambiguous.
2. **Use only the verified import paths in this file** (`grids/combined.js`, `themes/<variant>/<design>.css`). For anything else (toolbar, export, pivot/tree/hierarchical APIs, properties/events), look it up with `list_components` / `search_api` / `get_doc` / `get_api_reference` (`platform: "webcomponents"`) instead of guessing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants