cross-platform-cloud-verification
仓库创建 2021年7月9日最近提交 1 小时前SkillHot 收录 1 小时前
▸ 精选理由
为需跨平台验证的改动提供自动化执行与成本感知的编排能力。
▸ 风险提示
会消耗云资源与费用,请注意权限与预算。
这个 Skill 做什么
在成本可控前提下,跨操作系统与架构的云端跑器上编排并汇总验证执行结果。
在云端把变更放到多个操作系统和 CPU 架构的 runner 上跑验证,并把结果汇总,但只有在低成本检查通过后才扩展到更多平台。适合代码改动、兼容性、原生依赖或 UI/文件系统差异可能影响多平台的场景。特点是自动挑选最小集合的目标平台来节省云算力和费用。
▸ 展开 SKILL.md 英文原文
Orchestrates cost-conscious cloud verification across available operating-system and architecture runners after cheaper checks pass. Use whenever a code change, bug fix, build, packaging flow, native dependency, UI behavior, filesystem behavior, or test has material cross-platform implications, even if the user only asks to verify or test the change. Consult domain verification skills for what to test; use this skill to choose and access the smallest relevant set of platforms.
6.4w
Stars
5.4k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/warpdotdev/warp/master/.agents/skills/cross-platform-cloud-verification/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/warpdotdev/warp/master/.agents/skills/cross-platform-cloud-verification/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Cross-platform cloud verification Verify a change on the smallest useful set of cloud platforms. This skill owns runner discovery, platform selection, child orchestration, and result aggregation. It does not define the product-specific verification procedure. Cross-platform execution consumes remote compute and credits, so use it as the last verification layer rather than as an exploratory first step. ## Workflow ### 1. Establish the local verification gate Finish the cheaper feedback loops first: 1. Inspect the change and identify the behavior being verified. 2. Run the relevant local build, focused tests, lint, type checks, or manual verification. 3. Fix deterministic local fail
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有