.agents/skills/jira/SKILL.md
View and interact with Jira tickets using the jira CLI. Use when the user asks to view a ticket, list assigned issues, check sprint status, search issues, add comments, or change ticket status via a Jira URL or key.
npx skillsauth add kentoje/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.
Interact with Jira tickets using the jira command-line tool.
Use this skill when the user:
ADP-1234)jira issue view <TICKET_KEY>
Example: jira issue view ADP-6405
If given a Jira URL like https://aircall-product.atlassian.net/browse/ADP-6405, extract the ticket key (ADP-6405) and use the view command.
jira issue list -a$(jira me)
jira sprint list --current
jira sprint list --current -a$(jira me)
jira issue list -q "project = ADP AND status = 'In Progress'"
jira issue comment add <TICKET_KEY> -b "<COMMENT_BODY>"
jira issue move <TICKET_KEY> "<STATUS>"
ADP-1234)tools
Autonomous design critique mode using the Agentation annotation toolbar. Use when the user asks to "critique this page," "add design annotations," "review the UI," "self-driving mode," "auto-annotate," or wants an AI agent to autonomously add design feedback annotations to a web page via the browser. Requires the Agentation toolbar to be installed on the target page and agent-browser skill to be available.
development
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
development
Browse Aircall staging or local dev URLs with automatic authentication. USE THIS skill (not the generic agent-browser skill) whenever the target URL contains "aircall" in the hostname (e.g. dev.aircall-staging.com, localhost running Aircall).
tools
Design and implement web animations that feel natural and purposeful, based on Emil Kowalski's "Animations on the Web" course. Use proactively when the user asks about easing, timing, springs, transitions, animation performance, or how to animate specific UI elements. Covers CSS transitions, Framer Motion, GSAP, accessibility (prefers-reduced-motion), and common patterns like modals, tooltips, page transitions, hover states, and microinteractions.