bee-collect

Organize unstructured text into structured GitHub issues with labels and duplicate detection.

5|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/AutumnsGrove/Lattice --skill bee-collect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bee-collect
Source: https://github.com/AutumnsGrove/Lattice/tree/main/.claude/skills/bee-collect
Command: npx skills add https://github.com/AutumnsGrove/Lattice --skill bee-collect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill transforms scattered ideas, TODOs, and tasks into organized, actionable GitHub issues, streamlining project planning and task management.

Core Features & Use Cases

  • Automated Issue Creation: Parses natural language input into discrete GitHub issues.
  • Contextual Information: Enriches issues with relevant code context, component labels, and issue types.
  • Duplicate Detection: Prevents redundant issues by checking against existing ones.
  • Use Case: You've just finished a brainstorming session and have a list of action items. Use Bee Collect to automatically create GitHub issues for each item, complete with appropriate labels and descriptions, ready for your development team.

Quick Start

Use the bee-collect skill to turn the following into GitHub issues: fix the login button, improve the user dashboard, and add a new notification system.

Frequently Asked Questions about bee-collect

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

FAQPage Schema
How do I convert unstructured text into structured GitHub issues?

Converting unstructured text into structured GitHub issues involves parsing natural language input to generate actionable issues with imperative titles, detailed summaries, and acceptance criteria.

How do I prevent duplicate GitHub issues when creating tasks from a brainstorming session?

Preventing duplicate GitHub issues during creation requires querying existing issues in your repository before generating new ones to ensure redundant tasks are not added.

Can I automatically add component and type labels to GitHub issues?

Yes, you can automatically add component and type labels to GitHub issues by exploring the codebase to identify relevant context and categorize new issues appropriately.

What is the best way to turn a list of TODOs into actionable GitHub issues?

The best way to turn a list of TODOs into actionable GitHub issues is using an automated parser that structures tasks with detailed summaries, acceptance criteria, and relevant code context.

How do I parse natural language input into discrete GitHub issues for project planning?

Parsing natural language input into discrete GitHub issues for project planning involves breaking down scattered ideas and tasks into organized, individual issue tickets ready for development.