用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AztecProtocol/aztec-packages --skill ci-logs命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Reference for merge-train automation internals -- workflows, scripts, CI integration, and configuration. Use when modifying or debugging merge-train infrastructure.
Analyze Linear issues, validate them against the codebase, then implement fixes and create draft PRs.
Compile noir-protocol-circuits (kernels, rollup, etc.) and compute their gate counts with `bb gates`, for both the chonk (client IVC) and ultra_honk schemes. Use when asked to regenerate circuit variants, compile protocol circuits, or measure gate/circuit sizes.
基于 SOC 职业分类
正在显示 SKILL.md
| name | ci-logs |
| description | Analyze CI logs from ci.aztec-labs.com. Use this instead of WebFetch for CI URLs. |
| argument-hint | <url-or-hash> |
When you need to analyze logs from ci.aztec-labs.com, delegate to the analyze-logs subagent.
Extract the hash from the URL (e.g., http://ci.aztec-labs.com/e93bcfdc738dc2e0 → e93bcfdc738dc2e0)
Spawn the analyze-logs subagent using the Task tool with the hash and focus area (e.g. "errors", "test <name>", or a custom question) in the prompt.
User asks: "What failed in http://ci.aztec-labs.com/343c52b17688d2cd"
You do: Use the Task tool with subagent_type: "analyze-logs" and prompt including the hash 343c52b17688d2cd, focus on errors, and instruction to download with yarn ci dlog.
For specific test analysis: Same approach, but set the focus to the test name.
yarn ci dlog