Skip to main content

이 저장소의 skills

cxcscmu/SkillLearnBench - 18페이지

SkillsMP는 cxcscmu/SkillLearnBench에서 1,216개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

cxcscmu/SkillLearnBench

수집된 skill 1,216개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Compile gathered PR and issue metrics into a properly formatted JSON file at /app/report.json with the exact required structure and data types.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Determine which person opened the most pull requests in December 2024 by analyzing author data from the PR query results.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fetch all issues created in December 2024 from cli/cli repository using correct date filtering, and identify bug-related issues based on label substring matching.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fetch all pull requests created in December 2024 from cli/cli repository using the GitHub CLI, applying correct date range filtering to ensure accurate total count and contributor identification.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when starting a new project to verify Python version requirements declared in configuration files. This prevents version mismatches before environment setup.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when implementing the `simpo_loss` function in SimPOTrainer class. Extract loss computation logic from the paper and translate it to PyTorch code that accepts the expected tensor inputs.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use after activating Python 3.10 environment to install project dependencies without version conflicts. This ensures all packages are compatible with the target Python version.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use to execute the unit test within the Python 3.10 virtual environment after implementing the loss function. This validates the implementation against fixed input tensors.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when you need to switch from an incompatible Python version to Python 3.10 before project setup. This ensures the correct runtime environment for dependency installation and test execution.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use this skill to create the regex patterns and replacement values needed to fill placeholders in a Word template. Organize patterns for easy iteration and ensure proper escaping.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use this skill to safely find and replace placeholder text in Word document paragraphs at the run level. This handles cases where placeholder text is split across multiple runs, which is common in Word documents and breaks simple string replacement.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use this skill to read employee/candidate data from a JSON file and validate that all required fields exist before attempting document generation. This prevents placeholder errors caused by missing data.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use this skill to handle conditional content blocks marked with {{IF_CONDITION}}...{{END_IF_CONDITION}} in Word documents. Keep or remove the entire block based on a condition, and clean up the marker text. Apply this during paragraph processing, not as a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use this skill to write a modified python-docx Document object back to a .docx file, handling file paths and permissions correctly.

원문 언어: 영어

업데이트
직업 분류
데스크톱 출판 전문가
설명

Use this skill when you need to find and process text in Word documents beyond just `doc.paragraphs`. Include tables, headers, and footers to ensure no content is missed.

원문 언어: 영어

업데이트
직업 분류
일반 사무원
설명

Use this skill to analyze extracted text content from documents and classify them into the correct subject folder based on keyword matching and content analysis.

원문 언어: 영어

업데이트
직업 분류
일반 사무원
설명

Use this skill to extract text and structure from Word documents (.docx files) to determine their subject for classification into the correct folder.

원문 언어: 영어

업데이트
직업 분류
일반 사무원
설명

Use this skill to extract the full text, title, abstract, and keywords from PDF files to determine their actual subject matter. Essential for content-based sorting when PDF filenames may be arXiv IDs or other non-descriptive identifiers.

원문 언어: 영어

업데이트
직업 분류
일반 사무원
설명

Use this skill to extract text, slide titles, and content from PowerPoint presentations to accurately determine their subject matter for classification.

원문 언어: 영어

업데이트
직업 분류
일반 사무원
설명

Use this skill at the start to scan the source directory, identify all files, create a processing plan, and establish the destination folder structure.

원문 언어: 영어

업데이트
직업 분류
일반 사무원
설명

Use this skill to systematically track all files before and after sorting to ensure no files are lost, duplicated, or left out during the organization process.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Core principles for translating Python code to idiomatic Scala, including paradigm shifts from procedural/OOP to functional programming, type system differences, and structural refactoring strategies.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Functional programming patterns in Scala for data transformation, collection processing, and batch operations suitable for distributed systems.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Scala-specific naming conventions, code organization patterns, and style guidelines that differ from Python conventions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Scala's type system features, testing patterns, and integration with test specifications for ensuring correctness of translated code.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

How to structure abstract base classes, trait hierarchies, and inheritance patterns in Scala for the tokenizer domain.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Matches each meeting request against available calendar slots, respecting date and time constraints, and prioritizing flexible (blue) blocks for overwriting. Selects the earliest available slot that accommodates the meeting.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Parses email messages from JSON input file to extract meeting duration, date constraints, time-of-day constraints, and recipient contact information for each meeting request.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Extracts calendar structure, time slots, existing appointments, and timezone from a PDF calendar document. Maps pixel positions to actual times using axis labels, identifies appointment blocks with their colors, and determines which dates are covered by the…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use Node.js file system operations to recursively copy the entire `/root/data/indiv-stock/` directory (including all subdirectories and files) to `/root/output/data/indiv-stock/` to preserve the original directory structure for the web app

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Create CSS styling for `.selected` (bubbles), `.highlighted` (table rows), and `.tooltip` classes to provide clear visual feedback for user interactions

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Create a utility function to reliably detect ETF entries by checking for null/undefined marketCap values, enabling conditional tooltip display and styling

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Create and manage a D3 tooltip element that displays on hover for non-ETF stocks with dynamic positioning based on mouse movement

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Load CSV data and verify all stock entries contain the required `ticker` field with non-empty string values before using in selection matching logic

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement click handlers on both bubble chart and data table that maintain synchronized highlighting/selection state across both visualizations

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Set up and validate the GLM environment for Lake Mendota simulation. Use this skill to verify the configuration file exists, inspect current calibration parameters, and confirm all input data (meteorological forcing, field observations, initial profile) are…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Safely modify specific calibration parameters in the GLM configuration file. Use this skill when you need to update Kw, coef_mix_hyp, wind_factor, lw_factor, or ch while preserving all other settings and respecting published calibration ranges.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Select restaurants across multiple cuisine types (American, Mediterranean, Chinese, Italian) that meet quality standards and budget. Use this when meal planning requires variety across different culinary traditions.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Plan a multi-day road trip across multiple cities without flights, considering driving distances, travel time between destinations, and logical routing to minimize backtracking. Use this when building itineraries that require ground transportation between…

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Identify major attractions, points of interest, and notable sites across three Ohio cities that appeal to general travelers. Use this when building activities for a multi-city itinerary.

원문 언어: 영어

업데이트
수집된 skill 1,216개 중 40개를 표시합니다.