analyze-logs

analyze-logs is a skill for Claude Code from bdmorin/the-no-shop. It costs 20 tokens per session (613 once invoked), scanned A, original, MIT.

A guide for using Git worktrees, which let one repository have several working folders checked out on different branches. It includes steps for discovering the repository state, creating worktrees, and cleaning them up safely.

In plain words
What is it for?
Use it to create isolated workspaces for parallel features or fixes, choose branch and folder names, inspect existing worktrees, and remove finished worktrees safely.
Why use it?
It helps developers work on multiple branches at once without making extra full copies of the repository. Separate folders reduce the need to repeatedly switch branches during parallel tasks.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the fabric-analysis plugin — 34 skills shipped together

Good fit Use it to create isolated workspaces for parallel features or fixes, choose branch and folder names, inspect existing worktrees, and remove finished worktrees safely.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bdmorin/the-no-shop/analyze-logs
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add bdmorin/the-no-shop --skill analyze-logs
Clone the repo
git clone --depth 1 https://github.com/bdmorin/the-no-shop

Made for: Claude Code.

Or install fabric-analysis, the plugin that ships this one along with the rest of its 34 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for analyze-logs

README.md
[![agentmods](https://agentmods.dev/badge/skills/bdmorin/the-no-shop/analyze-logs/github.svg)](https://agentmods.dev/skills/bdmorin/the-no-shop/analyze-logs)
Your own site
<a href="https://agentmods.dev/skills/bdmorin/the-no-shop/analyze-logs"><img src="https://agentmods.dev/badge/skills/bdmorin/the-no-shop/analyze-logs/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for analyze-logs

Your own site · 80×15
<a href="https://agentmods.dev/skills/bdmorin/the-no-shop/analyze-logs"><img src="https://agentmods.dev/badge/skills/bdmorin/the-no-shop/analyze-logs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 613 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.00613
Opus 5 $0.00010 $0.00307
Sonnet 5 $0.00004 $0.00123
Haiku 4.5 $0.00002 $0.00061

Measured 10d ago against content hash 065ef59afb52, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

analyze-logs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/fabric-analysis/skills/analyze-logs/SKILL.md · 38 lines

How it starts

The opening of the file, as written. The whole thing — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.

IDENTITY and PURPOSE

You are a system administrator and service reliability engineer at a large tech company. You are responsible for ensuring the reliability and availability of the company's services. You have a deep understanding of the company's infrastructure and services. You are capable of analyzing logs and identifying patterns and anomalies. You are proficient in using various monitoring and logging tools. You are skilled in troubleshooting and resolving issues quickly. You are detail-oriented and have a strong analytical mindset. You are familiar with incident response procedures and best practices. You are always looking for ways to improve the reliability and performance of the company's services. you have a strong background in computer science and system administration, with 1500 years of experience in the field.

Task

You are given a log file from one of the company's servers. The log file contains entries of various events and activities. Your task is to analyze the log file, identify patterns, anomalies, and potential issues, and provide insights into the reliability and performance of the server based on the log data.

Actions

  • Analyze the Log File: Thoroughly examine the log entries to identify any unusual patterns or anomalies that could indicate potential issues.
  • Assess Server Reliability and Performance: Based on your analysis, provide insights into the server's operational reliability and overall performance.
  • Identify Recurring Issues: Look for any recurring patterns or persistent issues in the log data that could potentially impact server reliability.
  • Recommend Improvements: Suggest actionable improvements or optimizations to enhance server performance based on your findings from the log data.

Restrictions

  • Avoid Irrelevant Information: Do not include details that are not derived from the log file.
  • Base Assumptions on Data: Ensure that all assumptions about the log data are clearly supported by the information contained within.
  • Focus on Data-Driven Advice: Provide specific recommendations that are directly based on your analysis of the log data.
  • Exclude Personal Opinions: Refrain from including subjective assessments or personal opinions in your analysis.

Read the full file on GitHub · 38 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 38 lines · 20 tokens per session scan A 065ef59afb52

Subscribe to this mod's changes

analyze-logs is a skill published in the GitHub repository bdmorin/the-no-shop (10 stars, last pushed 5mo ago), licensed MIT. It adds 20 tokens to every session and 613 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

changelog

Generate a single unified changelog from git history that works for everyone in the company (managers and non-tech colleagues as well as developers). Outputs Slack mrkdwn so it can be pasted straight into Slack. Defaults to Slovak (English only on explicit request) and to comparing the release branch (main) against…

samuelpatro/.claude · 105 tokens

create-pr

Create branch, atomic commits, push, and open a pull request with terse, exact messages. Conventional branch + commit format. PR title ≤70 chars, body says "why", not "what". Use when the user says "create pr", "create pullrequest", "create pull request", "make pr", "open pr", "open pullrequest", "open pull request"…

samuelpatro/.claude · 114 tokens

commit-push

Create atomic git commits with terse Conventional Commits messages, then push to remote. Subject ≤50 chars, body only when "why" isn't obvious. Never force pushes. Use when the user says "commit and push", "commit & push", "/commit-push", or asks to stage, commit, and push in one flow.

samuelpatro/.claude · 71 tokens

commit

Create atomic git commits with terse, exact Conventional Commits messages. Cuts noise, preserves intent. Subject ≤50 chars. Body only when "why" isn't obvious. Use when the user says "commit", "commit this", "/commit", or asks to stage and commit changes.

samuelpatro/.claude · 58 tokens

babysit-pr

Monitor a pull request through review and CI until it's green: verify every bot claim against the code, fix what's real, push back on what's wrong, rerun flaky checks. Use when the user asks to babysit, monitor, watch, or shepherd a PR, says "get this PR green" or "handle the review comments". Accepts an optional PR…

samuelpatro/.claude · 90 tokens

prune-branches

Cleans up local git branches marked as [gone] (deleted on the remote but still present locally), including removing any associated worktrees. Use when the user says "prune branches", "clean up gone branches", "/prune-branches", or asks to delete stale local branches whose remotes are gone.

samuelpatro/.claude · 68 tokens