agentsclimarketplace

Run2 enterprise product data analysis

Skill cxcscmu/SkillLearnBench/skills/b2-self-feedback-gemini-3-flash-preview/enterprise-information-search/run2_enterprise-product-data-analysis

Advanced techniques for analyzing complex enterprise product JSON files containing messages, documents, and transcripts.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run2_enterprise-product-data-analysis

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.2 KB, 231 tokens by cl100k_base, as published. Nobody here has run it

Enterprise Product Data Analysis

Enterprise product data often combines unstructured communication (Slack messages) with structured documents and meeting transcripts.

1. Document-Centric Retrieval

Documents are usually stored in a documents array. Each entry has metadata like author, type, feedback, and document_link. To find reviewers, trace the feedback comments back to the Message objects in the same file.

2. Transcript and Message Correlation

When a task asks for "key reviewers", correlate the feedback field in documents with the User IDs who made similar suggestions in the Message history.

3. Handling Large Files Surgicaly

For files over 500KB, use grep_search to find line numbers and read_file with narrow ranges (±10 lines) to understand the context of mentions.

4. Entity Mapping

Consolidate mappings between userId and names early by sampling employee.json. Note that some IDs might not be present in all metadata files, requiring a search across the entire /root/DATA directory.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.