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.
npx skills add letya999/jira-daily-pm-radar --skill jira-daily-pm-radargit clone --depth 1 https://github.com/letya999/jira-daily-pm-radarWrote 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.
[](https://agentmods.dev/skills/letya999/jira-daily-pm-radar/jira-daily-pm-radar)<a href="https://agentmods.dev/skills/letya999/jira-daily-pm-radar/jira-daily-pm-radar"><img src="https://agentmods.dev/badge/skills/letya999/jira-daily-pm-radar/jira-daily-pm-radar/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.
<a href="https://agentmods.dev/skills/letya999/jira-daily-pm-radar/jira-daily-pm-radar"><img src="https://agentmods.dev/badge/skills/letya999/jira-daily-pm-radar/jira-daily-pm-radar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00057 | $0.01238 |
| Opus 5 | $0.00028 | $0.00619 |
| Sonnet 5 | $0.00011 | $0.00248 |
| Haiku 4.5 | $0.00006 | $0.00124 |
Grade C, and why
jira-daily-pm-radar scanned grade C with 2 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
- Linux/macOS: `curl -LsSf https://astral.sh/uv/install.sh | sh` Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Linux/macOS: `curl -LsSf https://astral.sh/uv/install.sh | sh` How it starts
The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Jira Daily PM Radar
This skill answers daily PM questions:
- What changed since yesterday?
- Where is the current sprint stuck?
- Who may have forgotten to move/update issues?
- What in the next sprint is not ready?
- What in the backlog smells?
- What should the PM do today?
Prerequisites
Only uv is required. Install it once:
- Linux/macOS:
curl -LsSf https://astral.sh/uv/install.sh | sh - Windows:
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
Verify: uv --version
Running CLI
Run directly via uvx - no clone needed:
# Daily report (mock mode, no real Jira needed)
uvx --from git+https://github.com/letya999/jira-daily-pm-radar.git \
jira-radar daily --project DEMO --mock --out reports/
# Daily report (real Jira)
uvx --from git+https://github.com/letya999/jira-daily-pm-radar.git \
jira-radar daily --project PROJ --board-id 123 --since yesterday --out reports/
# Check connectivity
uvx --from git+https://github.com/letya999/jira-daily-pm-radar.git \
jira-radar doctor
Environment variables (set before calling or pass via shell):
JIRA_BASE_URL- https://your-domain.atlassian.netJIRA_EMAIL- your Atlassian emailJIRA_API_TOKEN- your Jira API token
MCP client config
{
"mcpServers": {
"jira-daily-pm-radar": {
"command": "uvx",
"args": [
"--from", "git+https://github.com/letya999/jira-daily-pm-radar.git[mcp]",
"jira-radar-mcp"
],
"env": {
"JIRA_BASE_URL": "<YOUR_JIRA_URL>",
"JIRA_EMAIL": "<YOUR_JIRA_EMAIL>",
"JIRA_API_TOKEN": "<YOUR_JIRA_API_TOKEN>"
}
}
}
}
First run downloads and caches the package. Subsequent runs use the cache.
Installing this skill
npx skills add -g letya999/jira-daily-pm-radar
After install, ensure uv is available (see Prerequisites). No other setup required.
Recommended operator flow
daily_report(...)to generate a batch report and get the summary.sprint_report(...)orbacklog_report(...)for focused checks.issue_context(...)to drill down into a specific issue's history and comments.search_issues(...)for custom JQL queries if standard reports are insufficient.
What ships with it
12 files 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.
- examples/sample-action-list.json 2.6 KB
- examples/sample-report.html 12 KB
- examples/sample-signals.json 8.5 KB
- examples/sample-summary.md 2.5 KB
- metadata.json 344 B
- references/00-agent-navigation.md 1.4 KB
- references/01-data-model.md 452 B
- references/02-signal-catalog.md 845 B
- references/03-output-contract.md 1.7 KB
- references/04-investigation-playbook.md 511 B
- references/mcp_config_template.json 385 B
- scripts/README.md 264 B
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.
- 12d ago First seen · 150 lines · 57 tokens per session scan C c2a868fc1766
jira-daily-pm-radar is a skill published in the GitHub repository letya999/jira-daily-pm-radar (0 stars, last pushed 2mo ago), licensed MIT. It adds 57 tokens to every session and 1,238 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
c-jira
Manage Jira issues using jira (jira-cli). List and filter issues, create new tickets, transition issue status, manage sprints, and add comments — all from the terminal without opening a browser.
meegle
A guide and command-line interface for managing Feishu/Lark Meego project data, including work items, workflow steps, views, personal tasks, and schedules. Feishu/Lark is a collaboration platform, while Meego is its project-management system.
project-ops
Use when an operator wants to run a small or mid-sized project from a flat file instead of standing up Jira or Asana — dated milestones each with one named owner and a binary done-test, rule-driven RAG status, a RAID log, slippage detection, and a two-minute weekly status report. NOT sequencing the engineering work…
stale-ticket-triage
Replace the weekly "look at every ticket older than X days" meeting with a scheduled AI scan that picks close / snooze / keep per ticket plus a one-sentence reason, so a PM can bulk-approve in 90 seconds Monday morning.
jjj
Use when working in Jujutsu repositories for problem tracking, solution management, and code review — implements Popperian epistemology (problems → solutions → critiques) directly in version control.
metagit-projects
Ongoing workspace and project management for OpenClaw and Hermes agents. Use when starting work, organizing repos, or before creating a new project folder so existing metagit projects are reused instead of duplicated.