jira-syntax skillA
jira-syntax is agent-read markdown (skill) from netresearch/jira-skill: Use when writing or formatting Jira descriptions, comments, or any text destined for Jira. Converts Markdown to Jira wiki markup, provides templates (bug reports, feature requests), and validates syntax before submission. Trigger on any Jira content authoring task..
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
# Jira Syntax
Jira wiki markup syntax, templates, and validation. For API operations, use the **jira-communication** skill.
## Quick Syntax Reference
| Jira Syntax | Purpose | NOT this (Markdown) |
|-------------|---------|---------------------|
| `h2. Title` | Heading | `## Title` |
| `*bold*` | Bold | `**bold**` |
| `_italic_` | Italic | `*italic*` |
| `{{code}}` | Inline code | `` `code` `` |
| `{code:java}...{code}` | Code block | ``` ```java ``` |
| `[text\|url]` | Link | `[text](url)` |
| `[PROJ-123]` | Issue link | - |
| `[~username]` | User mention | `@username` |
| `* item` | Bullet list | `- item` |
| `# item` | Numbered list | `1. item` |
| `\|\|Header\|\|` | Table header | `\|Header\|` |
See `references/jira-syntax-quick-reference.md` for complete syntax documentation.
## Available Templates
### Bug Report
**Path**: `templates/bug-report-template.md`
Sections: Environment, Steps to Reproduce, Expected/Actual Behavior, Error Messages, Technical Notes
### Feature Request
**Path**: `templates/feature-request-template.md`
Sections: Overview, User Stories, Acceptance Criteria, Technical Approach, Success Metrics
## Syntax Validation
Run before submitting to Jira:
…Read the whole file at its exact version.
How to install
mdr add netresearch/jira-skill/jira-syntax@v3.32.2mdr add netresearch/jira-skill/jira-syntax@sha256:09f67e4a976a0d25Pin 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.
[](https://markdownregistry.com/a/art_cm5wul36v2u3u57q)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v3.32.2 latest | 2026-09-24 | 172e5a2 | 4,008 B | A | view · diff |
| v3.32.1 | 2026-09-24 | bacfbe9 | 4,008 B | A | view · diff |
| v3.32.1 | 2026-09-24 | a080556 | 3,858 B | A | view · diff |
| v3.32.0 | 2026-09-18 | 15d1dd8 | 3,858 B | A | view · diff |
| v3.31.3 | 2026-09-17 | 890ea9d | 3,858 B | A | view · diff |
| v3.31.3 | 2026-09-17 | 69d0e09 | 3,621 B | A | view · diff |
| v3.31.2 | 2026-09-16 | 9c95127 | 3,621 B | A | view · diff |
| v3.31.1 | 2026-09-12 | d5605e1 | 3,621 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4008 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
netresearch/jira-skill · 84 stars · license NOASSERTION · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_cm5wul36v2u3u57q GET https://markdownregistry.com/api/v1/resolve?ref=netresearch/jira-skill/jira-syntax GET https://markdownregistry.com/api/v1/blob/09f67e4a976a0d255d5397860527a33c424e42a630b6323499b7d3c5370b909f
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
Every file in netresearch/jira-skill