Agent skill
ci-logs
Analyze CI logs from ci.aztec-labs.com. Use this instead of WebFetch for CI URLs.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ci-logs
SKILL.md
CI Log Analysis
When you need to analyze logs from ci.aztec-labs.com, delegate to the analyze-logs subagent.
Usage
-
Extract the hash from the URL (e.g.,
http://ci.aztec-labs.com/e93bcfdc738dc2e0→e93bcfdc738dc2e0) -
Spawn the
analyze-logssubagent using the Task tool with the hash and focus area (e.g. "errors", "test <name>", or a custom question) in the prompt.
Examples
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.
Do NOT
- Do NOT use WebFetch to access ci.aztec-labs.com (requires auth)
- Do NOT try to curl the URL directly
- Always use the analyze-logs agent which knows how to use
yarn ci dlog
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?