Skip to content

Add thirdeye-review skill, rename use-thirdeye-evals → thirdeye-evals - #22

Merged
duncankmckinnon merged 1 commit into
mainfrom
skills-updates
Jun 6, 2026
Merged

Add thirdeye-review skill, rename use-thirdeye-evals → thirdeye-evals#22
duncankmckinnon merged 1 commit into
mainfrom
skills-updates

Conversation

@duncankmckinnon

@duncankmckinnon duncankmckinnon commented Jun 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add a new bundled skill, thirdeye-review, for auditing other agents' traces and turning findings into concrete invocation, skill, or convention changes. Five-step workflow: scope cohort → identify tasks → audit tool/execution patterns → quantify token cost & errors → tie back to invocation surface and recommend.
  • Rename use-thirdeye-evalsthirdeye-evals so the eval skill follows the same thirdeye-* naming as thirdeye-filter and thirdeye-review. (use-thirdeye stays as-is — it's the consumer-style "use the CLI" skill.)
  • Update README.md and pyproject.toml package-data accordingly so the new files ship in the wheel.

What's in thirdeye-review

SKILL.md plus five focused references:

  • population-scoping.md — agent-type / cwd / time-window cohort selection, sizing guidance.
  • task-identification.md — labelling sessions from the first user turn, baselines per task shape.
  • pattern-audit.md — tool-mix counts, waste signatures with thresholds (re-reads, grep_via_bash, unbounded Reads, retry loops, MCP dumps), execution-order patterns.
  • token-and-error-analysis.md — spike isolation, tool-error clustering, recovery-shape reading.
  • invocation-tieback-and-recommendations.md — pattern→surface map (prompt, skill description, conventions, allowlist, retry flags) with worked recommendation examples.

Anti-patterns spelled out in the top-level skill: no reviewing a single session, no counting without comparing, no "be more careful" recommendations, no ignoring the invocation, no skipping the tagging step.

Test plan

  • python -m pytest tests/test_skill_install.py -q → 14 passed
  • python -m thirdeye skill list → shows thirdeye-evals, thirdeye-filter, thirdeye-review, use-thirdeye
  • On a checkout of this branch: pip install -e . then thirdeye skill install --only thirdeye-review /tmp/skills/ lands a symlink to the new skill.
  • Spot-check thirdeye skill install --only thirdeye-evals still works under the renamed name.

🤖 Generated with Claude Code

@duncankmckinnon
duncankmckinnon merged commit 4a0513d into main Jun 6, 2026
5 checks passed
@duncankmckinnon
duncankmckinnon deleted the skills-updates branch June 6, 2026 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant