Toolverse
All skills

logging-observability

by getsentry

Review code for correct logging and error handling patterns. Use when reviewing code that handles errors, uses logging functions, or captures exceptions. Enforces the error hierarchy where 4xx errors are never logged to Sentry and 5xx errors always are. Trigger phrases include \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
getsentry
Category
Backend
Views
25

About this skill

Review code for correct logging and error handling patterns. Use when reviewing code that handles errors, uses logging functions, or captures exceptions. Enforces the error hierarchy where 4xx errors are never logged to Sentry and 5xx errors always are. Trigger phrases include \

How to use

  1. Zainstaluj umiejętność w swoim środowisku MCP, dodając ją do konfiguracji agenta Claude lub Copilota.
  2. Uruchom przegląd kodu, używając fraz wyzwalających: "review logging", "check error handling", "audit observability" lub "verify logIssue vs logError".
  3. Agent przeanalizuje kod pod kątem błędów w hierarchii — sprawdzi, czy błędy 4xx (ApiClientError, UserInputError, ConfigurationError) nie są wysyłane do Sentry.
  4. Zweryfikuje, że błędy 5xx (ApiServerError) zawsze tworzą zgłoszenia w Sentry i są prawidłowo logowane.
  5. Sprawdzi poprawne użycie funkcji logowania: logDebug() i logInfo() dla informacji, logWarning() dla ostrzeżeń, logError() dla błędów wymagających alertu.
  6. Otrzymasz raport z zaleceniami dotyczącymi poprawy obsługi błędów i logowania w przeanalizowanym kodzie.

Related skills

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214

travel-planner

by ailabs-393

This skill should be used whenever users need help planning trips, creating travel itineraries, managing travel budgets, or seeking destination advice. On first use, collects comprehensive travel preferences including budget level, travel style, interests, and dietary

Backend
4379

effective-go

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

Backend
248296

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

fastapi-pro

by sickn33

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

Backend
54128

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109