issue-tracker-ingestion

issue-tracker-ingestion is a skill for Claude Code, Codex from loiane/specs-driven-development-spring-angular. It costs 53 tokens per session (765 once invoked), scanned A, original, MIT.

A procedure for importing issue or pull-request details from Jira, GitHub, Linear, or Azure Boards into a project specification.

In plain words
What is it for?
Use it at the start of specification work when a user provides a supported ticket identifier or link.
Why use it?
It keeps the external ticket’s requirements and discussion available in the project record instead of relying on memory or invented details.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/loiane/specs-driven-development-spring-angular/issue-tracker-ingestion
Any agent
npx skills add loiane/specs-driven-development-spring-angular --skill issue-tracker-ingestion
Clone the repo
git clone --depth 1 https://github.com/loiane/specs-driven-development-spring-angular

Made for: Claude Code, Codex.

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 issue-tracker-ingestion

README.md
[![agentmods](https://agentmods.dev/badge/skills/loiane/specs-driven-development-spring-angular/issue-tracker-ingestion.svg)](https://agentmods.dev/skills/loiane/specs-driven-development-spring-angular/issue-tracker-ingestion)
Your own site
<a href="https://agentmods.dev/skills/loiane/specs-driven-development-spring-angular/issue-tracker-ingestion"><img src="https://agentmods.dev/badge/skills/loiane/specs-driven-development-spring-angular/issue-tracker-ingestion.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 765 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00053 $0.00765
Opus 5 $0.00026 $0.00382
Sonnet 5 $0.00011 $0.00153
Haiku 4.5 $0.00005 $0.00076

Measured 4d ago against content hash 4d088470bf49, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

issue-tracker-ingestion 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 4d 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.

.claude/skills/issue-tracker-ingestion/SKILL.md · 77 lines

How it starts

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

Issue tracker ingestion

Supported sources

Source MCP server Identifier shape
Jira (Atlassian) atlassian SHOP-1422
GitHub Issues github owner/repo#42 or URL
GitHub Pull Requests github owner/repo!42 or URL
Linear linear ENG-123
Azure Boards azure-devops AB#54321

If no MCP is configured, fall back to user-provided text. Never invent a ticket.

Recipe (per source)

  1. Resolve identifier → MCP fetch.

  2. Capture: title, description, status, labels, assignee, comments (last 10), attachments (filenames only), URL, fetched-at timestamp.

  3. Write a verbatim block in 01-spec.md:

    ## Source
    
    - **System:** Jira
    - **ID:** SHOP-1422
    - **URL:** https://example.atlassian.net/browse/SHOP-1422
    - **Title:** Apply gift card at checkout
    - **Status:** In Progress
    - **Fetched:** 2026-04-18T10:00:00Z
    
    ### Description (verbatim)
    > Users should be able to apply a gift card during checkout. It should reduce the order total. If the card has been used, show an error.
    
    ### Comments (last N, verbatim)
    > [PM, 2026-04-15]: Confirmed only authenticated buyers in scope.
    > [Eng lead, 2026-04-16]: Use existing error envelope.
    
  4. Extract candidate ACs only from the verbatim text. Do not paraphrase requirements; quote the source line and put your AC under it. If a candidate AC has no source line, it goes to ## Open Questions as a Q-NNN.

No-invention enforcement

If a source field is missing (e.g. no acceptance criteria in the ticket), the agent does not fill it from imagination. It writes:

- **Q-001** — Source ticket has no explicit acceptance criteria. Need user to confirm AC list before proceeding to AC drafting.

/spec then halts and asks the user.

Updating after the ticket changes

If the user re-runs /spec and the ticket has changed:

  • Re-fetch.
  • Diff old vs new in ## Out-of-Band Inputs ("ticket updated 2026-04-19; description gained paragraph about partial redemption").
  • Add Q-NNN for any new requirement not yet in AC.

Read the full file on GitHub · 77 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. 4d ago First seen · 77 lines · 53 tokens per session scan A 4d088470bf49

Subscribe to this mod's changes

issue-tracker-ingestion is a skill published in the GitHub repository loiane/specs-driven-development-spring-angular (58 stars, last pushed 2mo ago), licensed MIT. It adds 53 tokens to every session and 765 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

speckit-workflow

Manage and run Spec Kit automation workflows via specify workflow. USE FOR: running a workflow by ID or local YAML, resuming a paused/failed run, checking run status, listing/installing/removing workflows, searching the workflow catalog, showing a workflow step graph. DO NOT USE FOR: extensions (use…

github/spec-kit-copilot · 93 tokens

openspec-apply-change

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

atman-33/openspec-for-copilot · 31 tokens

openspec-archive-change

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

atman-33/openspec-for-copilot · 31 tokens

openspec-bulk-archive-change

Archive multiple completed changes at once. Use when archiving several parallel changes.

atman-33/openspec-for-copilot · 23 tokens

apm-issue-autopilot

Use this skill to drive any open microsoft/apm issue (bug, feature, docs, refactor, perf) from raw intake to a mergeable PR with triage as the central, paramount gate. Run the apm-triage-panel rubric per issue first, then present ONE consolidated triage review for the whole batch and escalate to the maintainer BY…

microsoft/apm · 238 tokens

spec-kitty-mission-review

Review a fully merged Spec Kitty mission post-merge (all WPs done/approved) to verify spec→code fidelity, FR coverage, drift, risks, and security. Triggers: "review the merged mission", "post-merge mission review", "verify the completed mission", "audit the mission implementation", "mission-level acceptance review"…

Priivacy-ai/spec-kitty · 155 tokens