merge

Merge and deduplicate findings from conversation context, TaskList outputs, and SendMessage history.

14|6|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/tyevans/tackline --skill merge-tyevans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: merge
Source: https://github.com/tyevans/tackline/tree/main/skills/core/merge
Command: npx skills add https://github.com/tyevans/tackline --skill merge-tyevans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates scattered findings from multiple sources into a single, de-duplicated, and confidence-upgraded list, providing a clear, unified view of information.

Core Features & Use Cases

  • Consolidation: Merges findings from conversation context, TaskList outputs, and SendMessage history.
  • Deduplication: Identifies and merges duplicate items based on title or content similarity.
  • Confidence Upgrading: Increases confidence levels when multiple sources confirm a finding.
  • Filtering: Optionally filters the merged results by a specific topic.
  • Use Case: After running several /gather commands on different aspects of a codebase, use /merge to combine all the discovered issues into one prioritized list.

Quick Start

Use the merge skill to combine all findings from the conversation context.

Frequently Asked Questions about merge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deduplicate findings from multiple conversation sources?

To deduplicate findings, this Skill merges data from conversation context, TaskList outputs, and SendMessage history. It identifies and merges duplicate items based on title or content similarity to produce a unified list.

Can I consolidate scattered codebase issues into a single prioritized list?

Yes, you can consolidate scattered codebase issues into a single list. After running several gather commands on different aspects, you can merge all the discovered issues together for a clear, unified view.

How does confidence upgrading work when consolidating duplicate findings?

Confidence upgrading increases confidence levels when multiple sources confirm the same finding. As the deduplication logic consolidates disparate information, source agreement automatically upgrades the confidence score of the unified output.

What is the best way to filter merged results by a specific topic?

The best way to filter merged results is by applying the optional topic filter during the consolidation process. This filters the deduplicated findings to ensure the unified output only contains information relevant to your specified topic.

Do I need to format findings as pipe-format blocks before merging?

Yes, findings must be parsed as pipe-format blocks before applying deduplication logic. The Skill requires this specific parsing to successfully consolidate disparate information from multiple sources into a unified output.

Can I merge findings without any external dependencies or components?

Yes, you can merge findings without external dependencies or components. The Skill operates independently by parsing conversation context, TaskList outputs, and SendMessage history to consolidate and deduplicate information.