netra-context-tracking
Installation
SKILL.md
Netra Context Tracking
Use this skill to apply consistent identity and conversation context in Netra traces.
When To Use
- You need per-request identity (
user_id,session_id,tenant_id) in traces. - You want custom attributes and business events attached to spans.
- You need conversation input/output logs for multi-turn apps.
Procedure
- Set IDs at request entry before any downstream LLM/tool calls.
- Attach stable custom attributes (tier, region, plan, channel).
- Record business events for key milestones.
- Add conversation entries for user inputs and assistant outputs.
- Clear or replace context at the next request boundary.