attachments

Discover, download, and load ticket attachments from GitHub issues and comments.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/matteobortolazzo/claude-tools --skill attachments-matteobortolazzo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: attachments
Source: https://github.com/matteobortolazzo/claude-tools/tree/main/ccflow/skills/attachments
Command: npx skills add https://github.com/matteobortolazzo/claude-tools --skill attachments-matteobortolazzo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams discover, retrieve, and load relevant attachments from tickets to add context to analysis and decisions.

Core Features & Use Cases

  • Attachment discovery: scans ticket bodies and comments for attachment URLs (images and documents) and extracts display names and links.
  • Attachment selection and download: presents attachments by type and lets the user choose which to download; supports private repos with auth as needed.
  • Content loading and summarization: loads downloaded files and renders images for summaries and text for documents to improve ticket understanding.

Quick Start

Identify and download relevant ticket attachments, then load them for contextual analysis.

Frequently Asked Questions about attachments

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

FAQPage Schema
How do I extract and download ticket attachments from GitHub issues for contextual analysis?

To extract ticket attachments from GitHub issues, you need to parse the markdown in issue bodies and comments to identify attachment URLs, classify them by file extension, and download the selected files to load for multimodal analysis.

Can I retrieve images and documents embedded in private GitHub repository issues?

Yes, you can retrieve images and documents from private GitHub repositories. The attachment download workflow supports optional authentication, allowing secure access to private ticketing content for triage and analysis.

How does markdown parsing discover ticket attachments for triage?

Markdown parsing discovers ticket attachments by scanning the text of ticket bodies and comments for embedded URLs. It identifies links to images and documents, extracting their display names and URLs for selective retrieval during triage.

What is the best way to load downloaded ticket attachments for multimodal analysis?

The best way to load downloaded attachments for multimodal analysis is to render image files for visual summaries and load text from documents. This provides richer context to improve ticket understanding and decision-making.

Do I need to manually select which ticket attachments to download?

No, you do not need to manually track attachments. The system presents discovered files classified by type, letting you selectively choose which specific images and documents to download for your ticket review.

When should I not use automated attachment discovery for ticket reviews?

You should not use automated attachment discovery when tickets lack embedded markdown links to files, or when necessary authentication credentials for private repositories are unavailable to securely download the content.