ce-report-bug

Guides users through bug reporting for the compound-engineering plugin and creates a GitHub issue via CLI.

14|3|Updated May 7, 2026
One-click install
npx skills add https://github.com/Ouro-labs/ouroboros-plugins --skill ce-report-bug-ouro-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-report-bug
Source: https://github.com/Ouro-labs/ouroboros-plugins/tree/main/plugins/compound-engineering/assets/skills/ce-report-bug
Command: npx skills add https://github.com/Ouro-labs/ouroboros-plugins --skill ce-report-bug-ouro-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, python, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of reporting bugs in the compound-engineering plugin, ensuring detailed and actionable feedback for maintainers.

Core Features & Use Cases

  • Structured Bug Reporting: Guides users through collecting all necessary information for a bug report.
  • Automated GitHub Issue Creation: Automatically generates a GitHub issue with the gathered information.
  • Use Case: Quickly report a bug encountered while using the compound-engineering plugin, including steps to reproduce and environment details.

Quick Start

Report a bug in the compound-engineering plugin by running /ce-report-bug and following the prompts.

Frequently Asked Questions about ce-report-bug

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

FAQPage Schema
How do I report a bug in the compound-engineering plugin?

You can report a bug by running the `/ce-report-bug` command, which guides you through a structured process to gather reproduction steps and environment details before creating a GitHub issue.

Do I need the GitHub CLI installed to create bug reports?

Yes, the GitHub CLI (`gh`) is required for automated issue creation. The Skill uses it to submit the structured bug report directly to the repository, requiring both `gh` and Python to function properly.

What information is needed for a structured GitHub issue report?

A structured GitHub issue report requires detailed steps to reproduce the bug and specific environment details. The Skill guides you through collecting this actionable information to ensure maintainers can effectively address the feedback.

Can I automate GitHub issue creation from the command line?

Yes, you can automate GitHub issue creation from the command line using this Skill. It leverages Python scripts and the GitHub CLI to automatically generate and submit issues with the collected bug data.

Why use a guided process for bug reporting instead of manual entry?

A guided bug reporting process ensures all necessary information is collected systematically. This prevents incomplete submissions and provides maintainers with detailed, actionable feedback directly through automated GitHub issue creation.