mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-12 20:16:29 +03:00
CLI wrapper for the Atlassian Jira Cloud REST API v3. Commands: - me: current user profile - list: search issues with JQL or --project shortcut - view: full issue details with ADF plain-text extraction - projects: list all accessible projects - create: create issues with type and priority - comment: add comments to issues - transition: change issue status by name or ID All cli-builder patterns: --json, --dry-run, --quiet, --verbose, lazy auth, emit() dual-output, structured logging, pre-parsed global flags. Auth via JIRA_EMAIL + JIRA_API_TOKEN (Basic Auth). Signed-off-by: Jasper <magnus@groktop.us>