context-collector

Collect context from GitHub issues and related documents into structured .md files.

16|3|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/Yomiamy/flutter_inspector_kit --skill context-collector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-collector
Source: https://github.com/Yomiamy/flutter_inspector_kit/tree/main/.claude/skills/context-collector
Command: npx skills add https://github.com/Yomiamy/flutter_inspector_kit --skill context-collector

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of gathering and organizing context for GitHub issues, saving time and reducing manual errors.

Core Features & Use Cases

  • Issue Context Collection: Automatically collects context from GitHub issues, briefs, QA reports, and branch histories.
  • Structured Output: Outputs context in a structured .md file for easy consumption by other tools or humans.
  • Use Case: When preparing for an issue discussion or when updating issue documentation, use this Skill to automatically gather all relevant context.

Quick Start

Use the context-collector skill to collect context for a GitHub issue with ID '12345'.

Frequently Asked Questions about context-collector

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

FAQPage Schema
How do I collect context for GitHub issues automatically?

To collect context for GitHub issues automatically, this Skill fetches issue details, briefs, QA reports, and branch histories via the GitHub API. It outputs a structured .md file to the .agent-output/context directory for documentation and collaboration.

What is automated GitHub issue context collection and when do I need it?

Automated GitHub issue context collection gathers related briefs, QA reports, and branch histories into a structured .md file. You need this when preparing for issue discussions or updating issue documentation to reduce manual errors and save time.

Do I need GitHub API access to gather issue documentation and branch histories?

Yes, you need GitHub API access to gather issue documentation and branch histories. The context collection process requires this access to automatically fetch issue details and write the collected data into structured .md context files.

What's the best way to prepare structured context files for issue collaboration?

The best way to prepare structured context files for issue collaboration is to automate the collection of GitHub issues, briefs, and QA reports. This generates a structured .md file, ensuring all relevant context is organized for team consumption.

Does context collection for GitHub issues work with branch histories and QA reports?

Yes, context collection for GitHub issues works with branch histories and QA reports. It automatically collects data from these sources alongside issue details, compiling them into a single structured .md file for documentation.

Why is my GitHub issue context collection not writing to the expected directory?

GitHub issue context collection writes specifically to the .agent-output/context directories. If your context collection is not working, ensure your environment has proper GitHub API access and the script can create or write to the .agent-output/context path.