ce-report-bug

Collects structured bug details and creates a GitHub issue for the compound-engineering plugin.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Norfolk-Group/marcela-norfolk-ai --skill ce-report-bug-norfolk-group
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-report-bug
Source: https://github.com/Norfolk-Group/marcela-norfolk-ai/tree/main/skills/compound-engineering/skills/ce-report-bug
Command: npx skills add https://github.com/Norfolk-Group/marcela-norfolk-ai --skill ce-report-bug-norfolk-group

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reporting bugs in the compound-engineering plugin often results in incomplete reports missing reproduction steps, environment details, or error messages, forcing maintainers to ask follow-up questions. This Skill guides users through a structured interview and files a complete GitHub issue automatically. ## Core Features & Use Cases - Structured Bug Intake: Asks six targeted questions covering bug category, affected component, actual behavior, expected behavior, reproduction steps, and error messages using the platform's blocking question tool. - Automatic Environment Collection: Gathers OS info via uname, plugin version from the installed plugins manifest, and agent CLI version without user effort. - GitHub Issue Creation: Formats the report in Markdown and submits it via the gh CLI to the EveryInc/compound-engineering-plugin repository with appropriate labels. - Use Case: A user finds that a compound-engineering agent fails to load. They invoke the skill, answer the guided questions, and a fully formatted bug report with environment details is filed as a GitHub issue within minutes. ## Quick Start Ask the assistant to report a bug in the compound-engineering plugin and answer the guided questions about what happened.

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?

Invoke the ce-report-bug skill and answer six guided questions about the bug category, affected component, actual and expected behavior, reproduction steps, and error messages. The skill then formats the report and creates a GitHub issue automatically.

How do I create a GitHub issue from the command line?

Use the gh CLI with gh issue create, passing the repository, title, body, and labels. This skill runs gh issue create against the EveryInc/compound-engineering-plugin repository with the formatted bug report as the body.

What information is needed for a good bug report?

A complete bug report includes the affected component, actual versus expected behavior, reproduction steps, error messages, and environment details like OS, plugin version, and agent CLI version. This skill collects all of these through structured questions and automatic detection.

What happens if the gh CLI is not installed or authenticated?

The skill prompts you to install or authenticate the gh CLI first. If issue creation still fails, it displays the fully formatted bug report so you can manually create the issue on GitHub.

Does the bug report include personal or private data?

No. The skill explicitly excludes personal information, API keys, credentials, private code, and file paths. Only technical details about the bug and basic environment information like OS and versions are included.