Converts Markdown to Jira wiki markup, provides bug report and feature request templates, syntax reference, and validation script for Jira descriptions and comments.
From jiranpx claudepluginhub netresearch/claude-code-marketplace --plugin jira-integrationThis skill uses the workspace's default tool permissions.
AGENTS.mdevals/evals.jsonreferences/jira-syntax-quick-reference.mdscripts/validate-jira-syntax.shtemplates/bug-report-template.mdtemplates/feature-request-template.mdFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
Jira wiki markup syntax, templates, and validation. For API operations, use the jira-communication skill.
| 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.
Path: templates/bug-report-template.md
Sections: Environment, Steps to Reproduce, Expected/Actual Behavior, Error Messages, Technical Notes
Path: templates/feature-request-template.md
Sections: Overview, User Stories, Acceptance Criteria, Technical Approach, Success Metrics
Run before submitting to Jira:
${CLAUDE_SKILL_DIR}/scripts/validate-jira-syntax.sh path/to/content.txt
h2. Title (space after period)*text* (single asterisk){code:language}...{code}* for bullets, # for numbers[label|url] or [PROJ-123]||Header|| and |Cell|{color:red}text{color}{panel:title=X}...{panel}| ❌ Wrong | ✅ Correct |
|---|---|
## Heading | h2. Heading |
**bold** | *bold* |
`code` | {{code}} |
[text](url) | [text|url] |
- bullet | * bullet |
h2.Title | h2. Title |
Workflow:
${CLAUDE_SKILL_DIR}/scripts/validate-jira-syntax.shreferences/jira-syntax-quick-reference.md - Complete syntax documentationtemplates/bug-report-template.md - Bug report templatetemplates/feature-request-template.md - Feature request template${CLAUDE_SKILL_DIR}/scripts/validate-jira-syntax.sh - Automated syntax checker