jira-cli
Jira CLI Setup and Usage
This skill provides instructions for installing and using the Jira CLI tool to interact with Jira from the command line.
Quick Reference: Common Pitfalls to Avoid
Before diving into detailed commands, be aware of these critical points:
- Time Tracking: MUST use
jira issue worklog add ISSUE "1m" --new-estimate "1h"- DO NOT use--customfor time tracking - Cannot log 0m: Logging "0m" causes server errors - always log at least "1m"
- Status Names Vary: "Done" may not exist - use exact status name from error message (e.g., "Resolved", "Closed")
- --no-input Support: Not all commands support
--no-input:- ✓ Supported:
issue edit,issue worklog add - ✗ Not supported:
issue move, view/list commands
- ✓ Supported:
- Environment Setup: Test
jira me --plainfirst - only source ~/.envrc if auth fails
CRITICAL: Environment Setup
Before running any jira-cli commands, check if the user has already configured their environment.
More from seckatie/kmtools
mermaid
Generate diagrams and flowcharts from mermaid definitions using the mermaid-cli (mmdc). Supports themes, custom CSS, and various output formats including SVG, PNG, and PDF. Mermaid supports 20+ diagram types including flowcharts, sequence diagrams, class diagrams, state diagrams, entity relationship diagrams, user journeys, Gantt charts, pie charts, quadrant charts, requirement diagrams, GitGraph, C4 diagrams, mindmaps, timelines, ZenUML, Sankey diagrams, XY charts, block diagrams, packet diagrams, Kanban boards, architecture diagrams, radar charts, and treemaps. This skill is triggered when the user says things like "create a diagram", "make a flowchart", "generate a sequence diagram", "create a mermaid chart", "visualize this as a diagram", "render mermaid code", or "create an architecture diagram".
1just
just is a handy command runner for saving and running project-specific commands. Features include recipe parameters, .env file loading, shell completion, cross-platform support, and recipes in arbitrary languages. This skill is triggered when the user says things like "create a justfile", "write a just recipe", "run just commands", "set up project automation with just", "understand justfile syntax", or "add a task to the justfile".
1yt-dlp
Download audio and video from thousands of websites using yt-dlp. Feature-rich command-line tool supporting format selection, subtitle extraction, playlist handling, metadata embedding, and post-processing. This skill is triggered when the user says things like "download this video", "download from YouTube", "extract audio from video", "download this playlist", "get the mp3 from this video", "download subtitles", or "save this video locally".
1jira-wiki
Jira Wiki Markup (Text Formatting Notation) for formatting issue descriptions, comments, and custom fields. NOT Markdown—Jira uses different syntax. Use when formatting Jira text, creating tables/panels/code blocks in Jira, linking users/issues/attachments, writing Jira templates, or when any Jira formatting question arises. Triggers include "Jira markup", "Jira formatting", "Jira table", "Jira code block", "Jira panel", "link in Jira", "format Jira comment/description", "Jira wiki syntax".
1