build-loop:ibr-bridge

仓库创建 2026年4月7日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

优先使用插件能力并提供本地回退,简化视觉验证流程

▸ 风险提示

可能需本地原生驱动或 UI 自动化权限

这个 Skill 做什么

将 UI 视觉验证路由到 IBR 插件,未安装时回退本地验证器

把 UI 视觉校验优先交给已装的 IBR 插件去做,没装时退回到 build-loop 自带的 native-ax-driver/ui-validator。用在需要做视觉对比或视图验证的构建流程里,能自动选最合适的验证路径。特别说明:不会用 nm/strings 等符号查找,也不是用来做 API 注册或 PRD 归档的桥接。

▸ 展开 SKILL.md 英文原文

Routing bridge to the IBR plugin for UI visual verification. Build-loop prefers IBR `scan` / `scan_macos` when the IBR plugin is installed; otherwise falls back to build-loop's own `native-ax-driver` / `ui-validator`. Never falls back to nm/strings. NOT for API registration (use `api-registry-bridge`) or PRD grounding (use `prd-bridge`).

开发编程UI验证桥接视觉通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/ibr-bridge/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/ibr-bridge/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 -->

# IBR Bridge (Primary-When-Present, Native-Fallback)

Build-loop routes UI visual verification through IBR when the IBR plugin is installed, and through its own native verifiers when it isn't. There is no third path — `nm`/`strings`/`git grep` over symbols never satisfies the visual-evidence gate (enforced by `skills/build-loop/scanners/require-visual-evidence.mjs` at chunk-close and Phase 4-B).

The previous "explicit-only" policy was reversed 2026-06-04 because it left the macOS path without a default visual verifier in projects that didn't have I
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有