ciberbal-ai-issue-creation

Creates GitHub issues for ciberbal-ai using enforced templates and label workflows.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Balthael/ciberbal-ai --skill ciberbal-ai-issue-creation-balthael
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ciberbal-ai-issue-creation
Source: https://github.com/Balthael/ciberbal-ai/tree/main/skills/issue-creation
Command: npx skills add https://github.com/Balthael/ciberbal-ai --skill ciberbal-ai-issue-creation-balthael

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Contributors to the ciberbal-ai repository must follow a strict issue-first process where blank issues are disabled, templates are mandatory, and no pull request may be opened before a maintainer applies the status:approved label. This Skill guides the AI agent through that exact workflow so issues are filed correctly the first time. ## Core Features & Use Cases - Template-Guided Issue Filing: Routes bug reports to bug_report.yml and feature requests to feature_request.yml with the correct required fields and auto-applied labels. - Label and Approval Workflow Enforcement: Explains the status:needs-review, status:approved, and status:in-progress lifecycle and blocks PR creation until maintainer approval. - Duplicate Detection and gh CLI Commands: Provides ready-to-use gh issue list, create, and view commands plus a decision tree for choosing between Issues and Discussions. - Use Case: A user reports that Claude Code is not detected on Linux Arch. The agent searches existing issues, confirms no duplicate, and files a bug report via gh issue create with the correct template, title scope, and affected area. ## Quick Start Ask the agent to create a bug report or feature request issue on the Balthael/ciberbal-ai repository describing your problem.

Frequently Asked Questions about ciberbal-ai-issue-creation

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

FAQPage Schema
How do I create a GitHub issue for ciberbal-ai?

Use gh issue create with the --repo Balthael/ciberbal-ai flag and select either the bug_report.yml or feature_request.yml template. Blank issues are disabled, so a template is mandatory, and status:needs-review is applied automatically.

How do I report a bug in the gga CLI tool?

File a bug report using the bug_report.yml template, including steps to reproduce, expected and actual behavior, your gga version output, operating system, AI agent, and affected area. Use a title like fix(cli): short description.

Can I open a pull request before my issue is approved?

No. The ciberbal-ai workflow requires a maintainer to apply the status:approved label before any work begins. Pull requests opened before approval violate the issue-first enforcement system and should wait for maintainer review.

Should I use GitHub Issues or Discussions for questions?

Questions and general conversation belong in GitHub Discussions, not Issues. Issues are reserved for defect reports and feature requests that follow the mandatory templates.

What labels are applied automatically to new issues?

Every new issue automatically receives status:needs-review. Bug reports also get the bug label and feature requests get the enhancement label. Contributors never add status labels manually; maintainers apply status:approved.