From truesight
Build a custom web interface for trace annotation and review. Use when users need a bespoke review surface for their workflow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/truesight:build-review-interfaceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to design and implement a stack-agnostic custom trace review web UI.
Use this skill to design and implement a stack-agnostic custom trace review web UI.
Start with custom web UI scoping questions.
Rules:
Example question:
What should the primary annotation action set be in v1?
A) Pass / Fail only
B) Pass / Fail + free-text notes
C) Pass / Fail + notes + Defer
D) Custom label set
npx claudepluginhub goodeye-labs/truesight-mcp-skillsGenerates browser-based annotation UI for LLM traces: displays traces readably, collects Pass/Fail labels and notes, saves to CSV/SQLite/JSON. Customize for human review.
Implements and reviews frontend UI including routing, state management, API integration, responsive layout, accessibility, and browser behavior within existing design systems.
Provides opinionated, evolving constraints and patterns for guiding agents when building user interfaces.