beads-converter
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
Generate and apply MR/PR description directly via gh or glab CLI (project)
> /plugin marketplace add GantisStorm/essentials-claude-code > /plugin install essentials@essentials-claude-code
How it fires
How this command gets triggered: by you, by Claude, or both.
/mr-description-creatorContext preview
What this command does when you run it.
Generate and apply MR/PR description directly via gh or glab CLI (project)
allowed-tools: Task, Bash, Read, Glob, Grep, AskUserQuestion argument-hint: "[--template 'markdown']" description: Generate and apply MR/PR description directly via gh or glab CLI (project) skills: ["github-cli", "gitlab-cli"] model: opus context: fork
Generate MR/PR descriptions and apply directly using `gh` (GitHub) or `glab` (GitLab) CLI.
**Requires**: `gh` or `glab` CLI installed and authenticated.
git remote get-url origin 2>/dev/null
**GitHub:**
gh auth status
**GitLab:**
glab auth status
# GitHub gh pr view --json number -q '.number' 2>/dev/null # GitLab glab mr view --output json 2>/dev/null | jq -r '.iid'
git log main..HEAD --oneline git diff main...HEAD --stat git rev-list --count main..HEAD
Launch background agent with gathered context:
Generate MR/PR description: Platform: <github or gitlab> CLI: <gh or glab> Action: <create or update> Branch: <current> -> <base> Template: <custom or "default"> Commits: <count>
**REQUIRED Task tool parameters:**
subagent_type: "essentials:mr-description-creator-default" run_in_background: true prompt: "Generate MR/PR description:\nPlatform: <platform>\nCLI: <cli>\nAction: <action>\nBranch: <branch info>\nTemplate: <template>\nCommits: <count>"
Output a status message like "Generating description..." and **end your turn**. The system wakes you when the agent finishes.
## MR/PR <CREATED/UPDATED> **Platform**: <GitHub or GitLab> **URL**: <url> **Branch**: <current> -> <base> View: <gh pr view --web OR glab mr view --web>
| Scenario | Action | |----------|--------| | CLI not installed | Report install link | | Not authenticated | Report auth command | | Can't detect platform | Ask user | | On main/master | Report error | | No commits | Report error |
/mr-description-creator
/mr-description-creator --template "## Summary\n{summary}\n## Changes\n{changes}"Loops, swarms, and teams powered by Claude Code's built-in Task System. Loop, swarm, and team are three execution modes. Loop runs sequentially. Swarm runs parallel subagents. Team spawns full Claude Code instances with shared contracts via Agent Teams.
Repo: GantisStorm/essentials-claude-code
Convert plans to Beads - works with /beads-loop, /beads-swarm, or RalphTUI
Deep bug investigation with architectural fix plan generation - works with any executor (loop or swarm)