report-issue

Create GitHub issues with repro steps and bind them to the OpenASE Automation project.

264|27|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/PacificStudio/openase --skill report-issue-pacificstudio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-issue
Source: https://github.com/PacificStudio/openase/tree/main/.codex/skills/report-issue
Command: npx skills add https://github.com/PacificStudio/openase --skill report-issue-pacificstudio

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

GitHub issue creation can be tedious when reporting bugs or design tasks; this Skill automates the creation of high-signal issues and binds them to the OpenASE Automation project with a caller-specified status, ensuring consistent tracking.

Core Features & Use Cases

  • Create a high-signal GitHub issue in the current repository and attach it to the OpenASE Automation project.
  • Wire optional dependencies to block or link issues before project binding.
  • Set the issue to a specific project status (Todo, In Progress, etc.) and populate a structured body with environment, reproduction steps, actual vs. expected results, and suggested fixes.
  • Use cases: report bugs, deployment regressions, local repros, or design tasks requiring reproducible evidence and project binding.

Quick Start

Provide a title and a body file, then run the included script to create the issue and attach it to the OpenASE Automation project.

Frequently Asked Questions about report-issue

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

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

Automating GitHub issue creation for bug reports involves gathering environment facts, exact reproduction steps, and structured details like actual versus expected results. This Skill generates a high-signal issue body and binds it to the OpenASE Automation project.

What's the best way to link GitHub issues to an issue-tracking project with a specific status?

The best way to link GitHub issues to an issue-tracking project is by using a helper script that sets the project status, such as Todo or In Progress, and wires optional dependency blockers before binding the issue to the OpenASE Automation project.

Do I need gh and python3 installed to automate project management issue tracking?

Yes, you need both gh and python3 installed to automate project management issue tracking. This Skill relies on these dependencies to execute the helper script that creates, structures, and binds the GitHub issues.

Can I include environment details and reproduction steps when I create a GitHub issue for local repros?

Yes, you can include environment details and reproduction steps when you create a GitHub issue for local repros. The Skill populates a structured issue body with environment facts, exact repro steps, actual versus expected results, and suggested fixes.

How does binding optional dependencies work when reporting design tasks to GitHub?

Binding optional dependencies when reporting design tasks works by wiring linked issues to block or relate to the new issue before project binding. This ensures correct dependency tracking within the OpenASE Automation project.