report

Creates GitHub issues for flagged follow-up items via gh api.

25|5|Updated May 9, 2026
One-click install
npx skills add https://github.com/kamp-us/phoenix --skill report-kamp-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report
Source: https://github.com/kamp-us/phoenix/tree/main/claude-plugins/kampus-pipeline/skills/report
Command: npx skills add https://github.com/kamp-us/phoenix --skill report-kamp-us

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill addresses the problem of tracking issues during workflow without requiring users to pause or shift focus to a different tool.

Core Features & Use Cases

  • Autonomous Issue Reporting: Automatically files a GitHub issue when identifying work items to follow up on.
  • Non-Intrusive Design: Designed to capture context with minimal disruption to the current task.
  • Triage Preparation: Provides clear information to facilitate efficient triage by separating raw intake from the judgment and prioritization stage.

Quick Start

Upon encountering an item to report, execute the command: /report.

Frequently Asked Questions about report

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

FAQPage Schema
How do I automate GitHub issue creation without interrupting my current workflow?

Autonomous GitHub issue creation uses the 'gh api' to file issues in a specified repository, capturing context automatically so you can continue your primary task without pausing. This non-intrusive approach streamlines issue tracking during active workflows.

What is the best way to capture workflow context for GitHub issue triage?

Context capture for GitHub issue triage is handled by an autonomous reporting mechanism that files issues while separating raw intake from the prioritization stage, providing clear information to facilitate efficient triage without disrupting the primary task.

Does the GitHub issue reporting command work with Cloudflare Workers?

The GitHub issue reporting command works with Cloudflare Workers and similar platforms because it utilizes 'gh api' to interface with the GitHub API, ensuring compatibility across various serverless and edge deployment environments.

How do I file a GitHub issue for a follow-up item using a single command?

Filing a GitHub issue for a follow-up item is done by executing the '/report' command, which automatically identifies the work item, captures the environment context, and files the issue in the specified repository.

Why does autonomous issue reporting require environment context?

Autonomous issue reporting requires environment context to accurately file an issue in the specified repository, ensuring the GitHub API receives the necessary repository details and workflow information for proper triage preparation.

Can I integrate issue tracking directly into my existing development workflow without switching tools?

Integrating issue tracking directly into an existing development workflow is supported by a non-intrusive design that captures context and files GitHub issues automatically, eliminating the need to pause or shift focus to a different tool.