Skip to content

Feature/agentops skills#68

Merged
Dongbumlee merged 5 commits into
developfrom
feature/agentops-skills
Apr 13, 2026
Merged

Feature/agentops skills#68
Dongbumlee merged 5 commits into
developfrom
feature/agentops-skills

Conversation

@Dongbumlee
Copy link
Copy Markdown
Collaborator

This pull request adds comprehensive documentation for new and existing AgentOps skills, focusing on dataset management, browsing and inspecting evaluation artifacts, and improving user guidance for core workflows. It introduces two new skill markdown files, expands the documentation for existing skills with a standardized "Before You Start" section, and updates command listings and planned features for better clarity.

New Skill Documentation:

  • Dataset Management:
    • Adds agentops-dataset-management/SKILL.md, detailing how to create, format, and validate evaluation datasets in AgentOps. Covers dataset YAML and JSONL structure, field mapping, and troubleshooting common issues.
  • Browse and Inspect:
    • Adds agentops-browse-inspect/SKILL.md, documenting how to list bundles, inspect runs, view evaluation history, and discover models/agents in an AgentOps workspace. Includes command usage, output examples, and planned features.

Improvements to Existing Skills:

  • Standardized Workspace Verification:

    • Adds a "Before You Start" section to agentops-run-evals, agentops-investigate-regression, and agentops-observability-triage skills, instructing users to verify the .agentops/ directory before running commands. [1] [2] [3]
  • Command Listings and Planned Features:

    • Updates agentops-run-evals/SKILL.md to include new planned commands: agentops report show and agentops report export, with guidance on their intended use and current status. [1] [2]
    • Clarifies which commands are implemented vs. planned in the guardrails section.

These changes provide clearer, more actionable documentation and set expectations for users regarding current and upcoming features in the AgentOps CLI.

Add agentops-workspace-setup, agentops-browse-inspect, and
agentops-dataset-management skills covering all remaining CLI
commands not handled by existing evaluation-focused skills.

- agentops-workspace-setup: init, config cicd, config validate/show
- agentops-browse-inspect: bundle list/show, run list/show/view
- agentops-dataset-management: dataset creation, YAML/JSONL format,
  field mapping, planned validate/describe/import commands
…ills

Add '## Before You Start' section to 5 downstream skills enforcing
workspace verification before proceeding:
- agentops-run-evals
- agentops-investigate-regression
- agentops-observability-triage
- agentops-browse-inspect
- agentops-dataset-management

Each skill now instructs the agent to check for .agentops/ directory
and redirect to agentops-workspace-setup skill if missing. This
provides soft enforcement at the skill layer, complementing the hard
CLI enforcement (FileNotFoundError) already in place.
@Dongbumlee Dongbumlee merged commit 4f248d3 into develop Apr 13, 2026
11 checks passed
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