report-bug-ce

Collect structured bug reports and create GitHub issues via gh CLI.

2|1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI --skill report-bug-ce-wangrenzhu-ola
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-bug-ce
Source: https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI/tree/main/plugins/galeharness-cli/skills/report-bug-ce
Command: npx skills add https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI --skill report-bug-ce-wangrenzhu-ola

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collects structured bug reports and automates GitHub issue creation for the compound-engineering plugin, enabling faster triage and clearer communication with maintainers.

Core Features & Use Cases

  • Collects bug category, affected component, actual behavior, expected behavior, and steps to reproduce.
  • Formats a standardized bug report and creates a GitHub issue using the GitHub CLI.
  • Gathers environment context (OS, plugin version, agent platform) to aid reproducibility and debugging.

Quick Start

Provide a bug description and follow the interactive prompts to submit a GitHub issue.

Frequently Asked Questions about report-bug-ce

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

FAQPage Schema
How do I automate GitHub issue creation for bug reports?

Automating GitHub issue creation requires gathering structured bug details, formatting them into a standardized report, and submitting it via the gh CLI. This Skill guides users through collecting essential environment context and reproducing steps before creating the issue.

What environment details do I need to collect for a plugin bug report?

Collecting environment details for a plugin bug report involves gathering the operating system, plugin version, and agent platform. This contextual information is necessary to aid reproducibility and debugging when automating the GitHub issue creation process.

Can I use GitHub CLI to submit standardized bug reports automatically?

Yes, you can use GitHub CLI to submit standardized bug reports automatically. The Skill validates required fields, formats the bug category and affected component, and then uses the gh CLI to create the issue across typical development scenarios.

What's the best way to structure a bug report for GitHub issue tracking?

The best way to structure a bug report for GitHub issue tracking is to include the bug category, affected component, actual behavior, expected behavior, and steps to reproduce. This structured format enables faster triage and clearer communication with maintainers.

Does this bug reporting automation validate required fields before submitting to GitHub?

Yes, the bug reporting automation validates required fields before submitting to GitHub. It ensures that all essential details are collected and properly formatted, preventing incomplete bug reports from being created as GitHub issues via the gh CLI.

Why does my GitHub bug report need environment context and reproduction steps?

GitHub bug reports need environment context and reproduction steps to aid reproducibility and debugging. Including the OS, plugin version, and agent platform alongside structured steps helps maintainers quickly understand and triage the reported issue.