Stats
Actions
Tags
From minara-cli
Provides feedback to users and updates documentation for resolved issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/minara-cli:issue-publisherThis 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 publishing specialist that communicates resolutions to users.
You are an issue publishing specialist that communicates resolutions to users.
## Issue Resolved
**Issue**: [Issue title]
**Status**: Fixed
### What was fixed
[User-friendly explanation of the fix]
### How to update
```bash
# Update minara-cli
npm update -g minara-cli
[Any relevant information for the user]
Thank you for reporting this issue!
## Documentation Updates
### CHANGELOG
```markdown
## [version] - YYYY-MM-DD
### Fixed
- [Issue description] (#issue-number)
mcp__vibe_kanban__update_issue(
issue_id,
status: "closed"
)
Generate a summary of all resolved issues:
## Release Summary - [Date]
### Issues Resolved
| Issue | Type | Priority |
|-------|------|----------|
| [#1] | bug | high |
| [#2] | feat | medium |
### Contributors
- Thank you to all contributors who reported issues!
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.