jira-time-tracking

jira-time-tracking is a skill for Claude Code from ulises-jeremias/agent-toolkit. It costs 121 tokens per session (4,869 once invoked), scanned A, a copy of jira-time-tracking, MIT.

A JIRA tool for recording time spent on issues and managing worklogs, which are entries that document completed work. It also handles estimates, reports, and timesheet exports.

In plain words
What is it for?
Logging or editing hours, setting original and remaining estimates, viewing worklogs, generating time reports, exporting timesheets, and recording time across multiple issues.
Why use it?
It replaces separate manual timesheets and makes time records easier to review or report. This is useful when work needs to be tracked for planning, billing, or accountability.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the agent-toolkit-complete plugin — 116 skills shipped together

Good fit Logging or editing hours, setting original and remaining estimates, viewing worklogs, generating time reports, exporting timesheets, and recording time across multiple issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ulises-jeremias/agent-toolkit/jira-time-tracking
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ulises-jeremias/agent-toolkit --skill jira-time-tracking
Clone the repo
git clone --depth 1 https://github.com/ulises-jeremias/agent-toolkit

Made for: Claude Code.

Or install agent-toolkit-complete, the plugin that ships this one along with the rest of its 116 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jira-time-tracking

README.md
[![agentmods](https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/jira-time-tracking/github.svg)](https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/jira-time-tracking)
Your own site
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/jira-time-tracking"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/jira-time-tracking/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jira-time-tracking

Your own site · 80×15
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/jira-time-tracking"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/jira-time-tracking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,869 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 98% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00121 $0.04869
Opus 5 $0.00060 $0.02434
Sonnet 5 $0.00024 $0.00974
Haiku 4.5 $0.00012 $0.00487

Measured 8d ago against content hash d60447f8e2c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

jira-time-tracking scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

98% identical to jira-time-tracking — 26 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/agent-toolkit-complete/.github/skills/jira-time-tracking/SKILL.md · 510 lines

How it starts

The opening of the file, as written. The whole thing — 510 lines — stays where its author put it; the contents beside it link to each section on GitHub.

JIRA Time Tracking Skill

Risk Levels

Operation Risk Notes
View worklogs - Read-only
View time tracking - Read-only
Generate reports - Read-only
Export timesheets - Read-only (local file)
Log time - Easily reversible (can delete)
Update worklog ! Previous value lost
Set estimates ! Can update again
Bulk log time ! Creates multiple worklogs
Delete worklog !! Time data lost, can re-log

Risk Legend: - Safe, read-only | ! Caution, modifiable | !! Warning, destructive but recoverable | !!! Danger, irreversible

When to use this skill

Use the jira-time skill when you need to:

  • Log time spent working on JIRA issues
  • View, update, or delete work log entries
  • Set or update time estimates (original and remaining)
  • Generate time reports for billing, invoicing, or tracking
  • Export timesheets to CSV or JSON format
  • Bulk log time across multiple issues

What this skill does

IMPORTANT: Always use the jira-as CLI. Never run Python scripts directly.

The jira-time skill provides comprehensive time tracking and worklog management:

Worklog Management

  • Add worklogs - Log time with optional comments and date/time
  • View worklogs - List all time entries for an issue
  • Update worklogs - Modify existing time entries
  • Delete worklogs - Remove time entries with estimate adjustment

Time Estimates

  • Set estimates - Configure original and remaining estimates
  • View time tracking - See complete time tracking summary with progress

Reporting

  • Time reports - Generate reports by user, project, or date range
  • Export timesheets - Export to CSV/JSON for billing systems
  • Bulk operations - Log time to multiple issues at once

Available Commands

Command Description
jira-as time log Add a time entry to an issue
jira-as time worklogs List all worklogs for an issue
jira-as time update-worklog Modify an existing worklog
jira-as time delete-worklog Remove a worklog entry
jira-as time estimate Set original/remaining time estimates
jira-as time tracking View time tracking summary
jira-as time report Generate time reports
jira-as time export Export time data to CSV/JSON
jira-as time bulk-log Log time to multiple issues

Read the full file on GitHub · 510 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 510 lines · 121 tokens per session scan A d60447f8e2c9

Subscribe to this mod's changes

jira-time-tracking is a skill published in the GitHub repository ulises-jeremias/agent-toolkit (17 stars, last pushed today), licensed MIT. It adds 121 tokens to every session and 4,869 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to jira-time-tracking, differing in 26 lines, and is treated as a copy.

Related

Other skills, from other repositories

iblai-api-agent-support

Manage an ibl.ai agent's human-support tickets via the platform API — list and filter the tickets users raised with an agent (by agent, requester, status, session), read a ticket's conversation thread, reply as the support team, change ticket status, and close or delete tickets. Use when triaging or responding to…

iblai/api · 79 tokens

github-navigator

GitHub operations via gh CLI. CRITICAL: Use instead of WebFetch for any github.com URL or GitHub repo path like owner/repo. Use when the user asks to inspect repositories, files, issues, pull requests, releases, Actions runs, or repository structure. Use when the user says 'show README', 'list issues', 'check PR'…

arvindand/agent-skills · 107 tokens

breaking-down-work

Decomposes a goal, feature, epic, or deliverable into a structured task tree (tasks, subtasks, checklists) with dependencies in Astravue. Use when the user wants to break down, decompose, or plan out work, turn an epic or feature into tasks, "split this into tasks", scope a deliverable, or build a work breakdown…

AstravueOrg/astravue-mcp-server · 81 tokens

capturing-meeting-actions

Extracts action items from meeting notes, transcripts, or a brain dump and creates them as owned, dated tasks in Astravue. Use when the user pastes meeting notes or a transcript, asks to turn notes or standup discussion into tasks, capture action items, or "make tasks out of this".

AstravueOrg/astravue-mcp-server · 68 tokens

mapping-dependencies

Maps task dependencies in an Astravue project, finds the critical path and blocked work, and detects circular dependencies before any rescheduling. Use when the user asks about dependencies, blockers, what's blocking what, the critical path, or wants to understand or fix the sequencing of a project.

AstravueOrg/astravue-mcp-server · 61 tokens

triaging-overdue-work

Reviews overdue and at-risk tasks in Astravue, assesses why each is slipping, and proposes reschedule, reassign, deprioritize, or close actions before applying them. Use when the user asks what's overdue, behind schedule, slipping, or at risk, wants to catch up on a project, or clean up late work.

AstravueOrg/astravue-mcp-server · 73 tokens