Home / netresearch / jira-skill · skills/jira-communication/AGENTS.md · GitHub

AGENTS.md@skills/jira-communication agentsA

AGENTS.md@skills/jira-communication is agent-read markdown (agents) from netresearch/jira-skill.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

<!-- Managed by agent: keep sections & order; edit content, not structure. Last updated: 2025-12-12 -->

# AGENTS.md — jira-communication

Development guide for maintaining and extending the Jira communication scripts.

## Overview

Python CLI scripts using `uv run`. Each script is standalone with PEP 723 inline dependencies.

## Setup & environment

Development requires Python 3.10+ and `uv`. No virtual environment needed - `uv run` handles dependencies.

## Build & tests

```bash
# Test a script works
uv run scripts/core/jira-validate.py --help

# Test against real Jira (need ~/.env.jira configured)
uv run scripts/core/jira-validate.py --verbose
```

## Code style & conventions

**Script structure:**
- Use argparse with subcommands
- Import shared lib: `from lib.client import get_jira_client`
- PEP 723 header for inline dependencies
- PYTHONPATH manipulation at top (copy from existing scripts)

**Output formats:** Every script must support `--json`, `--quiet`, and default table output via `lib/output.py`.

**Write operations:** Destructive operations (delete, move) must include `--dry-run` flag.

## Security & safety

- Never hardcode credentials
…

Read the whole file at its exact version.

How to install

Latest version
mdr add netresearch/jira-skill/skills/jira-communication/AGENTS.md@git:20260328.4846dab
Exact content
mdr add netresearch/jira-skill/skills/jira-communication/AGENTS.md@sha256:7970903ad57fc723

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_tkre5ul6kwcfmpv6.svg)](https://markdownregistry.com/a/art_tkre5ul6kwcfmpv6)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260328.4846dab latest2026-03-28 4846dab 2,116 BA view · diff
git:20251212.8b9f62b2025-12-12 8b9f62b 2,078 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (2116 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

netresearch/jira-skill · 84 stars · license NOASSERTION · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_tkre5ul6kwcfmpv6
GET https://markdownregistry.com/api/v1/resolve?ref=netresearch/jira-skill/skills/jira-communication/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/7970903ad57fc723d5e66060e27c290a23366d7cde11d59ab4d30f8b5cac6ecf

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from netresearch/jira-skill

AGENTS.md agents
netresearch/jira-skill · AGENTS.md
git:20260813.567e76e · audit A · 84 stars
CLAUDE.md claude
netresearch/jira-skill · CLAUDE.md
git:20251212.8b9f62b · audit B · 84 stars
jira-communication skill
netresearch/jira-skill · evals/comprehensive-workspace/baseline-skill/SKILL.md · Use when interacting with Jira issues - searching, creating, updating, moving, transitioning, commenting, logging work…
v3.15.0 · audit A · 84 stars
CLAUDE.md@skills/jira-communication claude
netresearch/jira-skill · skills/jira-communication/CLAUDE.md
git:20260409.20743d6 · audit B · 84 stars
jira-communication skill
netresearch/jira-skill · skills/jira-communication/SKILL.md · Use when handling Jira issues, sprints, boards, links, fields, worklogs, attachments, or users, or on any Jira intent…
v3.32.2 · audit A · 84 stars
AGENTS.md@skills/jira-syntax agents
netresearch/jira-skill · skills/jira-syntax/AGENTS.md
git:20251212.8b9f62b · audit A · 84 stars
CLAUDE.md@skills/jira-syntax claude
netresearch/jira-skill · skills/jira-syntax/CLAUDE.md
git:20260409.20743d6 · audit B · 84 stars
jira-syntax skill
netresearch/jira-skill · skills/jira-syntax/SKILL.md · Use when writing or formatting Jira descriptions, comments, or any text destined for Jira. Converts Markdown to Jira…
v3.32.2 · audit A · 84 stars

Every file in netresearch/jira-skill

Browse by kind, by grade A, or by owner.