From judgment
Build, inspect, or execute tenant-safe Judgment Query Language (JQL) through the public Judgeval Python or TypeScript SDK. Use for querying project traces, spans, or sessions; aggregations and pipelines; chart or table presentations; discovery; public response handling; and JQL troubleshooting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/judgment:judgeval-jqlThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use only the public Judgeval SDK. Builders create canonical JSON; the authenticated Judgment API validates and executes it for the configured project.
Use only the public Judgeval SDK. Builders create canonical JSON; the authenticated Judgment API validates and executes it for the configured project.
Inspect the repository before writing code:
pyproject.toml, uv.lock, requirements*.txt, or Python source), read references/python.md and do not read the TypeScript reference.package.json, tsconfig.json, or TS/JS source), read references/typescript.md and do not read the Python reference.The standalone full.md bundle contains this workflow and both references for clients that can fetch only one document. After reading it, still apply only the matching runtime section.
JUDGMENT_API_KEY and JUDGMENT_ORG_ID are available through the environment. Never print, embed, log, or commit credentials.Judgeval with project_name (Python) or projectName (TypeScript). Organization and project scope come from authenticated SDK context, not JQL JSON.client.discover(...) with a documented discovery kind. Field availability depends on the query source: discover fields for the intended source, then switch grain only when the user's intent permits it or ask before changing semantics.traces, spans, or sessions. Add filters and time bounds before choosing a select terminal or pipeline.client.query(...) for query builders, client.present(...) for .table(...) or .chart(...), and inspect the exact public response fields.Public JQL can be enabled per organization. If a valid public SDK request reports that the feature is unavailable, tell the user to contact Judgment; do not work around the restriction.
Creates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.
npx claudepluginhub judgmentlabs/skills --plugin judgment