Skip to main content

result-integrator

Integrate multiple plot point analysis results into comprehensive reports, generating high-quality analysis through deduplication, classification, sorting, and summarization. Suitable for integrating multiple analysis sources, generating unified reports

설치로 이동

소스 정보

저장소
VanGong1999/screen-creative-skills
최근 소스 활동
2026년 1월 11일 08:00
감지된 SKILL.md 언어
영어
스타
415
포크
81

설치 방법

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

소스 파일 검토

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

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
result-integrator
description
Integrate multiple plot point analysis results into comprehensive reports, generating high-quality analysis through deduplication, classification, sorting, and summarization. Suitable for integrating multiple analysis sources, generating unified reports
category
result-processing
version
2.1.0
last_updated
2026-01-11T00:00:00.000Z
license
MIT
compatibility
Claude Code 1.0+
maintainer
Gong Fan
allowed-tools
["Read"]
model
opus
changelog
[{"version":"2.1.0","date":"2026-01-11T00:00:00.000Z","changes":["[Truncated]","[Truncated]","[Truncated]","[Truncated]"]},{"version":"2.0.0","date":"2026-01-11T00:00:00.000Z","changes":["[Truncated]","[Truncated]","[Truncated]"]},{"version":"1.0.0","date":"2026-01-10T00:00:00.000Z","changes":["[Truncated]"]}]
# Result Integration Tool ## Functionality Integrate multiple plot point analysis results into comprehensive reports, generating high-quality comprehensive analysis through deduplication, classification, sorting, and summarization. ## Use Cases - Integrate plot point results from multiple analysis sources, generate unified comprehensive reports. - Remove duplicate and redundant information, ensure report conciseness and accuracy. - Provide structured plot point analysis summary for quick understanding of story core. - Optimize report logical coherence, improve readability and professionalism. ## Integration Principles 1. **Deduplication**: Remove duplicate or similar plot points, ensure each plot point is unique. 2. **Classification**: Classify plot points by dramatic function, provide clear structured view. 3. **Sorting**: Arrange plot points in order of appearance in story, ensure timeline coherence. 4. **Summarization**: Provide overall dramatic structure analysis, give professional insights and recommendations. ## Core Steps ``` Receive multiple analysis results ↓ Identify and remove duplicate content ↓ Classify by dramatic function ↓ Sort by story order ↓ Generate overall analysis summary ↓ Output final comprehensive report ``` ## Input Requirements - **Plot Point Analysis Results**: Multiple plot point analysis reports or data from different agents. - **Analysis Source Weights** (optional): Specify priority or weights of different analysis source results. ## Output Format ``` [Plot Point Integration Analysis Report] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I. Overall Analysis Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [Overall dramatic structure analysis and professional insights] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ II. Plot Point Analysis ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [Plot Point]: [Description] [Dramatic Function]: [Analysis] - [Specifically describe function and impact of this plot point] [Plot Point]: [Description] [Dramatic Function]: [Analysis] - [Specifically describe function and impact of this plot point] ... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ III. Dramatic Structure Evaluation ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [Professional evaluation and improvement recommendations for integrated dramatic structure] ``` ## Constraints - Ensure all input plot point information is complete and parseable. - Integration process must maintain objectivity, not introduce new subjective judgments. - Report content must be logically coherent, easy to read and understand. - Ensure final output report format is standardized and meets expected requirements. ## Examples See `{baseDir}/references/examples.md` directory for more detailed examples: - `examples.md` - Contains detailed report examples of multi-agent plot point analysis result integration, deduplication, classification, sorting, and summarization. ## Detailed Documentation See `{baseDir}/references/examples.md` for detailed guidance and cases on result integration. --- ## Version History | Version | Date | Changes | |---------|------|---------| | 2.1.0 | 2026-01-11 | Optimized description field to be more concise and comply with imperative language specifications; added allowed-tools (Read) and model (opus) fields; optimized descriptions of functionality, use cases, integration principles, core steps, input requirements, output format, and integration requirements to comply with imperative language specifications; added constraints, examples, and detailed documentation sections. | | 2.0.0 | 2026-01-11 | Refactored according to official specifications | | 1.0.0 | 2026-01-10 | Initial version |
GitHub에서 보기