autotel-anti-patterns

Detect and explain common autotel integration mistakes in codebases.

7|3|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/jagreehal/autotel --skill autotel-anti-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autotel-anti-patterns
Source: https://github.com/jagreehal/autotel/tree/main/autotel-observability/skills/autotel-anti-patterns
Command: npx skills add https://github.com/jagreehal/autotel --skill autotel-anti-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers recognize and resolve frequent errors and anti-patterns when using autotel, improving code quality and observability practices.

Core Features & Use Cases

  • Diagnostic Guidance: Provides explanations of typical mistakes like manual span management and improper imports.
  • Code Review Support: Assists reviewers in spotting anti-patterns during audits.
  • Educational Tool: Good for teaching correct autotel patterns and best practices in observability.

Quick Start

Use the autotel-anti-patterns skill to review your codebase for common misuse patterns and receive actionable recommendations.

Frequently Asked Questions about autotel-anti-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are common autotel integration mistakes that affect code observability?

Common autotel integration mistakes include improper initialization, manual span handling, incorrect logging practices, and insecure configurations. These anti-patterns degrade observability and introduce security risks into your codebase.

How do I review my codebase for autotel anti-patterns during an audit?

To review your codebase for autotel anti-patterns, scan for improper dependency management, incorrect import paths, and manual span handling. This identifies observability gaps and ensures adherence to best practices.

Why does manual span handling cause debugging issues in autotel?

Manual span handling causes debugging issues because it bypasses autotel's automatic instrumentation logic, leading to fragmented traces and incorrect logging practices that obscure application performance and behavior.

Does autotel require specific import paths to maintain secure configurations?

Yes, autotel requires correct import paths and proper dependency management to maintain secure configurations. Improper imports often lead to initialization failures and expose the codebase to security risks.

Best way to fix insecure autotel configurations in a code review?

The best way to fix insecure autotel configurations during a code review is to check for improper initialization and incorrect logging practices, ensuring proper dependency management to reduce security risks.

When should I avoid manual span management in autotel observability?

You should avoid manual span management in autotel observability whenever automatic instrumentation is available. Manual handling creates anti-patterns that disrupt trace continuity and degrade overall system observability.