sync-ag-shared
Sync ag-shared Subrepo Across AG Repos
Orchestrate syncing external/ag-shared/ changes from the current repo to all other AG repos that consume the subrepo. This handles the full yarn subrepo push / pull cycle, companion changes, and cross-linked PRs.
Help
If the user provides a command option of help:
- Explain how to use this skill.
- Explain the prerequisites and what will happen.
- DO NOT proceed, exit the skill immediately after these steps.
Prerequisites
- Git CLI, GitHub CLI (
gh), andyarnmust be available. git subrepomust be installed (git subrepo --version).- Use
yarn subrepofor push and pull (never rawgit subrepo push/pull). The wrapper handles edge cases like stale parent references. Other subrepo commands (e.g.git subrepo status,git subrepo clean) usegit subrepodirectly. - Never edit
external/ag-shared/.gitrepomanually. Only subrepo commands should modify this file. - Should be on a feature branch. If on
latest/main/master, the skill will offer to create one.
More from ag-grid/ag-charts
estimate-jira
Estimate complexity, effort, and risks for JIRA tickets, features, or projects. Generates structured reports with time estimates, dependencies, risk analysis, and known unknowns. Use when user asks to "estimate", "size", or "analyze complexity" of work items.
43pr-split
Split a branch into a logical sequence of stacked PRs for easier review
27batch-lint-cleanup
Analyze ESLint violations and auto-fix specific rules in isolation
23recall
Load branch context and browse project memory for session resumption
22plunker
Create and manage Plunker (plnkr.co) code examples for AG Charts and AG Grid. Use this skill whenever the user mentions plunker, plnkr, or plunk, wants to create a shareable code demo or bug reproduction, needs to fork or modify an existing plunk, or asks for a live code example they can share via URL. This includes creating repros for JIRA tickets, building demos for stakeholders, downloading plunks to inspect them, or making any interactive code example hosted on plnkr.co. Also trigger when users ask for "a shareable example", "a repro", "a demo I can send", or "a live example" — even without explicitly saying "plunker".
22plan-implementation-review
Review plan execution completeness and identify delivery gaps
22