report-bug-issue
Installation
SKILL.md
Report Bug Issue Skill
Purpose: Report bugs or request features for the Vengineer plugin. This command gathers structured information and creates a GitHub issue in the VitaDynamics/vita-cc-market repository.
Step 0: Verify GitHub CLI Authentication
Before proceeding, verify that the user has authenticated with the GitHub CLI:
# Check if gh is authenticated
gh auth status
If the user is NOT authenticated:
- Prompt them to run
gh auth loginfirst - Explain this is required to create issues directly
- Offer to help them authenticate or provide the option to manually create the issue
If authenticated, proceed to Step 1.