Use plugin root for mobile app bundled assets - #486
Open
Shubham Agarwal (kanu-shubham) wants to merge 2 commits into
Open
Use plugin root for mobile app bundled assets#486Shubham Agarwal (kanu-shubham) wants to merge 2 commits into
Shubham Agarwal (kanu-shubham) wants to merge 2 commits into
Conversation
Copilot started reviewing on behalf of
Shubham Agarwal (kanu-shubham)
August 28, 2026 11:37
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the mobile-apps plugin’s skill/reference documentation to use normalized ${PLUGIN_ROOT} paths (replacing ${CLAUDE_SKILL_DIR}), aligning asset/reference resolution with the convention already used in other plugins (e.g., power-pages).
Changes:
- Replaced
${CLAUDE_SKILL_DIR}-relative paths with${PLUGIN_ROOT}across mobile-apps SKILL workflows. - Updated intra-plugin skill calls and shared-reference links to use plugin-root-relative paths.
- Updated mobile-apps shared reference docs to point at
${PLUGIN_ROOT}/skills/...for invoked workflows.
Reviewed changes
Copilot reviewed 28 out of 28 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| plugins/mobile-apps/skills/setup-offline-profile/SKILL.md | Switch shared/reference/script paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/setup-datamodel/SKILL.md | Switch shared/reference/script paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/report-issue/SKILL.md | Switch shared-instructions link to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/preview-screens/SKILL.md | Switch reference path to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/preview-offline-scope/SKILL.md | Switch script/shared-instructions paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/list-connections/SKILL.md | Switch shared-instructions link to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/enable-tables-offline/SKILL.md | Switch shared/reference/script paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/edit-offline-profile/SKILL.md | Switch shared/reference/script paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/edit-app/SKILL.md | Switch reference + validator script paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/design-system/SKILL.md | Switch preset reference paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/deploy/SKILL.md | Switch shared/reference/script paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/debug-app/SKILL.md | Switch shared/reference links to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/create-mobile-app/SKILL.md | Switch shared/script/agent/reference paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/assign-offline-profile/SKILL.md | Switch shared/reference/script paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/add-table-to-offline-profile/SKILL.md | Switch shared/reference/script/agent paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/add-sharepoint/SKILL.md | Switch shared/reference links to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/add-sample-data/SKILL.md | Switch shared/reference/script paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/add-native/SKILL.md | Switch shared/reference + internal-helper paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/add-native/add-pen-input/SKILL.md | Switch shared-instructions link to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/add-native/add-pdf-viewer/SKILL.md | Switch shared-instructions link to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/add-native/add-pdf-report/SKILL.md | Switch shared-instructions link to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/add-native/add-geolocation/SKILL.md | Switch shared/script paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/add-native/add-camera/SKILL.md | Switch shared/reference link to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/add-dataverse/SKILL.md | Switch shared/script paths to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/add-datasource/SKILL.md | Switch shared-instructions link to ${PLUGIN_ROOT} |
| plugins/mobile-apps/skills/add-connector/SKILL.md | Switch shared/connector reference links to ${PLUGIN_ROOT} |
| plugins/mobile-apps/shared/references/offline-profile-reconciliation.md | Update invoked-skill paths to ${PLUGIN_ROOT}/skills/... |
| plugins/mobile-apps/shared/references/dataverse-offline-api.md | Update recovery workflow paths to ${PLUGIN_ROOT}/skills/... |
💡 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>
Copilot started reviewing on behalf of
Shubham Agarwal (kanu-shubham)
August 28, 2026 11:57
View session
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.
Summary
${CLAUDE_SKILL_DIR}path references in the mobile-app plugin with normalized${PLUGIN_ROOT}pathsCLAUDE_PLUGIN_ROOTonly as the runtime compatibility fallback alongsidePLUGIN_ROOTValidation
${CLAUDE_SKILL_DIR}references remain underplugins/mobile-apps${PLUGIN_ROOT}references in changed files resolve, including dynamic-path parent checksgit diff --check