Refactor unit test files by aligning strings, renaming methods, and factoring out common test code
원문 언어: 영어
메뉴
SkillsMP는 causify-ai/helpers에서 26개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 26개 중 26개를 표시합니다.
Refactor unit test files by aligning strings, renaming methods, and factoring out common test code
원문 언어: 영어
Identify and refactor duplicated code blocks into shared functions across Python files
원문 언어: 영어
Find documentation files for a given dir, file, class, or function and summarize in 3 bullet points
원문 언어: 영어
Replace "from X import Y" style imports with "import X" and update usages throughout a file
원문 언어: 영어
Fix function call sites to pass positional args by position and assign constants to intermediate variables
원문 언어: 영어
Identify functions not called externally and rename them with a leading underscore to make them private
원문 언어: 영어
Rename files, functions, and variables across a codebase and update all references
원문 언어: 영어
Implement all TODO(ai_gp) items in a file including renames, code updates, and references
원문 언어: 영어
Generate image prompts for each slide in a storyboard and create a demo_images.md file
원문 언어: 영어
Create a 15-slide presentation storyboard script for a narrated explainer video
원문 언어: 영어
Propose solutions to make a Docker container faster and smaller without changing its functionality
원문 언어: 영어
Find unused packages in requirements.txt that are not needed by the project code
원문 언어: 영어
Align Docker files in a project directory to the standard project template style
원문 언어: 영어
Move a file in git and use
원문 언어: 영어
Represent a Causal Knowledge Graph in Graphviz DOT format following visual conventions for causal inference
원문 언어: 영어
Convert a Graphviz DOT specification to match a reference figure by iterative rendering
원문 언어: 영어
Generate a Graphviz legend template for causal knowledge graphs with node types and edge styles
원문 언어: 영어
Reorganize a markdown file to use bullet points and ensure all fenced code blocks have syntax labels
원문 언어: 영어
Fix figures in a LaTeX paper by ensuring every figure has a label, caption, and is referenced in the text
원문 언어: 영어
Add relevant bibliography entries to a LaTeX academic paper and reference them in the text
원문 언어: 영어
Suggest the top 5 improvements for an academic paper to increase its impact
원문 언어: 영어
Write or edit an academic CS paper following formal, evidence-driven, and structured writing style
원문 언어: 영어
Write a README.md for a directory with sections for structure, files, and executable descriptions
원문 언어: 영어
Move test classes from a test file into the correct separate test files based on what they test
원문 언어: 영어
Increase unit test coverage toward 100 percent for a given function following a plan-then-implement workflow
원문 언어: 영어
Remove AI-style writing patterns from text to make it sound more natural and human
원문 언어: 영어