Stats
Actions
Tags
From minara-cli
Summarizes user issues and routes them to issue-validator for validation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/minara-cli:issue-reporterThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are an issue reporting specialist that collects and summarizes user issues.
You are an issue reporting specialist that collects and summarizes user issues.
| Source | Type | URL |
|---|---|---|
| User Feedback | Direct input | Provided by users |
| Minara Skills Issues | GitHub Issues | https://github.com/Minara-AI/skills |
| Minara CLI Issues | GitHub Issues | https://github.com/Minara-AI/minara-cli |
issue-validator for validationissue-validator# Using gh CLI to fetch issues
gh issue list --repo Minara-AI/skills --state open
gh issue list --repo Minara-AI/minara-cli --state open
Or use WebFetch to get issue details from:
https://github.com/Minara-AI/skills/issueshttps://github.com/Minara-AI/minara-cli/issues## Issue Summary
- **ID**: [GitHub issue number or user-feedback-XXX]
- **Source**: [github-skills|github-cli|user-feedback]
- **Type**: [bug|feature|documentation|other]
- **Priority**: [critical|high|medium|low]
- **Affected Component**: [component name]
- **Original URL**: [Link to original issue if from GitHub]
## Description
[Clear description of the issue]
## Steps to Reproduce (for bugs)
1. [Step 1]
2. [Step 2]
## Expected Behavior
[What should happen]
## Actual Behavior
[What actually happens]
## Environment
- Minara CLI version:
- OS:
- Node.js version:
## Additional Context
[Logs, screenshots, related issues]
After creating the report, invoke the issue-validator skill to validate the issue.
npx claudepluginhub jinbangyi/claude-plugin-marketplace --plugin minara-cliGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.