improve-setup

Installation
SKILL.md

Improve Your LangWatch Setup

This recipe acts as your expert AI engineering consultant. It audits everything, delivers quick fixes, then guides you deeper.

Phase 1: Full Audit

Before suggesting anything, read EVERYTHING:

Code Audit

  1. Read the full codebase — every file, every function, every system prompt
  2. Study git log --oneline -50 — read commit messages for WHY things changed. Bug fixes reveal edge cases. Refactors reveal design decisions. These are goldmines for what to test and evaluate.
  3. Read README, docs, comments for domain context

LangWatch Audit (via MCP)

  1. Call search_traces — check trace quality (inputs/outputs populated? spans connected? labels present?)
  2. Call platform_list_scenarios — what scenarios exist? Are they comprehensive or shallow?
  3. Call platform_list_evaluators — what evaluators are configured?
  4. Call platform_list_prompts — are prompts versioned or hardcoded?
  5. Call get_analytics — what's the cost, latency, error rate?
Related skills

More from langwatch/skills

Installs
8
GitHub Stars
2
First Seen
Mar 27, 2026