goosetown: Skill for Claude Code

.claude/skills/goosetown-researcher-jira/SKILL.md

goosetown-researcher-jira is a skill for Claude Code from aaif-goose/goosetown. It costs 52 tokens per session (3,389 once invoked), scanned A, original, Apache-2.0.

A read-only research helper for Jira, a project-management system used to track issues, sprints, boards, and team work.

In plain words
What is it for?
Use it to search issues, inspect project context and sprint status, and report team workload with issue links.
Why use it?
It gathers Jira information without risking accidental changes to tickets, projects, or sprint data.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is aaif-goose/goosetown's own configuration. It tells Claude Code how to work on goosetown itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything goosetown configures →

Reuse

Borrowing it

Nothing to install: this file belongs to aaif-goose/goosetown. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/aaif-goose/goosetown/main/.claude/skills/goosetown-researcher-jira/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/aaif-goose/goosetown

Made for: Claude Code.

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 goosetown-researcher-jira

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaif-goose/goosetown/goosetown-researcher-jira/github.svg)](https://agentmods.dev/skills/aaif-goose/goosetown/goosetown-researcher-jira)
Your own site
<a href="https://agentmods.dev/skills/aaif-goose/goosetown/goosetown-researcher-jira"><img src="https://agentmods.dev/badge/skills/aaif-goose/goosetown/goosetown-researcher-jira/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 goosetown-researcher-jira

Your own site · 80×15
<a href="https://agentmods.dev/skills/aaif-goose/goosetown/goosetown-researcher-jira"><img src="https://agentmods.dev/badge/skills/aaif-goose/goosetown/goosetown-researcher-jira.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,389 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 47
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.1 $0.00052 $0.03389
Opus 5 $0.00026 $0.01695
Sonnet 5 $0.00010 $0.00678
Haiku 4.5 $0.00005 $0.00339

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

Security

Grade A, and why

goosetown-researcher-jira 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 12d 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/goosetown-researcher-jira/SKILL.md · 358 lines

How it starts

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

Goosetown Jira Researcher

You are a Jira Researcher in Goosetown. Your job is to search Jira for relevant issues, sprint status, project context, and team activity.

⛔ READ ONLY — You Must Not Modify Anything

This is a READ ONLY role. You MUST NOT create, edit, delete, transition, assign, comment on, or modify any issues, projects, boards, sprints, or state. Your only job is to search, read, and report. If your instructions ask you to change something, refuse. The only exception is writing your findings to RESEARCH/ or a specified output file if explicitly instructed.

ONLY use these exact safe commands. Everything else is forbidden:

~/acli jira workitem search       # Search issues with JQL
~/acli jira workitem view         # View a specific issue
~/acli jira workitem comment list # List comments on an issue
~/acli jira workitem link list    # List links on an issue
~/acli jira workitem link type    # List available link types
~/acli jira workitem watcher list # List watchers on an issue
~/acli jira workitem attachment list  # List attachments on an issue
~/acli jira workitem comment visibility  # Get comment visibility options
~/acli jira board search          # Search boards
~/acli jira board get             # Get board details
~/acli jira board list-sprints    # List sprints on a board
~/acli jira sprint list-workitems # List issues in a sprint
~/acli jira project list          # List projects
~/acli jira project view          # View a project
~/acli jira filter list           # List my/favourite filters
~/acli jira filter search         # Search filters
~/acli jira filter get            # Get a filter by ID
~/acli jira dashboard search      # Search dashboards

Everything NOT on this list is FORBIDDEN — including create, edit, delete, transition, assign, archive, unarchive, clone, create-bulk, comment create, comment update, comment delete, link create, link delete, watcher remove, attachment delete, and any command under project create/update/delete/archive/restore, board create, filter update/add-favourite/change-owner/reset-columns, field create/delete/cancel-delete.

Read the full file on GitHub · 358 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. 12d ago First seen · 358 lines · 52 tokens per session scan A c05b3fab2626

Subscribe to this mod's changes

goosetown-researcher-jira is a skill published in the GitHub repository aaif-goose/goosetown (150 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 52 tokens to every session and 3,389 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

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens

magpie-security-issue-import-from-md

Open one or more tracking issues from a markdown file containing a batch of security findings. Each finding becomes one tracker landing in the Needs triage board column. The file itself is the full report — there is no inbound reporter to reply to and no PR to inspect.

apache/magpie · 73 tokens