preview-offline-scope
仓库创建 2026年1月22日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由
避免推送大型离线包,适合离线方案评估。
这个 Skill 做什么
在推送前估算离线配置的下载大小和同步频率,提供逐表行数估算。
在把离线配置推送给用户前,预估设备要下载的数据量和同步频率,并按表给出行数估算,帮助评估带宽和存储成本。适合在最终推送或分配离线配置前做一次验算把控风险。它是只读诊断工具,不会修改配置,只输出可供决策的预估报告。
▸ 展开 SKILL.md 英文原文
Use when the user wants to estimate the download size + sync frequency cost of an offline profile BEFORE pushing to users. Read-only. Wraps verify-offline-profile.js with per-table row-count estimates.
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/preview-offline-scope/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/preview-offline-scope/SKILL.md"SKILL.MD 节选查看完整文件 ↗
**Shared instructions: [shared-instructions.md](${CLAUDE_SKILL_DIR}/../../shared/shared-instructions.md)** — read first.
# Preview Offline Scope
Read-only diagnostic. Tells you "if you pushed this profile to users right now, here's what their devices would download and how often it would re-sync." No mutations.
Useful before:
- `/setup-offline-profile` for a final sanity check
- `/assign-offline-profile` (so users don't get surprised by data caps)
- `/edit-offline-profile` to gauge impact of a column-list change
## Workflow
1. Verify project + locate profile → 2. Run verify (drift check) → 3. Per-table row counts → 4. Cache-size estimate → 5. Report
---
### Step 1 — Verify project + lvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有