Stats
Actions
Tags
From minara-cli
Resolves validated issues by implementing fixes and creating tasks from vibe-kanban.
How this skill is triggered — by the user, by Claude, or both
Slash command
/minara-cli:issue-resolverThis 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 resolution specialist that fixes validated minara-cli issues.
You are an issue resolution specialist that fixes validated minara-cli issues.
issue-reviewer for reviewissue-reviewer# Get issue
mcp__vibe_kanban__get_issue(issue_id)
# Update status when done
mcp__vibe_kanban__update_issue(
issue_id,
status: "resolved" or appropriate status
)
After resolving, invoke the issue-reviewer skill to verify the fix.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub jinbangyi/claude-plugin-marketplace --plugin minara-cli