skills/jira/SKILL.md
Manage Jira issues, boards, sprints, and projects via the jira-cli. Search, create, update, and transition issues directly from the command line.
npx skillsauth add timecamp-org/skills 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.
Use jira to manage Jira issues, sprints, and boards. Requires API token setup.
homepage: https://github.com/ankitpokhrel/jira-cli
export JIRA_API_TOKEN="your-token" (add to ~/.zshrc for persistence)jira init --server https://your-org.atlassian.net --login [email protected] --installation cloudjira issue list -p PROJECTjira issue view PROJ-123jira issue create -p PROJECT -t "Task" -s "Summary" -b "Description"jira issue edit PROJ-123 -s "New summary"jira issue assign PROJ-123 "[email protected]"jira issue move PROJ-123 "In Progress"jira issue comment add PROJ-123 "My comment"jira issue list -q "project = MKT AND status = 'To Do'"jira sprint list -p PROJECTjira sprint list -p PROJECT --state activejira sprint list -p PROJECT --state active --plainjira board list -p PROJECTjira epic list -p PROJECTjira epic view PROJ-100jira project list--plain — Tab-separated, no colors (best for scripting)--columns key,summary,status — Select columns--no-truncate — Don't truncate long fields~/.config/.jira/.config.yml-q "assignee = currentUser() AND status != Done"jira open PROJ-123tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
tools
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
tools
Analyze computer activities, time entries, and tasks to generate a complete timesheet for the user
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.