The jit skill adds Jira CLI capabilities to an agent: fetch issue summaries by key or URL, show expanded fields (description, comments, timestamps), include linked GitHub pull requests, list current-sprint tickets assigned to the user, and create or edit backlog or sprint issues. It supports multiple output formats (human summary, compact text, and machine-readable JSON) so the agent can both display results to users and integrate with scripts. The skill describes credential sources and required config values, plus practical command examples for common tasks.
Use this skill when a user asks for quick Jira lookups (e.g., "show me ISSUE-123"), needs detailed ticket metadata, wants to filter comments by date, requests the current sprint tickets assigned to them, or asks to create/edit issues from the terminal. It also applies when the agent must return JSON for automation or include linked GitHub PRs in the output.
--current-sprint.This skill is best for agents that can run shell commands and handle structured JSON output (Copilot/Codex/GitHub Code assistants, CLI-capable agents).
Jit is a Jira CLI wrapper skill providing structured commands for ticket lookup, sprint management, issue creation/editing, and credential configuration. The SKILL.md is comprehensive with clear command examples, an execution workflow, and troubleshooting guidance. No bundled scripts — the skill delegates entirely to the `jit` binary. Clean from a security standpoint with no risky patterns.
Well-documented CLI wrapper skill. Monolithic SKILL.md with no scripts/ or references/ directories. Config template includes placeholder API token pattern but no real credentials. No security concerns detected.