signoz-docs
Use this skill first whenever the user asks about SigNoz instrumentation, OpenTelemetry setup, querying, dashboards, alerts, troubleshooting, self-hosted deployment, API endpoints, auth headers, or where to find anything in SigNoz docs.
Works with
--- name: signoz-docs description: Use this skill first whenever the user asks about SigNoz instrumentation, OpenTelemetry setup, querying, dashboards, alerts, troubleshooting, self-hosted deployment, API endpoints, auth headers, or where to find anything in SigNoz docs. license: MIT --- # SigNoz Docs Use official `signoz.io` documentation and API references only. Ground every answer in fetched docs content and cite the canonical docs URL. ## Access Docs SigNoz docs support `Accept: text/markdown`. Fetch docs pages as markdown instead of scraping HTML. ### Discover pages Use the sitemap to search for candidate pages: ``` GET https://signoz.io/docs/sitemap.md ``` ### Fetch a page Fetch any docs page as markdown by requesting it with: ``` GET https://signoz.io/docs/<path>/ Accept: text/markdown ``` For example, to fetch the logs overview page: ``` GET https://signoz.io/docs/logs-management/overview/ Accept: text/markdown ``` ## Workflow 1. **Identify the domain** from the user's question: instrumentation, OpenTelemetry setup, querying, dashboards, alerts, troubleshooting, deployment, or API docs. 2. **Check the heuristics table below**. If a heuristic matches, read that file before choosing docs pages. 3. **Search `sitemap.md` for candidate pages** that match the user's product area, environment, language, and task. 4. **Rank the best 2-5 official pages** by how directly they help the user complete the task. 5. **Fetch only the top page(s)** as markdown with `Accept: text/markdown`. - Fetch **one page** for narrow questions that map cleanly to a single setup guide, troubleshooting page, or API reference. - Fetch **multiple pages** when the task clearly spans multiple needs, such as collection-method selection plus a language guide, setup plus troubleshooting, or overview plus exact API/auth details. - Keep the fetch set small and purposeful. Do not fetch loosely related pages just because they share keywords. 6. **Answer from the fetched docs** and cite canonical `https://signoz.io/docs/...` URLs. 7. **Handle ambiguity deliberately**: if multiple pages are plausible, prefer the page that completes the task most directly and mention alternates only when they materially change the answer. ## Ranking Hints - Prefer setup, troubleshooting, or API-reference pages over overview pages when the user needs an action. - Prefer pages that match the user's runtime, language, deployment environment, or SigNoz product area. - For API questions, prefer the exact endpoint/auth/reference page over a general guide. - Stay within official `signoz.io` docs pages when this skill applies. ## Domain Heuristics Read the matching heuristic file **before** fetching docs. Each file contains decision logic to route the user to the right guide. | Topic | Trigger keywords | Heuristic file | |---|---|---| | Sending Logs | logs, log collection, logging, send logs | [sending-logs.md](./heuristics/sending-logs.md) |
More Deployment & CI/CD skills
azure-enterprise-infra-planner
microsoft/azure-skills
Architect and provision enterprise Azure infrastructure from workload descriptions. For cloud architects and platform engineers planning networking, identity, security, compliance, and multi-resource topologies with WAF alignment. Generates Bicep or Terraform directly (no azd). WHEN: 'plan Azure infrastructure', 'architect Azure landing zone', 'design hub-spoke network', 'plan multi-region DR topology', 'set up VNets firewalls and private endpoints', 'subscription-scope Bicep deployment', 'Azure Backup for VM workloads'. PREFER azure-prepare FOR app-centric workflows.
azure-kubernetes-app-deploy
microsoft/azure-skills
Use when deploying an existing web application or API to an already-running Azure Kubernetes Service cluster. Detects the framework, generates a Dockerfile and Kubernetes manifests, validates against AKS Deployment Safeguards, and deploys with verification. WHEN: deploy app to AKS, deploy to existing AKS cluster, containerize app for Kubernetes, generate K8s manifests for Azure, set up CI/CD for AKS, my AKS deployment is failing safeguard checks, I have a Django/Express/Spring Boot app to run on AKS. DO NOT USE FOR: creating or provisioning an AKS cluster (use azure-kubernetes), assessing migration to AKS Automatic (use azure-kubernetes-automatic-readiness), or deploying to non-AKS targets like Web Apps, Container Apps, or Functions.
finetuning
microsoft/azure-skills
Fine-tune models on Microsoft Foundry using SFT (supervised), DPO (preference), or RFT (reinforcement with graders). Covers dataset preparation, training job submission, deployment, and evaluation. USE FOR: fine-tune, SFT, DPO, RFT, training data, grader, distillation, fine-tuned model, training job, large file upload, calibrate grader, deploy fine-tuned model, evaluate fine-tuned model. DO NOT USE FOR: general model deployment without fine-tuning (use deploy-model), agent creation (use agents), prompt optimization without training (use prompt-optimizer).

