create-jira-wiki

Publish Jira task design documents to a wiki repository.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/tigredonorte/claude-plugin-work --skill create-jira-wiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-jira-wiki
Source: https://github.com/tigredonorte/claude-plugin-work/tree/main/skills/create-jira-wiki
Command: npx skills add https://github.com/tigredonorte/claude-plugin-work --skill create-jira-wiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publishes Jira task design documents to a wiki, ensuring design docs are consistently available to stakeholders.

Core Features & Use Cases

  • Clones or connects to the Jira wiki repository, initializes it if needed, and publishes the latest design document to the wiki.
  • Copies Design-Docs into the wiki path and updates the Design-Docs index, then commits and pushes changes for traceability.
  • Supports end-to-end publishing workflows for Jira task design documentation, enabling team-wide access and versioned history.

Quick Start

Publish the latest design document to the Jira wiki by running the publish-to-wiki workflow for your task's Design-Docs directory.

Frequently Asked Questions about create-jira-wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish Jira task design docs to a wiki automatically?

To automate Jira design doc publishing, the workflow clones or connects to the wiki repository, copies the design documents into the wiki path, updates the index, and commits and pushes the changes for versioned history.

What is the best way to keep a centralized wiki updated with Jira design documents?

The best way to keep a centralized wiki updated is using an end-to-end publishing flow that clones the repository, copies the latest design docs, updates the Design-Docs index, and pushes the changes for traceability.

Does the Jira wiki publishing workflow initialize a new wiki repository if needed?

Yes, the workflow clones or connects to the Jira wiki repository and initializes it if needed before copying the design docs, updating the index, and pushing the changes for team-wide access.

Can I track changes when publishing design docs to a Jira wiki?

Yes, you can track changes because the workflow commits and pushes the copied design docs and updated index to the remote repository, ensuring a versioned history and traceability for stakeholders.

Do I need Git to automate publishing design documents to a Jira wiki?

Yes, Git is required to automate publishing design documents to a Jira wiki, as the workflow depends on cloning the repository and committing and pushing the updated design documents and index to the remote.