auto-finding-capture
仓库创建 2026年4月7日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
确保各终端发现不丢失,便于后续跟踪与处理
▸ 风险提示
可能收集敏感日志或错误信息,需要隐私筛查
这个 Skill 做什么
自动收集并路由检测到的发现/问题到待办或 backlog
自动把构建或运行中探测到的明显问题收集并送到 backlog 或待办里,不管哪个终端或代理发现的都不漏。会按约定的路由和去重规则整理条目,保证发现不会因为需要额外确认而被阻塞。常用在持续构建/监控循环里,想把每个可验证的问题自动记录成待办时用。
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/auto-finding-capture/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/auto-finding-capture/SKILL.md"SKILL.MD 节选查看完整文件 ↗
--- name: auto-finding-capture description: Project-scoped skill documenting build-loop's DEFAULT-ON auto-capture of clearly-identified findings/issues into the backlog, regardless of which terminal or agent surfaced them. Provides the detection contract, routing rules, dedup strategy, and the standing rule that agents/critics must NOT gate identified issues behind a user selection. Use when an agent, audit, or critic surfaces a concrete severity-labeled issue, or when reasoning about where findings persist. user-invocable: false when_to_use: | - Any agent/audit/critic states a concrete, severity-labeled issue in the session - A dispatched ad-hoc audit (Codex, NavGator, a security pass)
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有