Agent Plugins Marketplace
All plugins

atlassian-rovo

v1.0.0-ghast.1

Search and manage Jira, Confluence, Jira Service Management, Bitbucket, Compass, and Teamwork Graph through Atlassian's official Rovo MCP server and workflow skills.

Agent Plugins6 Skills1 MCP serverStreamable HTTP

By AtlassianLicense: Apache-2.00 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
7 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/atlassian-rovo/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/atlassian-rovo/
├── plugin.json
├── skills/capture-tasks-from-meeting-notes/SKILL.md
├── skills/generate-status-report/SKILL.md
├── skills/jira-sprint-dashboard-canvas/SKILL.md
├── skills/search-company-knowledge/SKILL.md
├── skills/spec-to-backlog/SKILL.md
├── skills/triage-issue/SKILL.md
└── mcp.json

Included Skills6

capture-tasks-from-meeting-notesskills/capture-tasks-from-meeting-notes/SKILL.md

Analyze meeting notes to find action items and create Jira tasks for assigned work. When an agent needs to: (1) Create Jira tasks or tickets from meeting notes, (2) Extract or find action items from notes or Confluence pages, (3) Parse meeting notes for assigned tasks, or (4) Analyze notes and generate tasks for team members. Identifies assignees, looks up account IDs, and creates tasks with proper context.

generate-status-reportskills/generate-status-report/SKILL.md

Generate project status reports from Jira issues and publish to Confluence. When an agent needs to: (1) Create a status report for a project, (2) Summarize project progress or updates, (3) Generate weekly/daily reports from Jira, (4) Publish status summaries to Confluence, or (5) Analyze project blockers and completion. Queries Jira issues, categorizes by status/priority, and creates formatted reports for delivery managers and executives.

jira-sprint-dashboard-canvasskills/jira-sprint-dashboard-canvas/SKILL.md

Create a visual Jira sprint dashboard from Jira project, space, sprint, board, filter, JQL, work item keys, or Jira URL data. Use when the user asks for a Jira sprint dashboard, standup dashboard, sprint review, delivery review, engineering manager dashboard, WIP review, planning view, closeout view, or a visual snapshot of Jira work that is more useful than a flat report. Use the richest dashboard format supported by the current agent, such as Cursor Canvas, an interactive artifact, HTML, or Markdown.

search-company-knowledgeskills/search-company-knowledge/SKILL.md

Search across company knowledge bases (Confluence, Jira, internal docs) to find and explain internal concepts, processes, and technical details. When an agent needs to: (1) Find or search for information about systems, terminology, processes, deployment, authentication, infrastructure, architecture, or technical concepts, (2) Search internal documentation, knowledge base, company docs, or our docs, (3) Explain what something is, how it works, or look up information, or (4) Synthesize information from multiple sources. Searches in parallel and provides cited answers.

spec-to-backlogskills/spec-to-backlog/SKILL.md

Automatically convert Confluence specification documents into structured Jira backlogs with Epics and implementation tickets. When an agent needs to: (1) Create Jira tickets from a Confluence page, (2) Generate a backlog from a specification, (3) Break down a spec into implementation tasks, or (4) Convert requirements into Jira issues. Handles reading Confluence pages, analyzing specifications, creating Epics with proper structure, and generating detailed implementation tickets linked to the Epic.

triage-issueskills/triage-issue/SKILL.md

Intelligently triage bug reports and error messages by searching for duplicates in Jira and offering to create new issues or add comments to existing ones. When an agent needs to: (1) Triage a bug report or error message, (2) Check if an issue is a duplicate, (3) Find similar past issues, (4) Create a new bug ticket with proper context, or (5) Add information to an existing ticket. Searches Jira for similar issues, identifies duplicates, checks fix history, and helps create well-structured bug reports.

MCP servers1

atlassianStreamable HTTP
url
https://mcp.atlassian.com/v1/mcp/authv2

Plugin manifests1

plugins/atlassian-rovo/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "atlassian-rovo",
  "version": "1.0.0-ghast.1",
  "description": "Search and manage Jira, Confluence, Jira Service Management, Bitbucket, Compass, and Teamwork Graph through Atlassian's official Rovo MCP server and workflow skills.",
  "author": {
    "name": "Atlassian",
    "url": "https://www.atlassian.com"
  },
  "homepage": "https://github.com/atlassian/atlassian-mcp-server",
  "repository": "https://github.com/atlassian/atlassian-mcp-server",
  "license": "Apache-2.0",
  "extensions": {
    "ai.trapezohe.ghast": {
      "category": "productivity",
      "upstreamRevision": "94a30436435fb526a29f820f5f46250870eb75a0",
      "upstreamPath": ".",
      "icon": "./assets/icon.svg"
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[atlassian-rovo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/atlassian-rovo-2)