collect-bug-reports

Aggregate open bug reports from repositories into consolidated JSON or Markdown reports.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill collect-bug-reports
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: collect-bug-reports
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/biz/discovery/skills/collect-bug-reports
Command: npx skills add https://github.com/semicolon-devteam/semo --skill collect-bug-reports

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

레포지토리의 열린 버그 이슈를 심각도별, 상태별로 취합해 리포트를 제공합니다.

Core Features & Use Cases

  • 기간 필터링 및 규모별 분류
  • 상세 목록 및 요약 표 제공

Quick Start

버그 리포트를 조회하고 요약 리포트를 출력합니다.

Frequently Asked Questions about collect-bug-reports

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

FAQPage Schema
How do I aggregate open bug issues from my GitHub repositories into a single report?

Aggregate open bug reports by using GitHub CLI to query issues with bug labels and state filters across designated repositories, then consolidate them into a structured report organized by severity, assignee, and creation date for planning purposes.

Can I filter bug reports by date range and severity level?

Yes, bug reports support date-range queries and severity-based classification. Filter issues by creation dates and label-based severity tiers, then output the results in JSON or Markdown format for easy review.

How do I run bug report aggregation across multiple repositories or an entire organization?

Bug report collection works at single-repo, multi-repo, and organization-wide scopes. Use GitHub CLI with appropriate repository filters and state queries to gather all open bug issues, then consolidate them into one summary report.

What do I need to set up before collecting bug reports?

You need GitHub CLI installed and configured. Ensure your repositories have bug labels defined and that you understand which state filters and label conventions apply to your workflow.

What information does a consolidated bug report include?

A consolidated report summarizes bug status by severity, assignees, creation dates, and sprint readiness. It presents both detailed lists and summary tables in JSON or Markdown format for stakeholder communication.