skill-with-referenced-issue

skill-with-referenced-issue is a skill for Claude Code from kabirnarang39/skillci. It costs 19 tokens per session (33 once invoked), scanned A, original, Apache-2.0.

A skill that includes instructions to run scripts/install.sh during setup.

In plain words
What is it for?
Its concrete jobs are not provided here.
Why use it?
The available text does not explain the skill's main purpose, and the referenced setup script has not been described.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the skillci plugin — 5 skills shipped together

Good fit Its concrete jobs are not provided here.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kabirnarang39/skillci/skill-with-referenced-issue
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 kabirnarang39/skillci --skill skill-with-referenced-issue
Clone the repo
git clone --depth 1 https://github.com/kabirnarang39/skillci

Made for: Claude Code.

Or install skillci, the plugin that ships this one along with the rest of its 5 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 skill-with-referenced-issue

README.md
[![agentmods](https://agentmods.dev/badge/skills/kabirnarang39/skillci/skill-with-referenced-issue/github.svg)](https://agentmods.dev/skills/kabirnarang39/skillci/skill-with-referenced-issue)
Your own site
<a href="https://agentmods.dev/skills/kabirnarang39/skillci/skill-with-referenced-issue"><img src="https://agentmods.dev/badge/skills/kabirnarang39/skillci/skill-with-referenced-issue/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 skill-with-referenced-issue

Your own site · 80×15
<a href="https://agentmods.dev/skills/kabirnarang39/skillci/skill-with-referenced-issue"><img src="https://agentmods.dev/badge/skills/kabirnarang39/skillci/skill-with-referenced-issue.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 33 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 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.00019 $0.00033
Opus 5 $0.00010 $0.00016
Sonnet 5 $0.00004 $0.00007
Haiku 4.5 $0.00002 $0.00003

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

Security

Grade A, and why

skill-with-referenced-issue 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/install.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

editors/vscode/test-fixtures/skill-with-referenced-issue/SKILL.md · 6 lines

What it actually says

Run scripts/install.sh to set up.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 6 lines · 19 tokens per session scan A f5dea2d7eddd

Subscribe to this mod's changes

skill-with-referenced-issue is a skill published in the GitHub repository kabirnarang39/skillci (8 stars, last pushed 27d ago), licensed Apache-2.0. It adds 19 tokens to every session and 33 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

council

Run one request through several skills in parallel, isolated subagents, then merge their answers or judge the single best one. Use when the user invokes /council (or /council manage), or uses clear multi-skill-comparison language like "try this with a few different skills", "compare how different skills answer this"…

himanshufound/council · 135 tokens

configuration

A guide to configuring OpenClaw, including its main YAML configuration file, environment variables, performance settings, and security options.

chaterm/terminal-skills · 8 tokens

elasticsearch

Guidance for managing Elasticsearch, a search and data-storage system that organizes information into searchable indexes. It covers cluster health, nodes, shards, indexes, and related status APIs.

chaterm/terminal-skills · 8 tokens

sql-optimization

A guide to improving SQL queries, the commands used to read and change data in databases. It covers examining how MySQL and PostgreSQL execute queries and designing indexes that help them find data faster.

chaterm/terminal-skills · 10 tokens

ci-cd

A skill for configuring continuous integration and continuous delivery, or CI/CD: automated steps that build, test, and sometimes package or publish software when code changes. It includes examples for Jenkins, GitLab CI, and GitHub Actions.

chaterm/terminal-skills · 11 tokens

monitoring

A guide to monitoring systems with Prometheus and Grafana. Prometheus collects time-based measurements called metrics, while PromQL is the query language used to calculate values such as request rates, errors, resource use, and latency.

chaterm/terminal-skills · 8 tokens