view-results
View and analyze Hawk evaluation results. Use when the user wants to see eval-set results, check evaluation status, list samples, view transcripts, or analyze agent behavior from a completed evaluation run.
npx skills add majiayu000/claude-skill-registry --skill hawk-view-results-tbroadley-dotfiles-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# View Hawk Eval Results When the user wants to analyze evaluation results, use these hawk CLI commands: ## 1. List Eval Sets You can list all eval sets if the user do not know the eval set ID: ```bash hawk list eval-sets ``` Shows: eval set ID, creation date, creator. You can increase the limit of results returned by `--limit N`. ```bash hawk list eval-sets --limit 50 ``` Or you can search for a specific eval set by using `--search QUERY`. ```bash hawk list eval-sets --search pico ``` ## 2. List Evaluations With an eval set ID, you can list all evaluations in the eval-set: ```bash hawk list evals [EVAL_SET_ID] ``` Shows: task name, model, status (success/error/cancelled), and sample counts. ## 3. List Samples Or you can list individual samples and their scores: ```bash hawk list samples [EVAL_SET_ID] [--eval FILE] [--limit N] ``` ## 4. Download Transcript To get the full conversation for a specific sample: ```bash hawk transcript <UUID> ``` The transcript includes full conversation with tool calls, scores, and metadata. To get even more details, you can get the raw data by using `--raw`: ```bash hawk transcript <UUID> --raw ``` ### Batch Transcript Download You can also download a
- 1. List Eval Sets
- 2. List Evaluations
- 3. List Samples
- 4. Download Transcript
- Batch Transcript Download
- Known Limitations
- Prefer the Data Warehouse for Bulk Analysis
- Workflow
- API Environments
hawk list eval-sets hawk list eval-sets --limit 50 hawk list eval-sets --search pico hawk list evals [EVAL_SET_ID] hawk list samples [EVAL_SET_ID] [--eval FILE] [--limit N] hawk transcript <UUID> hawk transcript <UUID> --raw Fetch all samples in an eval set hawk transcripts <EVAL_SET_ID> Write to individual files in a directory
What does the view-results skill do?
View and analyze Hawk evaluation results. Use when the user wants to see eval-set results, check evaluation status, list samples, view transcripts, or analyze agent behavior from a completed evaluation run.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill hawk-view-results-tbroadley-dotfiles-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
