From copy
Copy to clipboard for Jira Cloud (Markdown). Specify what to copy, or auto-detects from context.
npx claudepluginhub omriariav/omri-cc-stuff --plugin copywhat to copy# /copy:jira - Format for Jira Cloud Copy data/tables/text to clipboard, formatted as Markdown for Jira Cloud. **$ARGUMENTS** = `[what to copy]` (optional - if not specified, finds most recent output) ## Workflow 1. **Find content**: If specified in arguments, find that content. Otherwise, find most recent table/data/output. 2. **Format as Markdown for Jira Cloud** 3. **Copy to clipboard**: `pbcopy` 4. **Confirm**: Show preview ## Jira Cloud Formatting Rules (Markdown) - Tables: Standard Markdown table syntax - Bold: `**text**` - Italic: `*text*` - Code: `` `code` `` or triple backtic...
/jiraFetches and analyzes Jira tickets, adds structured comments, transitions status, or searches issues with JQL. Produces requirement breakdowns, test scenarios, and summaries.
/jiraShow Jira integration status, available tools, and help for jira-task commands. Use when user types /jira, asks about Jira connection, or wants to see available Jira commands.
/jiraManage Jira issues, sprints, and boards — create, update, transition, search, and manage sprints.
/jiraFetches and analyzes Jira tickets, adds structured comments, transitions status, or searches issues with JQL. Produces requirement breakdowns, test scenarios, and summaries.
/jiraInteract with Jira Cloud REST API v3. Requires JIRA_URL, JIRA_USERNAME, and JIRA_PERSONAL_TOKEN environment variables.
Copy data/tables/text to clipboard, formatted as Markdown for Jira Cloud.
$ARGUMENTS = [what to copy] (optional - if not specified, finds most recent output)
pbcopy**text***text*`code` or triple backticks for blocks[text](url)# H1, ## H2, etc.| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Value 1 | Value 2 | Value 3 |
| Value 4 | Value 5 | Value 6 |
Always format numbers for readability:
2450000 → $2.45M15.7894 → 15.8%1247 → 1,247After copying, show:
✓ Copied to clipboard (format: Jira Cloud Markdown)
Preview:
[first 5-10 lines of copied content]