[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-azure-atlassianrovo":3,"mdc--85po2p-key":38,"related-repo-azure-atlassianrovo":909,"related-org-azure-atlassianrovo":1023},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":13,"stars":27,"repoUrl":28,"updatedAt":29,"license":30,"forks":31,"topics":32,"repo":33,"sourceUrl":36,"mdContent":37},"atlassianrovo","atlassian_rovo","manage Atlassian Jira and Confluence tasks","Expertise in Atlassian Cloud products including Jira, Confluence, Compass, and Jira Service Management. Use for searching issues with JQL, creating and updating pages, managing service components, investigating ops alerts, and navigating Atlassian workspaces via the Rovo MCP server.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},"azure","Azure (Microsoft)","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fazure.png","Azure",[14,18,21,24],{"name":15,"slug":16,"type":17},"Confluence","confluence","tag",{"name":19,"slug":20,"type":17},"Jira","jira",{"name":22,"slug":23,"type":17},"Project Management","project-management",{"name":25,"slug":26,"type":17},"Atlassian","atlassian",2,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fsre-agent-plugins","2026-07-12T08:20:33.735452",null,5,[],{"repoUrl":28,"stars":27,"forks":31,"topics":34,"description":35},[],"Azure SRE Agent Plugins","https:\u002F\u002Fgithub.com\u002FAzure\u002Fsre-agent-plugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fatlassian-rovo\u002Fskills\u002Fatlassian_rovo","---\nname: atlassian_rovo\ndescription: Expertise in Atlassian Cloud products including Jira, Confluence, Compass, and Jira Service Management. Use for searching issues with JQL, creating and updating pages, managing service components, investigating ops alerts, and navigating Atlassian workspaces via the Rovo MCP server.\n---\n\n## Overview\n\nAtlassian Cloud provides integrated tools for project tracking (Jira),\ndocumentation (Confluence), service catalog management (Compass), and\nincident management (Jira Service Management). The Atlassian Rovo MCP\nserver enables natural language interaction with all four products.\n\n## Searching Jira with JQL\n\nJQL (Jira Query Language) enables precise issue searches. Always use\n`searchJiraIssuesUsingJql` for structured queries.\n\n**Common JQL patterns:**\n\n```jql\n# Open issues assigned to current user\nassignee = currentUser() AND status != Done\n\n# Bugs created in the last 7 days\nproject = \"MYPROJ\" AND type = Bug AND created >= -7d\n\n# High-priority issues in active sprints\nproject = \"MYPROJ\" AND priority in (High, Highest) AND sprint in openSprints()\n\n# Full-text search\nproject = \"MYPROJ\" AND text ~ \"payment error\"\n\n# Issues updated recently\nupdated >= -24h ORDER BY updated DESC\n```\n\n**JQL operators:** `=`, `!=`, `~` (contains), `in`, `>=`, `\u003C=`, `NOT`, `AND`, `OR`\n\n**JQL functions:** `currentUser()`, `openSprints()`, `startOfDay()`,\n`endOfDay()`, `membersOf(\"group\")`\n\n## Searching Confluence with CQL\n\nCQL (Confluence Query Language) searches pages, blog posts, and attachments.\nUse `searchConfluenceUsingCql` for structured queries.\n\n**Common CQL patterns:**\n\n```cql\n# Search by title\ntitle ~ \"Architecture\"\n\n# Search in specific space\nspace = \"ENG\" AND type = page\n\n# Full-text content search\ntext ~ \"deployment pipeline\"\n\n# Recently modified pages\nlastModified >= now(\"-7d\") AND type = page\n\n# Pages by label\nlabel = \"runbook\" AND space = \"SRE\"\n```\n\n**CQL fields:** `title`, `text`, `space`, `type`, `label`, `creator`,\n`lastModified`\n\n## Creating Jira Issues\n\nFollow this workflow:\n1. `getVisibleJiraProjects` — list available projects\n2. `getJiraProjectIssueTypesMetadata` — list issue types for the project\n3. `getJiraIssueTypeMetaWithFields` — get required\u002Foptional fields\n4. `createJiraIssue` — create the issue\n\nCommon issue types: Story, Bug, Task, Epic, Sub-task.\n\n## Creating Confluence Pages\n\nPages support Markdown content:\n1. `getConfluenceSpaces` — list available spaces\n2. `getPagesInConfluenceSpace` — optionally find a parent page\n3. `createConfluencePage` — create the page with space, title, and body\n\n## Working with Compass Components\n\nComponent types: SERVICE, LIBRARY, APPLICATION, CAPABILITY,\nCLOUD_RESOURCE, DATA_PIPELINE, MACHINE_LEARNING_MODEL, UI_ELEMENT,\nWEBSITE, OTHER.\n\nRelationship types: DEPENDS_ON, OTHER.\n\n## Jira Service Management Operations\n\nFor incident and alert management:\n- `getJsmOpsAlerts` — query alerts by ID, alias, or search\n- `updateJsmOpsAlert` — acknowledge, close, or escalate alerts\n- `getJsmOpsScheduleInfo` — view on-call schedules and responders\n- `getJsmOpsTeamInfo` — list teams with escalation policies\n\n## Cross-Product Workflows\n\n- Use `search` (Rovo Search) for natural language queries across products\n- Use `fetch` with ARIs (Atlassian Resource Identifiers) for direct content retrieval\n- Use `getAccessibleAtlassianResources` to list cloud sites and get cloudIds\n\n## Troubleshooting\n\n| Issue | Solution |\n|-------|----------|\n| JQL syntax error | Check field names; quote values with spaces |\n| CQL returns no results | Verify space key; try broader terms |\n| Cannot create issue | Verify \"Create\" permission in the project |\n| Cannot edit page | Verify \"Edit\" permission in the space |\n| OAuth expired | Re-invoke any tool to trigger fresh OAuth flow |\n| \"Site admin must authorize\" | Admin must complete initial 3LO consent |\n| cloudId errors | Use `getAccessibleAtlassianResources` to find correct cloudId |\n",{"data":39,"body":40},{"name":5,"description":7},{"type":41,"children":42},"root",[43,52,58,64,78,87,222,296,340,346,358,366,483,539,545,550,599,604,610,615,651,657,662,667,673,678,726,732,772,778,903],{"type":44,"tag":45,"props":46,"children":48},"element","h2",{"id":47},"overview",[49],{"type":50,"value":51},"text","Overview",{"type":44,"tag":53,"props":54,"children":55},"p",{},[56],{"type":50,"value":57},"Atlassian Cloud provides integrated tools for project tracking (Jira),\ndocumentation (Confluence), service catalog management (Compass), and\nincident management (Jira Service Management). The Atlassian Rovo MCP\nserver enables natural language interaction with all four products.",{"type":44,"tag":45,"props":59,"children":61},{"id":60},"searching-jira-with-jql",[62],{"type":50,"value":63},"Searching Jira with JQL",{"type":44,"tag":53,"props":65,"children":66},{},[67,69,76],{"type":50,"value":68},"JQL (Jira Query Language) enables precise issue searches. Always use\n",{"type":44,"tag":70,"props":71,"children":73},"code",{"className":72},[],[74],{"type":50,"value":75},"searchJiraIssuesUsingJql",{"type":50,"value":77}," for structured queries.",{"type":44,"tag":53,"props":79,"children":80},{},[81],{"type":44,"tag":82,"props":83,"children":84},"strong",{},[85],{"type":50,"value":86},"Common JQL patterns:",{"type":44,"tag":88,"props":89,"children":94},"pre",{"className":90,"code":91,"language":92,"meta":93,"style":93},"language-jql shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Open issues assigned to current user\nassignee = currentUser() AND status != Done\n\n# Bugs created in the last 7 days\nproject = \"MYPROJ\" AND type = Bug AND created >= -7d\n\n# High-priority issues in active sprints\nproject = \"MYPROJ\" AND priority in (High, Highest) AND sprint in openSprints()\n\n# Full-text search\nproject = \"MYPROJ\" AND text ~ \"payment error\"\n\n# Issues updated recently\nupdated >= -24h ORDER BY updated DESC\n","jql","",[95],{"type":44,"tag":70,"props":96,"children":97},{"__ignoreMap":93},[98,109,117,127,136,144,152,161,170,178,187,196,204,213],{"type":44,"tag":99,"props":100,"children":103},"span",{"class":101,"line":102},"line",1,[104],{"type":44,"tag":99,"props":105,"children":106},{},[107],{"type":50,"value":108},"# Open issues assigned to current user\n",{"type":44,"tag":99,"props":110,"children":111},{"class":101,"line":27},[112],{"type":44,"tag":99,"props":113,"children":114},{},[115],{"type":50,"value":116},"assignee = currentUser() AND status != Done\n",{"type":44,"tag":99,"props":118,"children":120},{"class":101,"line":119},3,[121],{"type":44,"tag":99,"props":122,"children":124},{"emptyLinePlaceholder":123},true,[125],{"type":50,"value":126},"\n",{"type":44,"tag":99,"props":128,"children":130},{"class":101,"line":129},4,[131],{"type":44,"tag":99,"props":132,"children":133},{},[134],{"type":50,"value":135},"# Bugs created in the last 7 days\n",{"type":44,"tag":99,"props":137,"children":138},{"class":101,"line":31},[139],{"type":44,"tag":99,"props":140,"children":141},{},[142],{"type":50,"value":143},"project = \"MYPROJ\" AND type = Bug AND created >= -7d\n",{"type":44,"tag":99,"props":145,"children":147},{"class":101,"line":146},6,[148],{"type":44,"tag":99,"props":149,"children":150},{"emptyLinePlaceholder":123},[151],{"type":50,"value":126},{"type":44,"tag":99,"props":153,"children":155},{"class":101,"line":154},7,[156],{"type":44,"tag":99,"props":157,"children":158},{},[159],{"type":50,"value":160},"# High-priority issues in active sprints\n",{"type":44,"tag":99,"props":162,"children":164},{"class":101,"line":163},8,[165],{"type":44,"tag":99,"props":166,"children":167},{},[168],{"type":50,"value":169},"project = \"MYPROJ\" AND priority in (High, Highest) AND sprint in openSprints()\n",{"type":44,"tag":99,"props":171,"children":173},{"class":101,"line":172},9,[174],{"type":44,"tag":99,"props":175,"children":176},{"emptyLinePlaceholder":123},[177],{"type":50,"value":126},{"type":44,"tag":99,"props":179,"children":181},{"class":101,"line":180},10,[182],{"type":44,"tag":99,"props":183,"children":184},{},[185],{"type":50,"value":186},"# Full-text search\n",{"type":44,"tag":99,"props":188,"children":190},{"class":101,"line":189},11,[191],{"type":44,"tag":99,"props":192,"children":193},{},[194],{"type":50,"value":195},"project = \"MYPROJ\" AND text ~ \"payment error\"\n",{"type":44,"tag":99,"props":197,"children":199},{"class":101,"line":198},12,[200],{"type":44,"tag":99,"props":201,"children":202},{"emptyLinePlaceholder":123},[203],{"type":50,"value":126},{"type":44,"tag":99,"props":205,"children":207},{"class":101,"line":206},13,[208],{"type":44,"tag":99,"props":209,"children":210},{},[211],{"type":50,"value":212},"# Issues updated recently\n",{"type":44,"tag":99,"props":214,"children":216},{"class":101,"line":215},14,[217],{"type":44,"tag":99,"props":218,"children":219},{},[220],{"type":50,"value":221},"updated >= -24h ORDER BY updated DESC\n",{"type":44,"tag":53,"props":223,"children":224},{},[225,230,232,238,240,246,247,253,255,261,262,268,269,275,276,282,283,289,290],{"type":44,"tag":82,"props":226,"children":227},{},[228],{"type":50,"value":229},"JQL operators:",{"type":50,"value":231}," ",{"type":44,"tag":70,"props":233,"children":235},{"className":234},[],[236],{"type":50,"value":237},"=",{"type":50,"value":239},", ",{"type":44,"tag":70,"props":241,"children":243},{"className":242},[],[244],{"type":50,"value":245},"!=",{"type":50,"value":239},{"type":44,"tag":70,"props":248,"children":250},{"className":249},[],[251],{"type":50,"value":252},"~",{"type":50,"value":254}," (contains), ",{"type":44,"tag":70,"props":256,"children":258},{"className":257},[],[259],{"type":50,"value":260},"in",{"type":50,"value":239},{"type":44,"tag":70,"props":263,"children":265},{"className":264},[],[266],{"type":50,"value":267},">=",{"type":50,"value":239},{"type":44,"tag":70,"props":270,"children":272},{"className":271},[],[273],{"type":50,"value":274},"\u003C=",{"type":50,"value":239},{"type":44,"tag":70,"props":277,"children":279},{"className":278},[],[280],{"type":50,"value":281},"NOT",{"type":50,"value":239},{"type":44,"tag":70,"props":284,"children":286},{"className":285},[],[287],{"type":50,"value":288},"AND",{"type":50,"value":239},{"type":44,"tag":70,"props":291,"children":293},{"className":292},[],[294],{"type":50,"value":295},"OR",{"type":44,"tag":53,"props":297,"children":298},{},[299,304,305,311,312,318,319,325,327,333,334],{"type":44,"tag":82,"props":300,"children":301},{},[302],{"type":50,"value":303},"JQL functions:",{"type":50,"value":231},{"type":44,"tag":70,"props":306,"children":308},{"className":307},[],[309],{"type":50,"value":310},"currentUser()",{"type":50,"value":239},{"type":44,"tag":70,"props":313,"children":315},{"className":314},[],[316],{"type":50,"value":317},"openSprints()",{"type":50,"value":239},{"type":44,"tag":70,"props":320,"children":322},{"className":321},[],[323],{"type":50,"value":324},"startOfDay()",{"type":50,"value":326},",\n",{"type":44,"tag":70,"props":328,"children":330},{"className":329},[],[331],{"type":50,"value":332},"endOfDay()",{"type":50,"value":239},{"type":44,"tag":70,"props":335,"children":337},{"className":336},[],[338],{"type":50,"value":339},"membersOf(\"group\")",{"type":44,"tag":45,"props":341,"children":343},{"id":342},"searching-confluence-with-cql",[344],{"type":50,"value":345},"Searching Confluence with CQL",{"type":44,"tag":53,"props":347,"children":348},{},[349,351,357],{"type":50,"value":350},"CQL (Confluence Query Language) searches pages, blog posts, and attachments.\nUse ",{"type":44,"tag":70,"props":352,"children":354},{"className":353},[],[355],{"type":50,"value":356},"searchConfluenceUsingCql",{"type":50,"value":77},{"type":44,"tag":53,"props":359,"children":360},{},[361],{"type":44,"tag":82,"props":362,"children":363},{},[364],{"type":50,"value":365},"Common CQL patterns:",{"type":44,"tag":88,"props":367,"children":371},{"className":368,"code":369,"language":370,"meta":93,"style":93},"language-cql shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Search by title\ntitle ~ \"Architecture\"\n\n# Search in specific space\nspace = \"ENG\" AND type = page\n\n# Full-text content search\ntext ~ \"deployment pipeline\"\n\n# Recently modified pages\nlastModified >= now(\"-7d\") AND type = page\n\n# Pages by label\nlabel = \"runbook\" AND space = \"SRE\"\n","cql",[372],{"type":44,"tag":70,"props":373,"children":374},{"__ignoreMap":93},[375,383,391,398,406,414,421,429,437,444,452,460,467,475],{"type":44,"tag":99,"props":376,"children":377},{"class":101,"line":102},[378],{"type":44,"tag":99,"props":379,"children":380},{},[381],{"type":50,"value":382},"# Search by title\n",{"type":44,"tag":99,"props":384,"children":385},{"class":101,"line":27},[386],{"type":44,"tag":99,"props":387,"children":388},{},[389],{"type":50,"value":390},"title ~ \"Architecture\"\n",{"type":44,"tag":99,"props":392,"children":393},{"class":101,"line":119},[394],{"type":44,"tag":99,"props":395,"children":396},{"emptyLinePlaceholder":123},[397],{"type":50,"value":126},{"type":44,"tag":99,"props":399,"children":400},{"class":101,"line":129},[401],{"type":44,"tag":99,"props":402,"children":403},{},[404],{"type":50,"value":405},"# Search in specific space\n",{"type":44,"tag":99,"props":407,"children":408},{"class":101,"line":31},[409],{"type":44,"tag":99,"props":410,"children":411},{},[412],{"type":50,"value":413},"space = \"ENG\" AND type = page\n",{"type":44,"tag":99,"props":415,"children":416},{"class":101,"line":146},[417],{"type":44,"tag":99,"props":418,"children":419},{"emptyLinePlaceholder":123},[420],{"type":50,"value":126},{"type":44,"tag":99,"props":422,"children":423},{"class":101,"line":154},[424],{"type":44,"tag":99,"props":425,"children":426},{},[427],{"type":50,"value":428},"# Full-text content search\n",{"type":44,"tag":99,"props":430,"children":431},{"class":101,"line":163},[432],{"type":44,"tag":99,"props":433,"children":434},{},[435],{"type":50,"value":436},"text ~ \"deployment pipeline\"\n",{"type":44,"tag":99,"props":438,"children":439},{"class":101,"line":172},[440],{"type":44,"tag":99,"props":441,"children":442},{"emptyLinePlaceholder":123},[443],{"type":50,"value":126},{"type":44,"tag":99,"props":445,"children":446},{"class":101,"line":180},[447],{"type":44,"tag":99,"props":448,"children":449},{},[450],{"type":50,"value":451},"# Recently modified pages\n",{"type":44,"tag":99,"props":453,"children":454},{"class":101,"line":189},[455],{"type":44,"tag":99,"props":456,"children":457},{},[458],{"type":50,"value":459},"lastModified >= now(\"-7d\") AND type = page\n",{"type":44,"tag":99,"props":461,"children":462},{"class":101,"line":198},[463],{"type":44,"tag":99,"props":464,"children":465},{"emptyLinePlaceholder":123},[466],{"type":50,"value":126},{"type":44,"tag":99,"props":468,"children":469},{"class":101,"line":206},[470],{"type":44,"tag":99,"props":471,"children":472},{},[473],{"type":50,"value":474},"# Pages by label\n",{"type":44,"tag":99,"props":476,"children":477},{"class":101,"line":215},[478],{"type":44,"tag":99,"props":479,"children":480},{},[481],{"type":50,"value":482},"label = \"runbook\" AND space = \"SRE\"\n",{"type":44,"tag":53,"props":484,"children":485},{},[486,491,492,498,499,504,505,511,512,518,519,525,526,532,533],{"type":44,"tag":82,"props":487,"children":488},{},[489],{"type":50,"value":490},"CQL fields:",{"type":50,"value":231},{"type":44,"tag":70,"props":493,"children":495},{"className":494},[],[496],{"type":50,"value":497},"title",{"type":50,"value":239},{"type":44,"tag":70,"props":500,"children":502},{"className":501},[],[503],{"type":50,"value":50},{"type":50,"value":239},{"type":44,"tag":70,"props":506,"children":508},{"className":507},[],[509],{"type":50,"value":510},"space",{"type":50,"value":239},{"type":44,"tag":70,"props":513,"children":515},{"className":514},[],[516],{"type":50,"value":517},"type",{"type":50,"value":239},{"type":44,"tag":70,"props":520,"children":522},{"className":521},[],[523],{"type":50,"value":524},"label",{"type":50,"value":239},{"type":44,"tag":70,"props":527,"children":529},{"className":528},[],[530],{"type":50,"value":531},"creator",{"type":50,"value":326},{"type":44,"tag":70,"props":534,"children":536},{"className":535},[],[537],{"type":50,"value":538},"lastModified",{"type":44,"tag":45,"props":540,"children":542},{"id":541},"creating-jira-issues",[543],{"type":50,"value":544},"Creating Jira Issues",{"type":44,"tag":53,"props":546,"children":547},{},[548],{"type":50,"value":549},"Follow this workflow:",{"type":44,"tag":551,"props":552,"children":553},"ol",{},[554,566,577,588],{"type":44,"tag":555,"props":556,"children":557},"li",{},[558,564],{"type":44,"tag":70,"props":559,"children":561},{"className":560},[],[562],{"type":50,"value":563},"getVisibleJiraProjects",{"type":50,"value":565}," — list available projects",{"type":44,"tag":555,"props":567,"children":568},{},[569,575],{"type":44,"tag":70,"props":570,"children":572},{"className":571},[],[573],{"type":50,"value":574},"getJiraProjectIssueTypesMetadata",{"type":50,"value":576}," — list issue types for the project",{"type":44,"tag":555,"props":578,"children":579},{},[580,586],{"type":44,"tag":70,"props":581,"children":583},{"className":582},[],[584],{"type":50,"value":585},"getJiraIssueTypeMetaWithFields",{"type":50,"value":587}," — get required\u002Foptional fields",{"type":44,"tag":555,"props":589,"children":590},{},[591,597],{"type":44,"tag":70,"props":592,"children":594},{"className":593},[],[595],{"type":50,"value":596},"createJiraIssue",{"type":50,"value":598}," — create the issue",{"type":44,"tag":53,"props":600,"children":601},{},[602],{"type":50,"value":603},"Common issue types: Story, Bug, Task, Epic, Sub-task.",{"type":44,"tag":45,"props":605,"children":607},{"id":606},"creating-confluence-pages",[608],{"type":50,"value":609},"Creating Confluence Pages",{"type":44,"tag":53,"props":611,"children":612},{},[613],{"type":50,"value":614},"Pages support Markdown content:",{"type":44,"tag":551,"props":616,"children":617},{},[618,629,640],{"type":44,"tag":555,"props":619,"children":620},{},[621,627],{"type":44,"tag":70,"props":622,"children":624},{"className":623},[],[625],{"type":50,"value":626},"getConfluenceSpaces",{"type":50,"value":628}," — list available spaces",{"type":44,"tag":555,"props":630,"children":631},{},[632,638],{"type":44,"tag":70,"props":633,"children":635},{"className":634},[],[636],{"type":50,"value":637},"getPagesInConfluenceSpace",{"type":50,"value":639}," — optionally find a parent page",{"type":44,"tag":555,"props":641,"children":642},{},[643,649],{"type":44,"tag":70,"props":644,"children":646},{"className":645},[],[647],{"type":50,"value":648},"createConfluencePage",{"type":50,"value":650}," — create the page with space, title, and body",{"type":44,"tag":45,"props":652,"children":654},{"id":653},"working-with-compass-components",[655],{"type":50,"value":656},"Working with Compass Components",{"type":44,"tag":53,"props":658,"children":659},{},[660],{"type":50,"value":661},"Component types: SERVICE, LIBRARY, APPLICATION, CAPABILITY,\nCLOUD_RESOURCE, DATA_PIPELINE, MACHINE_LEARNING_MODEL, UI_ELEMENT,\nWEBSITE, OTHER.",{"type":44,"tag":53,"props":663,"children":664},{},[665],{"type":50,"value":666},"Relationship types: DEPENDS_ON, OTHER.",{"type":44,"tag":45,"props":668,"children":670},{"id":669},"jira-service-management-operations",[671],{"type":50,"value":672},"Jira Service Management Operations",{"type":44,"tag":53,"props":674,"children":675},{},[676],{"type":50,"value":677},"For incident and alert management:",{"type":44,"tag":679,"props":680,"children":681},"ul",{},[682,693,704,715],{"type":44,"tag":555,"props":683,"children":684},{},[685,691],{"type":44,"tag":70,"props":686,"children":688},{"className":687},[],[689],{"type":50,"value":690},"getJsmOpsAlerts",{"type":50,"value":692}," — query alerts by ID, alias, or search",{"type":44,"tag":555,"props":694,"children":695},{},[696,702],{"type":44,"tag":70,"props":697,"children":699},{"className":698},[],[700],{"type":50,"value":701},"updateJsmOpsAlert",{"type":50,"value":703}," — acknowledge, close, or escalate alerts",{"type":44,"tag":555,"props":705,"children":706},{},[707,713],{"type":44,"tag":70,"props":708,"children":710},{"className":709},[],[711],{"type":50,"value":712},"getJsmOpsScheduleInfo",{"type":50,"value":714}," — view on-call schedules and responders",{"type":44,"tag":555,"props":716,"children":717},{},[718,724],{"type":44,"tag":70,"props":719,"children":721},{"className":720},[],[722],{"type":50,"value":723},"getJsmOpsTeamInfo",{"type":50,"value":725}," — list teams with escalation policies",{"type":44,"tag":45,"props":727,"children":729},{"id":728},"cross-product-workflows",[730],{"type":50,"value":731},"Cross-Product Workflows",{"type":44,"tag":679,"props":733,"children":734},{},[735,748,760],{"type":44,"tag":555,"props":736,"children":737},{},[738,740,746],{"type":50,"value":739},"Use ",{"type":44,"tag":70,"props":741,"children":743},{"className":742},[],[744],{"type":50,"value":745},"search",{"type":50,"value":747}," (Rovo Search) for natural language queries across products",{"type":44,"tag":555,"props":749,"children":750},{},[751,752,758],{"type":50,"value":739},{"type":44,"tag":70,"props":753,"children":755},{"className":754},[],[756],{"type":50,"value":757},"fetch",{"type":50,"value":759}," with ARIs (Atlassian Resource Identifiers) for direct content retrieval",{"type":44,"tag":555,"props":761,"children":762},{},[763,764,770],{"type":50,"value":739},{"type":44,"tag":70,"props":765,"children":767},{"className":766},[],[768],{"type":50,"value":769},"getAccessibleAtlassianResources",{"type":50,"value":771}," to list cloud sites and get cloudIds",{"type":44,"tag":45,"props":773,"children":775},{"id":774},"troubleshooting",[776],{"type":50,"value":777},"Troubleshooting",{"type":44,"tag":779,"props":780,"children":781},"table",{},[782,801],{"type":44,"tag":783,"props":784,"children":785},"thead",{},[786],{"type":44,"tag":787,"props":788,"children":789},"tr",{},[790,796],{"type":44,"tag":791,"props":792,"children":793},"th",{},[794],{"type":50,"value":795},"Issue",{"type":44,"tag":791,"props":797,"children":798},{},[799],{"type":50,"value":800},"Solution",{"type":44,"tag":802,"props":803,"children":804},"tbody",{},[805,819,832,845,858,871,884],{"type":44,"tag":787,"props":806,"children":807},{},[808,814],{"type":44,"tag":809,"props":810,"children":811},"td",{},[812],{"type":50,"value":813},"JQL syntax error",{"type":44,"tag":809,"props":815,"children":816},{},[817],{"type":50,"value":818},"Check field names; quote values with spaces",{"type":44,"tag":787,"props":820,"children":821},{},[822,827],{"type":44,"tag":809,"props":823,"children":824},{},[825],{"type":50,"value":826},"CQL returns no results",{"type":44,"tag":809,"props":828,"children":829},{},[830],{"type":50,"value":831},"Verify space key; try broader terms",{"type":44,"tag":787,"props":833,"children":834},{},[835,840],{"type":44,"tag":809,"props":836,"children":837},{},[838],{"type":50,"value":839},"Cannot create issue",{"type":44,"tag":809,"props":841,"children":842},{},[843],{"type":50,"value":844},"Verify \"Create\" permission in the project",{"type":44,"tag":787,"props":846,"children":847},{},[848,853],{"type":44,"tag":809,"props":849,"children":850},{},[851],{"type":50,"value":852},"Cannot edit page",{"type":44,"tag":809,"props":854,"children":855},{},[856],{"type":50,"value":857},"Verify \"Edit\" permission in the space",{"type":44,"tag":787,"props":859,"children":860},{},[861,866],{"type":44,"tag":809,"props":862,"children":863},{},[864],{"type":50,"value":865},"OAuth expired",{"type":44,"tag":809,"props":867,"children":868},{},[869],{"type":50,"value":870},"Re-invoke any tool to trigger fresh OAuth flow",{"type":44,"tag":787,"props":872,"children":873},{},[874,879],{"type":44,"tag":809,"props":875,"children":876},{},[877],{"type":50,"value":878},"\"Site admin must authorize\"",{"type":44,"tag":809,"props":880,"children":881},{},[882],{"type":50,"value":883},"Admin must complete initial 3LO consent",{"type":44,"tag":787,"props":885,"children":886},{},[887,892],{"type":44,"tag":809,"props":888,"children":889},{},[890],{"type":50,"value":891},"cloudId errors",{"type":44,"tag":809,"props":893,"children":894},{},[895,896,901],{"type":50,"value":739},{"type":44,"tag":70,"props":897,"children":899},{"className":898},[],[900],{"type":50,"value":769},{"type":50,"value":902}," to find correct cloudId",{"type":44,"tag":904,"props":905,"children":906},"style",{},[907],{"type":50,"value":908},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":910,"total":154},[911,918,941,960,979,992,1005],{"slug":4,"name":5,"fn":6,"description":7,"org":912,"tags":913,"stars":27,"repoUrl":28,"updatedAt":29},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[914,915,916,917],{"name":25,"slug":26,"type":17},{"name":15,"slug":16,"type":17},{"name":19,"slug":20,"type":17},{"name":22,"slug":23,"type":17},{"slug":919,"name":920,"fn":921,"description":922,"org":923,"tags":924,"stars":27,"repoUrl":28,"updatedAt":940},"awscloudoperations","aws_cloud_operations","manage and troubleshoot AWS cloud operations","Expertise in AWS cloud operations including infrastructure management, troubleshooting, documentation search, API execution, and operational procedures. Use for querying AWS resources, investigating incidents, following SOPs, searching documentation, checking service availability, and executing AWS API calls via the AWS MCP Server.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[925,928,931,934,937],{"name":926,"slug":927,"type":17},"AWS","aws",{"name":929,"slug":930,"type":17},"Debugging","debugging",{"name":932,"slug":933,"type":17},"Infrastructure","infrastructure",{"name":935,"slug":936,"type":17},"Monitoring","monitoring",{"name":938,"slug":939,"type":17},"Operations","operations","2026-07-12T08:20:14.702793",{"slug":942,"name":943,"fn":944,"description":945,"org":946,"tags":947,"stars":27,"repoUrl":28,"updatedAt":959},"azuremanagedgrafana","azure_managed_grafana","monitor Azure infrastructure with Grafana","Expertise in Azure Managed Grafana including dashboards, Azure Monitor metrics, Application Insights failures and traces, Azure Data Explorer (Kusto) queries, SQL Server queries, and Azure Resource Graph. Use for querying observability data, searching dashboards, investigating failures, analyzing GenAI agent telemetry, and running KQL or SQL queries via the AMG-MCP endpoint.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[948,951,952,955,956],{"name":949,"slug":950,"type":17},"Application Insights","application-insights",{"name":12,"slug":9,"type":17},{"name":953,"slug":954,"type":17},"Dashboards","dashboards",{"name":935,"slug":936,"type":17},{"name":957,"slug":958,"type":17},"Observability","observability","2026-07-12T08:19:37.659849",{"slug":961,"name":962,"fn":963,"description":964,"org":965,"tags":966,"stars":27,"repoUrl":28,"updatedAt":978},"datadogobservability","datadog_observability","query Datadog telemetry and investigate behavior","Expertise in Datadog's observability platform including logs, metrics, APM, monitors, incidents, dashboards, hosts, and services. Use for searching logs, querying metrics, investigating incidents, analyzing traces, inspecting monitors, and navigating Datadog data via the Datadog MCP server.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[967,970,973,976,977],{"name":968,"slug":969,"type":17},"Datadog","datadog",{"name":971,"slug":972,"type":17},"Logs","logs",{"name":974,"slug":975,"type":17},"Metrics","metrics",{"name":935,"slug":936,"type":17},{"name":957,"slug":958,"type":17},"2026-07-12T08:20:41.400308",{"slug":980,"name":981,"fn":982,"description":983,"org":984,"tags":985,"stars":27,"repoUrl":28,"updatedAt":991},"dynatraceobservability","dynatrace_observability","query Dynatrace observability data","Query Dynatrace observability data including logs, metrics, problems, and vulnerabilities using DQL",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[986,987,988,989,990],{"name":12,"slug":9,"type":17},{"name":971,"slug":972,"type":17},{"name":974,"slug":975,"type":17},{"name":935,"slug":936,"type":17},{"name":957,"slug":958,"type":17},"2026-07-12T08:19:00.664087",{"slug":993,"name":993,"fn":994,"description":995,"org":996,"tags":997,"stars":27,"repoUrl":28,"updatedAt":1004},"elasticsearch","query and analyze Elasticsearch data","Query and analyze Elasticsearch data including logs, indices, mappings, and cluster health using ES|QL",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[998,1001,1002,1003],{"name":999,"slug":1000,"type":17},"Analytics","analytics",{"name":12,"slug":9,"type":17},{"name":971,"slug":972,"type":17},{"name":957,"slug":958,"type":17},"2026-07-12T08:20:22.325954",{"slug":1006,"name":1007,"fn":1008,"description":1009,"org":1010,"tags":1011,"stars":27,"repoUrl":28,"updatedAt":1022},"pagerduty","pager_duty","manage incidents with PagerDuty","Load this skill for expertise in PagerDuty's incident management platform including incidents, on-call schedules, services, teams, escalation policies, event orchestration, incident workflows, and status pages. Use for managing incidents, checking on-call status, investigating alerts, escalating issues, and navigating PagerDuty data via the PagerDuty MCP server.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1012,1015,1018,1019],{"name":1013,"slug":1014,"type":17},"Alerting","alerting",{"name":1016,"slug":1017,"type":17},"Incident Response","incident-response",{"name":935,"slug":936,"type":17},{"name":1020,"slug":1021,"type":17},"SRE","sre","2026-07-12T08:20:44.017673",{"items":1024,"total":1199},[1025,1044,1063,1082,1097,1110,1123,1138,1149,1163,1174,1187],{"slug":1026,"name":1026,"fn":1027,"description":1028,"org":1029,"tags":1030,"stars":1041,"repoUrl":1042,"updatedAt":1043},"azure-arg-external-evaluation-policy-author","author and test Azure Resource Graph policies","Use when the user wants to author, design, or test an Azure Policy that queries Azure Resource Graph (ARG) at request-time — i.e. a policy whose deny\u002Faudit decision depends on data from elsewhere in the subscription (sibling\u002Fparent resource state, RG-wide invariants, multi-hop relationships, etc.). Formally called Azure Policy External Evaluation; sometimes referred to colloquially as \"Invoke\". Drives an iterative KQL co-design loop against the user's real subscription via `az graph query`, then emits a policy definition, assignment, `.http` test flow, and an `EXPLANATION.md` companion. Read-only; never provisions anything.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1031,1032,1035,1038],{"name":12,"slug":9,"type":17},{"name":1033,"slug":1034,"type":17},"Compliance","compliance",{"name":1036,"slug":1037,"type":17},"Governance","governance",{"name":1039,"slug":1040,"type":17},"Policy","policy",1686,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-policy","2026-07-12T08:17:48.378432",{"slug":1045,"name":1045,"fn":1046,"description":1047,"org":1048,"tags":1049,"stars":1060,"repoUrl":1061,"updatedAt":1062},"azure-blueprints-migration","migrate Azure Blueprints to Template Specs","Use when a user needs to migrate off Azure Blueprints (definitions and\u002For assignments) to Template Specs and Deployment Stacks before the January 31, 2027 retirement. Covers inventory, export, conversion to Bicep, policy decoupling, Template Spec publishing, Deployment Stack deployment with deny-settings, validation, and cutover.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1050,1051,1054,1057],{"name":12,"slug":9,"type":17},{"name":1052,"slug":1053,"type":17},"Deployment","deployment",{"name":1055,"slug":1056,"type":17},"Infrastructure as Code","infrastructure-as-code",{"name":1058,"slug":1059,"type":17},"Migration","migration",260,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-blueprints","2026-07-12T08:17:49.646405",{"slug":1064,"name":1064,"fn":1065,"description":1066,"org":1067,"tags":1068,"stars":1079,"repoUrl":1080,"updatedAt":1081},"apiview-feedback-resolution","resolve APIView feedback on Azure SDKs","Analyze and resolve APIView review feedback on Azure SDK PRs. **UTILITY SKILL**. USE FOR: APIView comments, API review feedback, SDK API surface changes. DO NOT USE FOR: general code review, non-APIView feedback. INVOKES: azure-sdk-mcp:azsdk_apiview_get_comments, azure-sdk-mcp:azsdk_typespec_customized_code_update.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1069,1072,1073,1076],{"name":1070,"slug":1071,"type":17},"API Development","api-development",{"name":12,"slug":9,"type":17},{"name":1074,"slug":1075,"type":17},"Code Review","code-review",{"name":1077,"slug":1078,"type":17},"Documentation","documentation",133,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-sdk-tools","2026-07-12T08:17:43.350876",{"slug":1083,"name":1083,"fn":1084,"description":1085,"org":1086,"tags":1087,"stars":1079,"repoUrl":1080,"updatedAt":1096},"azsdk-common-live-and-recorded-tests","deploy resources and run Azure SDK tests","Deploy test resources and run Azure SDK tests in live, record, or playback mode. WHEN: \"run live tests\", \"run recorded tests\", \"deploy test resources\", \"record tests\", \"run tests in record mode\", \"clean up test resources\", \"run tests against live resources\". DO NOT USE FOR: writing new tests, authoring Bicep templates, playback-only test runs without resource deployment. INVOKES: azure-sdk-mcp:azsdk_package_run_tests.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1088,1089,1090,1093],{"name":12,"slug":9,"type":17},{"name":1052,"slug":1053,"type":17},{"name":1091,"slug":1092,"type":17},"SDK","sdk",{"name":1094,"slug":1095,"type":17},"Testing","testing","2026-07-12T08:17:44.718943",{"slug":1098,"name":1098,"fn":1099,"description":1100,"org":1101,"tags":1102,"stars":1079,"repoUrl":1080,"updatedAt":1109},"azsdk-common-prepare-release-plan","manage Azure SDK release plan work items","Create, get, update, abandon, and link SDK PRs to release plan work items for Azure SDK releases. **UTILITY SKILL**. USE FOR: \"create release plan\", \"get release plan\", \"update release plan\", \"update API spec in release plan\", \"update SDK details in release plan\", \"abandon release plan\", \"link SDK PR to plan\", \"namespace approval\", \"check release plan status\". DO NOT USE FOR: SDK code generation, pipeline troubleshooting, API review feedback. INVOKES: azure-sdk-mcp:azsdk_create_release_plan, azure-sdk-mcp:azsdk_get_release_plan, azure-sdk-mcp:azsdk_get_release_plan_for_spec_pr, azure-sdk-mcp:azsdk_update_release_plan, azure-sdk-mcp:azsdk_update_api_spec_pull_request_in_release_plan, azure-sdk-mcp:azsdk_update_sdk_details_in_release_plan, azure-sdk-mcp:azsdk_abandon_release_plan, azure-sdk-mcp:azsdk_link_sdk_pull_request_to_release_plan, azure-sdk-mcp:azsdk_link_namespace_approval_issue.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1103,1104,1107,1108],{"name":12,"slug":9,"type":17},{"name":1105,"slug":1106,"type":17},"GitHub","github",{"name":22,"slug":23,"type":17},{"name":1091,"slug":1092,"type":17},"2026-07-12T08:17:38.345387",{"slug":1111,"name":1111,"fn":1112,"description":1113,"org":1114,"tags":1115,"stars":1079,"repoUrl":1080,"updatedAt":1122},"azsdk-common-sdk-release","release Azure SDK packages","Check release readiness and trigger the release pipeline for Azure SDK packages. **UTILITY SKILL**. USE FOR: \"release SDK\", \"trigger release\", \"check release readiness\", \"release pipeline\", \"publish package\", \"ship SDK\". DO NOT USE FOR: SDK development, code generation, pipeline debugging, release plan creation. INVOKES: azure-sdk-mcp:azsdk_release_sdk.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1116,1117,1120,1121],{"name":12,"slug":9,"type":17},{"name":1118,"slug":1119,"type":17},"CI\u002FCD","ci-cd",{"name":1052,"slug":1053,"type":17},{"name":1091,"slug":1092,"type":17},"2026-07-12T08:17:34.27607",{"slug":1124,"name":1124,"fn":1125,"description":1126,"org":1127,"tags":1128,"stars":1079,"repoUrl":1080,"updatedAt":1137},"azure-typespec-author","author and modify Azure TypeSpec API specifications","Authors and modifies Azure TypeSpec (.tsp) API specifications. USE FOR: any TypeSpec\u002Ftsp change — api versions (add, bump, preview, stable, promote), resources, operations, models, properties, decorators, visibility, constraints, breaking changes, LRO, suppressions, operationId, spread model. Covers ARM resource-manager and data-plane services. DO NOT USE FOR: SDK generation, releasing SDK packages, or single MCP tool calls. INVOKES: azure-sdk-mcp:azsdk_typespec_generate_authoring_plan, azure-sdk-mcp:azsdk_run_typespec_validation.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1129,1130,1131,1134],{"name":1070,"slug":1071,"type":17},{"name":12,"slug":9,"type":17},{"name":1132,"slug":1133,"type":17},"OpenAPI","openapi",{"name":1135,"slug":1136,"type":17},"Technical Writing","technical-writing","2026-07-12T08:17:39.603232",{"slug":1139,"name":1139,"fn":1140,"description":1141,"org":1142,"tags":1143,"stars":1079,"repoUrl":1080,"updatedAt":1148},"generate-sdk-locally","generate and test Azure SDKs locally","Generate, build, and test Azure SDKs locally from TypeSpec with automatic customization. WHEN: \"generate SDK locally\", \"build SDK\", \"run SDK tests\", \"run CI checks\", \"validate package\", \"run checks\", \"update changelog\", \"fix SDK build errors\", \"fix breaking changes\", \"resolve SDK generation errors\", \"customize TypeSpec\", \"rename SDK client\", \"rename SDK model\", \"hide operation from SDK\", \"fix analyzer errors\", \"resolve customization drift\", \"create subclient\", \"update metadata\", \"update version\". DO NOT USE FOR: publishing to package registries, CI pipeline configuration, API design review. INVOKES: azsdk_verify_setup, azsdk_package_generate_code, azsdk_package_build_code, azsdk_package_run_check, azsdk_package_run_tests, azsdk_customized_code_update, azsdk_package_update_changelog_content, azsdk_package_update_metadata, azsdk_package_update_version.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1144,1145,1146,1147],{"name":12,"slug":9,"type":17},{"name":1118,"slug":1119,"type":17},{"name":1091,"slug":1092,"type":17},{"name":1094,"slug":1095,"type":17},"2026-07-12T08:17:37.08523",{"slug":1150,"name":1150,"fn":1151,"description":1152,"org":1153,"tags":1154,"stars":1079,"repoUrl":1080,"updatedAt":1162},"markdown-token-optimizer","optimize markdown files for token efficiency","Analyze markdown files for token efficiency and reduce context-window bloat. **UTILITY SKILL**. DO NOT USE FOR: code optimization, general file editing, non-markdown files. TRIGGERS: optimize markdown, reduce tokens, token count, token bloat, too many tokens, make concise, shrink file, file too large, optimize for AI, token efficiency, verbose markdown, reduce file size. INVOKES: waza CLI.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1155,1158,1161],{"name":1156,"slug":1157,"type":17},"LLM","llm",{"name":1159,"slug":1160,"type":17},"Performance","performance",{"name":1135,"slug":1136,"type":17},"2026-07-12T08:17:42.080413",{"slug":1164,"name":1164,"fn":1165,"description":1166,"org":1167,"tags":1168,"stars":1079,"repoUrl":1080,"updatedAt":1173},"pipeline-troubleshooting","troubleshoot Azure SDK CI pipelines","Diagnose and resolve failures in Azure SDK CI and generation pipelines. **UTILITY SKILL**. USE FOR: \"pipeline failed\", \"build failure\", \"CI check failing\", \"SDK generation error\", \"reproduce pipeline locally\", \"debug SDK pipeline\". DO NOT USE FOR: local build issues without pipeline context, API design review, SDK publishing. INVOKES: azure-sdk-mcp:azsdk_analyze_pipeline, azure-sdk-mcp:azsdk_package_build_code, azure-sdk-mcp:azsdk_package_run_check.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1169,1170,1171,1172],{"name":12,"slug":9,"type":17},{"name":1118,"slug":1119,"type":17},{"name":929,"slug":930,"type":17},{"name":1091,"slug":1092,"type":17},"2026-07-12T08:17:40.821512",{"slug":1175,"name":1175,"fn":1176,"description":1177,"org":1178,"tags":1179,"stars":1079,"repoUrl":1080,"updatedAt":1186},"sensei","improve skill frontmatter compliance","**WORKFLOW SKILL** — Iteratively improve skill frontmatter compliance using the Ralph loop pattern. WHEN: \"run sensei\", \"sensei help\", \"improve skill\", \"fix frontmatter\", \"skill compliance\", \"frontmatter audit\", \"score skill\", \"check skill tokens\". INVOKES: token counting tools, test runners, git commands. FOR SINGLE OPERATIONS: use token CLI directly for counts\u002Fchecks.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1180,1181,1182,1185],{"name":12,"slug":9,"type":17},{"name":1033,"slug":1034,"type":17},{"name":1183,"slug":1184,"type":17},"Process Optimization","process-optimization",{"name":1135,"slug":1136,"type":17},"2026-07-12T08:17:32.970921",{"slug":1188,"name":1188,"fn":1189,"description":1190,"org":1191,"tags":1192,"stars":1079,"repoUrl":1080,"updatedAt":1198},"skill-authoring","author agent skills for agentskills.io","Write Agent Skills that comply with the agentskills.io specification. WHEN: \"create a skill\", \"new skill\", \"write a skill\", \"skill template\", \"skill structure\", \"review skill\", \"skill PR\", \"skill compliance\", \"SKILL.md format\", \"skill frontmatter\", \"skill best practices\". DO NOT USE FOR: improving existing skills (use sensei), general documentation. INVOKES: waza CLI.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1193,1194,1197],{"name":1077,"slug":1078,"type":17},{"name":1195,"slug":1196,"type":17},"Plugin Development","plugin-development",{"name":1135,"slug":1136,"type":17},"2026-07-12T08:17:35.873862",109]