report

Report bug details to the ericbusboom/clasi GitHub repository via API or gh CLI.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Busboom-Foo/meetupfu --skill report-busboom-foo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: report
Source: https://github.com/Busboom-Foo/meetupfu/tree/main/.claude/skills/report
Command: npx skills add https://github.com/Busboom-Foo/meetupfu --skill report-busboom-foo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers and teams to report bugs or problems directly to the ericbusboom/clasi GitHub repository, streamlining issue communication and triage.

Core Features & Use Cases

  • Collects issue title and description with context to reproduce problems.
  • Creates an issue using the GitHub API when a GITHUB_TOKEN or GH_TOKEN is available; falls back to the gh CLI if not.
  • Confirms the created issue by returning its number and URL for quick reference.

Quick Start

Describe the bug you encountered and submit a GitHub issue to ericbusboom/clasi.

Frequently Asked Questions about report

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

FAQPage Schema
How do I report a bug to the CLASI GitHub repository from the command line?▼

To report a bug to the CLASI GitHub repository, provide a concise title and description of the issue. The tool uses the GitHub API if a token is available, or falls back to the gh CLI, then confirms the created issue number and URL.

Do I need a GitHub token to create issues for CLASI debugging?▼

You do not need a GitHub token to create issues for CLASI debugging. The tool uses the GitHub API when a GITHUB_TOKEN or GH_TOKEN is available, and automatically falls back to the gh CLI if no token is found.

What is the best way to automate GitHub issue creation for CLASI problems?▼

Automating GitHub issue creation for CLASI problems involves collecting a title and description, then submitting them via the GitHub API or gh CLI. This streamlines issue communication and triage across local development, CI, or production integrations.

Can I use the gh CLI to submit issues to ericbusboom/clasi without API authentication?▼

Yes, you can use the gh CLI to submit issues to ericbusboom/clasi without API authentication. When no GITHUB_TOKEN or GH_TOKEN is available, the tool automatically falls back to the gh CLI to create the issue.

What details do I need to provide when reporting a CLASI bug?▼

When reporting a CLASI bug, you need to provide a concise issue title and a description with enough context to reproduce the problem. The tool then returns the created issue number and URL for quick reference.