with one click
x11-window-check
X11 窗口截图取证技能。可枚举窗口、按标题匹配抓取 PNG,并输出元数据供 GUI 可视化自检。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
X11 窗口截图取证技能。可枚举窗口、按标题匹配抓取 PNG,并输出元数据供 GUI 可视化自检。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
用 Codex SDK 启动多个并行 subagents。由 primary agent 预先分配 owned paths、阅读文件和验收标准,让 subagents 以 gpt-5.4 + high + danger-full-access 执行并回传改动、检查和风险。
用 TypeScript 和 Codex SDK 构建单线程 worker-reviewer 状态机。维护 plan.md 与 memory.md,让 worker 连续工作、让 reviewer 无状态审核并最多回退 20 轮。
通用软件研发质量门禁技能。根据任务类型选择静态检查、真实运行、GUI 交互或行为证据,要求 agent 在交付前留下与开发意图一致的验证结果。
通用 TypeScript 开发门禁技能。统一检查 Node/npm、安装依赖并执行 tsc,无缝服务新的 TS 叶子模块。
管理和读取工作区目录文档。使用该技能可了解文件/目录用途、读取 agent 专用备注,或在创建/修改文件后更新文档。
FreeJ2ME 本地构建门禁技能。统一检查 JDK 工具链、编译 tools/freej2me-src,并同步产出到 tools/freej2me.jar。
| name | x11-window-check |
| description | X11 窗口截图取证技能。可枚举窗口、按标题匹配抓取 PNG,并输出元数据供 GUI 可视化自检。 |
这个技能用于在当前 X11 桌面会话里,对窗口做可复验的截图取证,支撑 FreeJ2ME 和后续工具界面的视觉检查。
python3 .agents/skills/x11-window-check/scripts/x11_window_check.py list
python3 .agents/skills/x11-window-check/scripts/x11_window_check.py capture --title "FreeJ2ME"
python3 .agents/skills/x11-window-check/scripts/x11_window_check.py capture \
--title "FreeJ2ME" \
--output docs/visual-checks/freej2me.png
python3 .agents/skills/x11-window-check/scripts/x11_window_check.py capture \
--id 0x800868 \
--output docs/visual-checks/freej2me.png
xwininfoimport 或 xwdimport)说明:
docs/visual-checks/<timestamp>/。