Back to list
adaptationio

project-observability-analyzer

by adaptationio

0🍴 0📅 Jan 24, 2026

SKILL.md


name: project-observability-analyzer description: Analyze projects and recommend observability integration. Use when adding observability to projects Claude Code works on.

Project Observability Analyzer

Analyze project structure and recommend observability strategy for applications.

Workflow

  1. Scan Project Structure (files, dependencies, framework)
  2. Detect Framework (Express, Next.js, FastAPI, Spring Boot, etc.)
  3. Identify Existing Logging (Winston, Pino, Python logging, etc.)
  4. Detect Existing Observability (Prometheus exporters, OTEL, APM agents)
  5. Analyze API Endpoints (if web framework detected)
  6. Generate Recommendations:
    • OTEL instrumentation points
    • Logging library configurations
    • Prometheus metrics to add
    • Docker compose integration
  7. Generate Integration Files:
    • Updated docker-compose.yml (app + observability)
    • OTEL instrumentation code
    • Logger configuration
    • README with setup instructions

Example Output

## Project: Express.js REST API

**Framework**: Express.js 4.18.2
**Logging**: Winston (JSON format) ✅
**Observability**: None ❌

**Recommendations**:
1. Add express-prom-bundle for Prometheus metrics
2. Configure Winston → Loki (via Alloy)
3. Add OTEL auto-instrumentation for tracing
4. Integrate with LGTM stack

**Files Generated**:
- docker-compose-with-app.yml
- otel-instrumentation.js
- winston-loki-config.js

Framework Templates

  • Express.js integration
  • Next.js integration
  • FastAPI integration
  • Spring Boot integration

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon