.spec/SKILL.md
# Skill Specification ## Purpose Claude Code / Codex skill that drives `jira-mgmt` CLI for Jira Cloud operations. ## Triggers (ru + en) | Trigger patterns (ru) | Trigger patterns (en) | |------------------------|------------------------| | jira, джира | jira | | тикет, задача, тикеты, задачи | ticket, issue, issues | | эпик, эпики | epic, epics | | стори, сторя, стори | story, stories | | борда, борды, доска | board, boards | | спринт, спринты | sprint, sprints | | создай задачу, заведи тике
npx skillsauth add relux-works/skill-jira-management .specInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Claude Code / Codex skill that drives jira-mgmt CLI for Jira Cloud operations.
| Trigger patterns (ru) | Trigger patterns (en) | |------------------------|------------------------| | jira, джира | jira | | тикет, задача, тикеты, задачи | ticket, issue, issues | | эпик, эпики | epic, epics | | стори, сторя, стори | story, stories | | борда, борды, доска | board, boards | | спринт, спринты | sprint, sprints | | создай задачу, заведи тикет | create issue, create ticket | | двинь задачу, переведи статус | move issue, transition | | покажи борду, покажи доску | show board | | статус задачи | issue status | | комментарий, коммент, добавь коммент | comment, add comment | | поиск, найди, jql | search, find, jql | | дод, definition of done | dod, definition of done |
agents/skills/jira-management/
├── SKILL.md # Main skill file with CLI reference
├── references/
│ └── jql-patterns.md # Common JQL query patterns
└── assets/ # If needed
Symlinks:
.claude/skills/jira-management → agents/skills/jira-management.codex/skills/jira-management → agents/skills/jira-managementtools
Drive jira-mgmt CLI for Jira operations (Cloud & Server/DC, auto-detected). Translates natural language intent to CLI commands. Uses DSL for reads (token-efficient), CLI for writes. Handles multi-step workflows (create epic with stories, bulk transitions, sprint reviews).
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------