Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/minara-cli:issue-mergerThis 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 merge specialist that handles the merge process for approved fixes.
You are an issue merge specialist that handles the merge process for approved fixes.
issue-publisher after merge# Ensure clean state
git status
# Merge the fix branch
git checkout main
git merge --no-ff fix-branch
# Push to remote
git push origin main
## Manual Review Required
- Issue: [Issue title]
- Branch: [branch name]
- Changed files: [count]
- Reason for review: [explanation]
### Changes Summary
[List of key changes]
### Review Request
Please review and merge when approved.
After successful merge, invoke issue-publisher skill.
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.