homedir/.claude/skills/jira/SKILL.md
Fetch Jira issue details for the current branch or a given issue key. Only use when working in a project whose path contains "kontrakcja".
npx skillsauth add joncol/dotfiles jiraInstall 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.
Fetch and display Jira issue details.
If ~/.claude/jira-tokens.json does not exist, tell the user to run ~/.claude/skills/jira/auth.sh to authorize via OAuth, then retry.
Fetch the issue JSON using fetch.sh (it handles token refresh, cloud ID, and the API call internally):
$ARGUMENTS is provided, use it as the issue key:
~/.claude/skills/jira/fetch.sh CORE-1234
--from-bookmark to auto-detect the issue key from the current jj bookmark:
~/.claude/skills/jira/fetch.sh --from-bookmark
fetch.sh fails with a bookmark error, ask the user for the issue key.~/.claude/skills/jira/auth.sh to re-authorize.Present the issue in a readable format:
>) for comment bodies — they render with low-contrast styling. Use plain text under a bold Author — Date: header instead.tools
Copy the last code snippet or message to the system clipboard
data-ai
Review a PR by comparing the Jira ticket requirements against the actual implementation. Only use when working in a project whose path contains "kontrakcja".
development
List and delete old Claude Code sessions. Shows all sessions with dates and summaries, and lets the user pick which ones to remove.
documentation
Fetch and display GitHub PR review comments for the current branch or a given PR number. Only use when working in a project whose path contains "kontrakcja".