analyzing-data
关于
The analyzing-data skill processes and interprets data when users mention specific keywords or request analytical tasks. It performs comprehensive data assessment, processing, and validation through a structured workflow. Use this skill for data analysis, pattern recognition, and generating insights from various data types.
技能文档
Analyzing Data
Comprehensive overview of what this skill does, its main capabilities, and when it's most useful.
When to Use This Skill
Invoke this skill when the user:
- [Specific condition or request 1]
- [Specific condition or request 2]
- [Specific condition or request 3]
- [Mentions keywords: keyword1, keyword2, keyword3]
- [Requests analysis, processing, or generation of specific types]
Main Workflow
Step 1: Initial Assessment
Objectives:
- [Objective 1]
- [Objective 2]
- [Objective 3]
Actions:
- [Action 1 description]
- [Action 2 description]
- [Action 3 description]
Validation:
- [Check 1]
- [Check 2]
Step 2: Data/Input Processing
Objectives:
- [Objective 1]
- [Objective 2]
Actions:
-
[Action 1 description]
- Expected result: [Description]
- If error: [How to handle]
-
[Action 2 description]
- Expected result: [Description]
- If error: [How to handle]
-
[Action 3 description]
- Expected result: [Description]
- If error: [How to handle]
Quality Checks:
- [Check 1]
- [Check 2]
- [Check 3]
Step 3: Core Processing
Objectives:
- [Objective 1]
- [Objective 2]
Different Approaches Based on Context:
Approach A: [When Condition X]
- [Step 1]
- [Step 2]
- [Step 3]
Approach B: [When Condition Y]
- [Step 1]
- [Step 2]
- [Step 3]
For Advanced Scenarios: See REFERENCE.md section [X] for detailed methodology on [specific topic].
Step 4: Output Generation
Format Options:
- Format 1: [Description] - Use when [condition]
- Format 2: [Description] - Use when [condition]
- Format 3: [Description] - Use when [condition]
Using Templates: See FORMS.md for output templates.
Automated Generation:
python scripts/process.py input_file --format [format_type]
Analysis Patterns
Pattern 1: [Pattern Name]
Objective: [What this pattern accomplishes]
When to Use:
- [Scenario 1]
- [Scenario 2]
- [Scenario 3]
Steps:
- [Detailed step 1]
- [Detailed step 2]
- [Detailed step 3]
- [Detailed step 4]
Validation:
- [Check 1]
- [Check 2]
Pattern 2: [Pattern Name]
Objective: [What this pattern accomplishes]
When to Use:
- [Scenario 1]
- [Scenario 2]
Steps:
- [Detailed step 1]
- [Detailed step 2]
- [Detailed step 3]
Validation:
- [Check 1]
- [Check 2]
Pattern 3: [Pattern Name]
Objective: [What this pattern accomplishes]
When to Use:
- [Scenario 1]
- [Scenario 2]
Advanced Details: See REFERENCE.md section "[Pattern 3 Details]" for:
- Advanced techniques
- Edge case handling
- Optimization strategies
Input Type Handling
Type A: [Input Type]
- Characteristics: [Description]
- Processing approach: [Approach]
- Special considerations: [Considerations]
Type B: [Input Type]
- Characteristics: [Description]
- Processing approach: [Approach]
- Special considerations: [Considerations]
Type C: [Input Type]
- Characteristics: [Description]
- Processing approach: [Approach]
- Special considerations: [Considerations]
- See REFERENCE.md section "[Type C Processing]" for details
Common Issues and Solutions
Issue: [Problem Description]
- Symptoms: [How to recognize this issue]
- Causes: [Common reasons this happens]
- Solutions:
- Solution 1: [Description]
- Solution 2: [Description]
- Solution 3: [Description]
- Prevention: [How to avoid this issue]
Issue: [Problem Description]
- Symptoms: [How to recognize this issue]
- Causes: [Common reasons this happens]
- Solutions:
- Solution 1: [Description]
- Solution 2: [Description]
- See Also: REFERENCE.md section "[Related Topic]"
Output Formats
The skill can generate multiple output formats:
Format 1: [Format Name]
- Description: [What this format provides]
- Best for: [Use cases]
- Template: See FORMS.md template "[Template Name]"
- Example:
[Example output]
Format 2: [Format Name]
- Description: [What this format provides]
- Best for: [Use cases]
- Template: See FORMS.md template "[Template Name]"
Generate specific format:
python scripts/process.py input --format format1
python scripts/process.py input --format format2
Validation Checklist
Before finalizing output:
Input Validation:
- [Check 1]
- [Check 2]
- [Check 3]
Processing Validation:
- [Check 1]
- [Check 2]
- [Check 3]
Output Validation:
- [Check 1]
- [Check 2]
- [Check 3]
Quality Assurance:
- [Check 1]
- [Check 2]
Scope Options
Quick Processing (5-10 min):
- [What's included]
- [What's excluded]
- Best for: [Use cases]
Standard Processing (20-40 min):
- [What's included]
- [What's excluded]
- Best for: [Use cases]
Comprehensive Processing (1-2 hours):
- [What's included]
- [What's excluded]
- Best for: [Use cases]
Ask user for preferred scope if unclear.
Example Workflow
Scenario: [Description of example scenario]
Input: [What the user provides]
Processing:
-
Initial Assessment:
- [What was checked]
- [Findings]
-
Core Processing:
- [What was done]
- [Results]
-
Output Generation:
- [What was created]
Output:
[Example of final output with key elements]
Advanced Features
For complex scenarios, this skill integrates with:
REFERENCE.md sections:
- [Section 1]: [What it covers]
- [Section 2]: [What it covers]
- [Section 3]: [What it covers]
FORMS.md templates:
Scripts:
scripts/process.py: [Description]scripts/analyze.py: [Description]scripts/generate.py: [Description]
Quick Start
Basic usage:
python scripts/process.py your_input_file
With options:
python scripts/process.py your_input_file \
--option1 value1 \
--option2 value2 \
--output-dir ./results
Help:
python scripts/process.py --help
For detailed methodology and advanced techniques, see REFERENCE.md. For output templates and examples, see FORMS.md.
快速安装
/plugin add https://github.com/jesseotremblay/claude-skills/tree/main/complex-skill-template在 Claude Code 中复制并粘贴此命令以安装该技能
GitHub 仓库
相关推荐技能
langchain
元LangChain是一个用于构建LLM应用程序的框架,支持智能体、链和RAG应用开发。它提供多模型提供商支持、500+工具集成、记忆管理和向量检索等核心功能。开发者可用它快速构建聊天机器人、问答系统和自主代理,适用于从原型验证到生产部署的全流程。
go-test
元go-test Skill为Go开发者提供全面的测试指导,涵盖单元测试、性能基准测试和集成测试的最佳实践。它能帮助您正确实现表驱动测试、子测试组织、mock接口和竞态检测,同时指导测试覆盖率分析和性能基准测试。当您编写_test.go文件、设计测试用例或优化测试策略时,这个Skill能确保您遵循Go语言的标准测试惯例。
project-structure
元这个Skill为开发者提供全面的项目目录结构设计指南和最佳实践。它涵盖了多种项目类型包括monorepo、前后端框架、库和扩展的标准组织结构。帮助团队创建可扩展、易维护的代码架构,特别适用于新项目设计、遗留项目迁移和团队规范制定。
issue-documentation
元该Skill为开发者提供标准化的issue文档模板和指南,适用于创建bug报告、GitHub/Linear/Jira问题等场景。它能系统化地记录问题状况、复现步骤、根本原因、解决方案和影响范围,确保团队沟通清晰高效。通过实施主流问题跟踪系统的最佳实践,帮助开发者生成结构完整的故障排除文档和事件报告。
