jira-mapper

14 stars 2 forks
80
B

Expert in mapping SpecWeave increments to JIRA epics/stories/subtasks. Content flows SpecWeave→JIRA, status flows JIRA→SpecWeave. Handles export (increment → JIRA), import (JIRA → increment). Activates for JIRA sync, issue creation, import from JIRA.

Marketplace

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install anton-abyzov/specweave/jira-mapper
skilz install anton-abyzov/specweave/jira-mapper --agent opencode
skilz install anton-abyzov/specweave/jira-mapper --agent codex
skilz install anton-abyzov/specweave/jira-mapper --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/anton-abyzov/specweave
2. Copy the agent skill directory:
cp -r specweave/plugins/specweave-jira/skills/jira-mapper ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
specweave
Stars
14
Forks
2
Type
Technical
Meta-Domain
development
Primary Domain
github
Market Score
80

Agent Skill Grade

B
Score: 80/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
15/30
Ease of Use
23/25
Writing Style
9/10
Utility
17/20
Modifiers: +5

Areas to Improve

  • Description needs trigger phrases
  • Missing Reference Files

Recommendations

  • Focus on improving Pda (currently 15/30)
  • Address 1 high-severity issues first
  • Add trigger phrases to description for discoverability

Graded: 2026-01-19

Developer Feedback

I took a look at your jira-mapper skill and wanted to share some thoughts.

Links:

The Score

You're at 80/100, solid B-grade territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Ease of Use (23/25) — the workflow steps are clear and well-numbered. The main drag is Progressive Disclosure Architecture (15/30) — you're putting everything into one file when it should be layered out.

What's Working Well

  • Metadata is dialed in (9/10) — Your name format is correct hyphen-case, and the description with trigger terms for JIRA operations makes it discoverable
  • Workflow clarity is solid — The numbered steps walk through mapping operations with appropriate constraints and validation points
  • Good utility (17/20) — You're solving a real gap in SpecWeave-JIRA integration with proper error handling and feedback loops
  • Bonus points for copy-paste checklists, grep-friendly structure, and exemplary examples — those details matter

The Main Thing: Missing Reference Files (High Priority)

Here's what's eating 7+ points: Your SKILL.md mentions a references/ directory with files like jira-concepts.md, specweave-concepts.md, and mapping-examples.md, but they don't actually exist. This breaks the layered architecture pattern that keeps long skills scannable.

Fix: Either create those reference files and link to them properly, or remove the references from your frontmatter. Since your SKILL.md is 500+ lines, you have room to extract this:

  1. Create references/jira-concepts.md — JIRA hierarchy (epics/stories/subtasks), field mappings
  2. Create references/specweave-concepts.md — SpecWeave increment types and structure
  3. Create references/mapping-examples.md — Real mappin...

Report Security Issue

Found a security vulnerability in this agent skill?