Agent skill
build-review-interface
Build a custom web interface for trace annotation and review. Use when users need a bespoke review surface for their workflow.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/build-review-interface
SKILL.md
Build Review Interface
Use this skill to design and implement a stack-agnostic custom trace review web UI.
Interactive Q&A protocol (mandatory)
Start with custom web UI scoping questions.
Rules:
- Ask one question at a time.
- Use the structured question tool for every question. Structure each with a short header, 2-4 options with labels and descriptions, and place the recommended option first. Do not add "(Recommended)" or similar annotations to option labels.
- Ask one follow-up when requirements are ambiguous.
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
Custom UI workflow
- Define annotation contract:
- pass/fail controls
- free-text notes
- defer action
- autosave behavior
- Define data source and persistence:
- JSON/CSV input or API-backed source
- CSV/JSON/SQLite output for labels
- Build trace review views:
- render markdown as markdown
- syntax highlight code
- pretty-print JSON
- collapse low-value verbose sections
- Add navigation and productivity controls:
- next/previous
- position and progress counters
- keyboard shortcuts
- Validate end to end:
- functional checks
- data persistence checks
- Playwright verification for core annotation loop
Design checklist
- Consistent layout and terminology across traces
- Pass/fail actions visually distinct
- Full trace visible or expandable
- Autosave on primary actions
- Keyboard shortcuts for frequent actions
- Trace-level annotation as default
Guardrails
- Keep technology guidance stack-agnostic unless the user asks for a specific stack.
- Review the existing codebase to determine if any existing stack is available and offer that as an option.
- Keep sampling logic separate from UI implementation.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?