Skip to main content

analytic-dataset-construction

Use this skill when the user wants the agent to *set up the right analysis table* before doing any statistics. Trigger it for requests such as “make it build the dataset first,” “make it pick variables, weights, and filters,” “make it define the right cohort,” or “make the real work be dataset setup.” Plain-language examples: “Ask something where the agent must prepare the analysis frame,” “make it decide who is in scope,” “make it choose the right columns and units before computing.”

설치로 이동

소스 정보

저장소
Dingxingdi/paper_fast_search_backup
최근 소스 활동
2026년 4월 8일 15:14
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
4 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
analytic dataset construction
description
Use this skill when the user wants the agent to *set up the right analysis table* before doing any statistics. Trigger it for requests such as “make it build the dataset first,” “make it pick variables, weights, and filters,” “make it define the right cohort,” or “make the real work be dataset setup.” Plain-language examples: “Ask something where the agent must prepare the analysis frame,” “make it decide who is in scope,” “make it choose the right columns and units before computing.”
# Skill: analytic dataset construction ## 1. Capability Definition & Real Case * **Professional Definition**: This capability is the ability to build the correct analysis-ready dataset from raw sources by selecting variables, defining the population, applying weights or filters, and deriving the exact table needed for downstream analysis. It is broader than one-off cleaning and focuses on constructing the right analytic view of the data. * **Dimension Hierarchy**: Analytical Transformation->Data Preparation->analytic dataset construction ### Real Case **[Case 1]** * **Initial Environment**: Large survey data files are accompanied by codebooks, survey-design documents, and expert analytical publications. The agent must determine the relevant variables, population, and any weighting rules before computation. * **Real Question**: What’s the median household income in the US in 2024? * **Why this demonstrates the capability**: The answer depends on constructing the correct analysis-ready table, not on reading a single precomputed statistic. The agent must determine the right income variable, the unit of analysis, and any population or weighting conventions before calculating the median. This is analytic dataset construction in a realistic survey setting. --- **[Case 2]** * **Initial Environment**: A state-finance survey directory includes raw files and documentation describing revenue categories and units. Multiple revenue-related fields are present, so the analyst must build the exact analysis frame needed for the requested summary. * **Real Question**: What percentage of total 2021 revenue came from intergovernmental revenue and insurance trust revenue? * **Why this demonstrates the capability**: This task requires the agent to define total revenue and the relevant component fields consistently before the percentage can be computed. That means selecting the correct columns, unit conventions, and year-specific scope. The central difficulty is therefore constructing the right analysis dataset rather than applying a complex formula. ## Pipeline Execution Instructions To synthesize data for this capability, you must strictly follow a 3-phase pipeline. **Do not hallucinate steps.** Read the corresponding reference file for each phase sequentially: 1. **Phase 1: Environment Exploration** Read the exploration guidelines to discover raw knowledge seeds: `references/EXPLORATION.md` 2. **Phase 2: Trajectory Selection** Once Phase 1 is complete, read the selection criteria to evaluate the trajectory: `references/SELECTION.md` 3. **Phase 3: Data Synthesis** Once a trajectory passes Phase 2, read the synthesis instructions to generate the final data: `references/SYNTHESIS.md`
GitHub에서 보기