[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-atlassian-capture-tasks-from-meeting-notes-zh-CN":3,"guides-for-atlassian-capture-tasks-from-meeting-notes":437,"similar-k176f7bfzgrzkempmb3q0kmn1n86mmgm-zh-CN":438},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":262,"isFallback":268,"parentExtension":269,"providers":320,"relations":324,"repo":325,"tags":435,"workflow":436},1778675712774.7546,"k176f7bfzgrzkempmb3q0kmn1n86mmgm",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"atlassian/atlassian-mcp-server","Capture Tasks from Meeting Notes","https://github.com/atlassian/atlassian-mcp-server",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":244,"workflow":260},1778675771175.603,"kn7et5d33sfs2zh2xs1devtm2586nmw0","en",{"checks":20,"evaluatedAt":197,"extensionSummary":198,"features":199,"nonGoals":205,"practices":210,"prerequisites":214,"promptVersionExtension":218,"promptVersionScoring":219,"purpose":220,"rationale":221,"score":222,"summary":223,"tags":224,"targetMarket":230,"tier":231,"useCases":232,"workflow":236},[21,26,29,32,36,39,43,48,51,54,58,62,66,70,73,76,79,82,85,88,92,96,101,105,109,112,116,119,123,126,129,132,135,138,141,145,149,152,155,159,162,165,168,171,175,178,181,184,187,190,194],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly articulates the problem of converting meeting notes into Jira tasks and identifies the specific scenarios where this skill is useful.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value by automating the extraction of action items, lookup of Jira account IDs, and creation of tasks, going beyond simple prompt engineering or API wrapping.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle from note ingestion to Jira task creation, including handling various input formats, user lookups, and confirmation steps, making it ready for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on parsing meeting notes to create Jira tasks, adhering to a single, well-defined responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's functionality, clearly outlining its purpose and use cases without misrepresentation.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific, narrow tools like `getConfluencePage`, `lookupJiraAccountId`, `createJiraIssue`, and `getVisibleJiraProjects`, avoiding general-purpose command execution.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","While most parameters are documented, the SKILL.md does not explicitly mention default values for all tool parameters, nor does it detail the precedence order for configuration if multiple settings sources were available.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","Tool names like `lookupJiraAccountId` and `createJiraIssue` are descriptive verb-noun pairs within the Jira domain.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","Tool parameters are specific (e.g., `cloudId`, `pageId`, `searchString`), and responses provide relevant data like account IDs or issue details without unnecessary internal telemetry.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the Apache-2.0 license, which is a permissive open-source license clearly declared in the LICENSE file and recognized by the rule layer.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on April 14, 2026, which is within the last 3 months, indicating recent maintenance.",{"category":59,"check":63,"severity":64,"summary":65},"Dependency Management","not_applicable","The extension does not appear to use any third-party dependencies that require explicit management or updating.",{"category":67,"check":68,"severity":24,"summary":69},"Security","Secret Management","The skill does not appear to handle or expose secrets directly; API calls use tool abstractions that manage authentication securely.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The skill's documentation and code indicate it treats external input (meeting notes) as data to be parsed, not as executable instructions.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill relies on bundled tools and does not fetch external code or content at runtime for execution.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The skill operates within its defined scope, interacting with Atlassian APIs via provided tools and not attempting to modify files outside its project folder.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","There is no evidence of detached process spawns or deny-retry loops in the skill's logic.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill's documented workflow focuses on task creation within Jira and does not include instructions for submitting confidential data to third parties.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled content and documentation appear free of hidden text tricks or malicious Unicode characters.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The skill's logic is presented in clear, readable markdown and does not employ obfuscation techniques like base64 encoding or runtime script fetching.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The skill makes no assumptions about the user's project structure outside of needing valid Atlassian credentials and project information.",{"category":97,"check":98,"severity":99,"summary":100},"Trust","Issues Attention","warning","In the last 90 days, 52 issues were opened and 34 were closed, indicating a closure rate below 50% and a significant number of open issues, suggesting slower response times.",{"category":102,"check":103,"severity":24,"summary":104},"Versioning","Release Management","The `name` and `description` in SKILL.md frontmatter, along with the commit history, indicate the skill is actively maintained and has meaningful versioning.",{"category":106,"check":107,"severity":24,"summary":108},"Execution","Validation","The skill's tools appear to have schema validation for inputs (like project keys and assignee names) and structured outputs (like account IDs and issue details).",{"category":67,"check":110,"severity":24,"summary":111},"Unguarded Destructive Operations","The creation of Jira tasks is guarded by user confirmation after presenting the parsed items, preventing unintended destructive operations.",{"category":113,"check":114,"severity":24,"summary":115},"Code Execution","Error Handling","The SKILL.md outlines specific error handling scenarios, such as no action items found or multiple assignee matches, and indicates fallback options.",{"category":113,"check":117,"severity":64,"summary":118},"Logging","The skill is read-only in terms of system state modification and does not inherently require an audit log beyond what the agent's transcript provides.",{"category":120,"check":121,"severity":46,"summary":122},"Compliance","GDPR","The skill handles personal data (names, emails) for lookup and assignment but does not submit it to a third party beyond the necessary Jira API interaction.",{"category":120,"check":124,"severity":24,"summary":125},"Target market","The extension targets users with Atlassian Cloud sites and Jira, which is global in scope, with no specific regional limitations mentioned.",{"category":93,"check":127,"severity":24,"summary":128},"Runtime stability","The skill relies on standard API calls and markdown parsing, making it compatible across different environments without specific OS or shell dependencies.",{"category":44,"check":130,"severity":24,"summary":131},"README","The README file exists and provides a comprehensive overview of the Atlassian Rovo MCP Server, its capabilities, security, and usage.",{"category":33,"check":133,"severity":24,"summary":134},"Tool surface size","The skill exposes a focused set of tools related to Jira and Confluence interaction, well within the target range.",{"category":40,"check":136,"severity":24,"summary":137},"Overlapping near-synonym tools","The tools used are distinct and do not appear to have overlapping synonyms, ensuring clear invocation.",{"category":44,"check":139,"severity":24,"summary":140},"Phantom features","All advertised features, such as creating Jira tasks and parsing meeting notes, correspond to implemented tools and logic within the skill.",{"category":142,"check":143,"severity":64,"summary":144},"Install","Installation instruction","As this is a skill loaded directly by the agent, traditional installation instructions and invocations are not applicable. The `claudeCode` install method is provided.",{"category":146,"check":147,"severity":24,"summary":148},"Errors","Actionable error messages","The SKILL.md explicitly outlines how to handle and present errors, such as no action items found or multiple assignee matches, providing user guidance.",{"category":106,"check":150,"severity":64,"summary":151},"Pinned dependencies","The extension does not appear to bundle scripts with dependencies that require pinning or shebang declarations.",{"category":33,"check":153,"severity":46,"summary":154},"Dry-run preview","While Jira task creation is guarded by user confirmation, a specific `--dry-run` flag or parameter for previewing the task details before creation is not explicitly documented or implemented.",{"category":156,"check":157,"severity":24,"summary":158},"Protocol","Idempotent retry & timeouts","The skill's workflow includes user confirmation before creating tasks, and API calls are managed by the underlying agent framework, implying standard retry and timeout mechanisms.",{"category":120,"check":160,"severity":24,"summary":161},"Telemetry opt-in","The extension does not appear to collect or transmit telemetry data.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The skill's purpose is precisely defined as analyzing meeting notes to create Jira tasks, with clear triggers and non-goals provided.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and provides relevant keywords for routing.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md content is well-structured and under 500 lines, delegating detailed pattern examples to separate reference files.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","Detailed action item patterns are provided in a separate `action-item-patterns.md` file, demonstrating progressive disclosure.",{"category":172,"check":176,"severity":64,"summary":177},"Forked exploration","This skill is task-oriented and does not involve deep exploration or code review, so `context: fork` is not applicable.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The SKILL.md provides clear, end-to-end examples for various scenarios, including simple mentions, mixed formats, and lookup issues, demonstrating plausible outcomes.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The SKILL.md thoroughly documents and provides recovery steps for numerous edge cases, including no action items, mixed formats, name lookup failures, duplicates, and long descriptions.",{"category":113,"check":185,"severity":64,"summary":186},"Tool Fallback","The skill does not explicitly list or depend on a custom MCP server with a version number, nor does it mention a fallback path, making this check not applicable.",{"category":93,"check":188,"severity":24,"summary":189},"Stack assumptions","The skill relies on standard markdown parsing and API tool calls, with no specific stack assumptions beyond the agent environment.",{"category":191,"check":192,"severity":24,"summary":193},"Safety","Halt on unexpected state","The skill's workflow includes explicit prompts for user confirmation and fallback options for common issues like name lookup failures or missing action items, ensuring it halts gracefully.",{"category":93,"check":195,"severity":24,"summary":196},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills, with explicit guidance on when to use this skill versus others.",1778675771057,"This skill parses meeting notes (from Confluence or pasted text) to identify action items and assignees, then creates corresponding Jira tasks. It handles various input patterns, looks up Jira account IDs, and allows user confirmation before creation.",[200,201,202,203,204],"Extracts action items from meeting notes","Supports Confluence URLs and pasted text input","Identifies assignees and looks up Jira account IDs","Creates Jira tasks with relevant context and details","Handles various action item formatting patterns",[206,207,208,209],"Summarizing meetings without creating tasks.","Finding meeting notes (use a search skill for this).","Creating calendar events or sending meeting notes via email.","General note-taking without task conversion.",[211,212,213],"Action item extraction","Jira task automation","Meeting note analysis",[215,216,217],"An Atlassian Cloud site with Jira and Confluence access.","Valid Jira credentials or authentication for the agent.","The ability to provide meeting notes via URL or direct text.","3.0.0","4.4.0","To eliminate the tedious manual process of converting meeting action items into Jira tasks, saving time and ensuring follow-up work is properly tracked.","The skill is highly polished, with excellent documentation, clear workflow, and robust error handling. A minor information finding on parameter defaults and a warning on issue response times prevent a perfect score.",96,"A high-quality skill for automating Jira task creation from meeting notes.",[225,226,227,228,229],"jira","meeting-notes","task-management","automation","confluence","global","community",[233,234,235],"When you need to create Jira tasks from your meeting summaries.","After a meeting, to automatically capture and assign action items.","To streamline the process of turning discussion points into trackable work.",[237,238,239,240,241,242,243],"Obtain meeting notes (Confluence URL or pasted text).","Parse notes for action items and assignees.","Ask for the Jira project key.","Lookup Jira account IDs for assignees.","Present parsed action items for user confirmation.","Create Jira tasks using appropriate issue types and details.","Provide a summary of created tasks with links.",{"codeQuality":245,"collectedAt":247,"documentation":248,"maintenance":251,"security":257,"testCoverage":259},{"hasLockfile":246},false,1778675753048,{"descriptionLength":249,"readmeSize":250},410,14248,{"closedIssues90d":252,"forks":253,"hasChangelog":246,"openIssues90d":254,"pushedAt":255,"stars":256},34,83,52,1776196199000,675,{"hasNpmPackage":246,"license":258,"smitheryVerified":246},"Apache-2.0",{"hasCi":246,"hasTests":246},{"updatedAt":261},1778675771175,{"basePath":263,"githubOwner":264,"githubRepo":265,"locale":18,"slug":266,"type":267},"skills/capture-tasks-from-meeting-notes","atlassian","atlassian-mcp-server","capture-tasks-from-meeting-notes","skill",true,{"_creationTime":270,"_id":271,"community":272,"display":273,"identity":276,"parentExtension":279,"providers":307,"relations":316,"tags":317,"workflow":318},1778675712774.7544,"k17crr8tfpyfr5sd1509f3kkz186mea7",{"reviewCount":8},{"description":274,"installMethods":275,"name":264,"sourceUrl":14},"Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.",{"claudeCode":264},{"basePath":277,"githubOwner":264,"githubRepo":265,"locale":18,"slug":265,"type":278},"","plugin",{"_creationTime":280,"_id":281,"community":282,"display":283,"identity":287,"providers":289,"relations":301,"tags":303,"workflow":304},1778675712774.7542,"k17fmvx6k94zrx00pmrxsxrt6x86m35y",{"reviewCount":8},{"description":284,"installMethods":285,"name":286,"sourceUrl":14},"Atlassian plugin marketplace for Claude Code",{"claudeCode":12},"Atlassian MCP Server Marketplace",{"basePath":277,"githubOwner":264,"githubRepo":265,"locale":18,"slug":265,"type":288},"marketplace",{"evaluate":290,"extract":295},{"promptVersionExtension":291,"promptVersionScoring":219,"score":292,"tags":293,"targetMarket":230,"tier":231},"3.1.0",75,[264,288,225,229,294],"compass",{"commitSha":296,"license":258,"marketplace":297,"plugin":299},"HEAD",{"name":264,"pluginCount":298},1,{"mcpCount":8,"provider":300,"skillCount":8},"classify",{"repoId":302},"kd774ex7aaf130ggya20m9ye5h86maxd",[264,294,229,225,288],{"evaluatedAt":305,"extractAt":306,"updatedAt":305},1778675727505,1778675712774,{"evaluate":308,"extract":313},{"promptVersionExtension":218,"promptVersionScoring":219,"score":292,"tags":309,"targetMarket":230,"tier":231},[264,225,229,310,311,312],"mcp","integration","workflow",{"commitSha":296,"plugin":314},{"mcpCount":8,"provider":300,"skillCount":315},5,{"parentExtensionId":281,"repoId":302},[264,229,311,225,310,312],{"evaluatedAt":319,"extractAt":306,"updatedAt":319},1778675752779,{"evaluate":321,"extract":323},{"promptVersionExtension":218,"promptVersionScoring":219,"score":222,"tags":322,"targetMarket":230,"tier":231},[225,226,227,228,229],{"commitSha":296,"license":258},{"parentExtensionId":271,"repoId":302},{"_creationTime":326,"_id":302,"identity":327,"providers":328,"workflow":431},1778675708733.3665,{"githubOwner":264,"githubRepo":265,"sourceUrl":14},{"classify":329,"discover":424,"github":427},{"commitSha":296,"extensions":330},[331,344,367,375,390,398,412],{"basePath":277,"description":284,"displayName":264,"installMethods":332,"rationale":333,"selectedPaths":334,"source":343,"sourceLanguage":18,"type":288},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[335,338,340],{"path":336,"priority":337},".claude-plugin/marketplace.json","mandatory",{"path":339,"priority":337},"README.md",{"path":341,"priority":342},"LICENSE","high","rule",{"basePath":277,"description":274,"displayName":264,"installMethods":345,"rationale":346,"selectedPaths":347,"source":343,"sourceLanguage":18,"type":278},{"claudeCode":264},"plugin manifest at .claude-plugin/plugin.json",[348,350,351,352,355,357,359,361,363,365],{"path":349,"priority":337},".claude-plugin/plugin.json",{"path":339,"priority":337},{"path":341,"priority":342},{"path":353,"priority":354},"skills/capture-tasks-from-meeting-notes/SKILL.md","medium",{"path":356,"priority":354},"skills/generate-status-report/SKILL.md",{"path":358,"priority":354},"skills/search-company-knowledge/SKILL.md",{"path":360,"priority":354},"skills/spec-to-backlog/SKILL.md",{"path":362,"priority":354},"skills/triage-issue/SKILL.md",{"path":364,"priority":337},".mcp.json",{"path":366,"priority":342},".cursor-plugin/plugin.json",{"basePath":263,"description":10,"displayName":266,"installMethods":368,"rationale":369,"selectedPaths":370,"source":343,"sourceLanguage":18,"type":267},{"claudeCode":12},"SKILL.md frontmatter at skills/capture-tasks-from-meeting-notes/SKILL.md",[371,373],{"path":372,"priority":337},"SKILL.md",{"path":374,"priority":354},"references/action-item-patterns.md",{"basePath":376,"description":377,"displayName":378,"installMethods":379,"rationale":380,"selectedPaths":381,"source":343,"sourceLanguage":18,"type":267},"skills/generate-status-report","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.","generate-status-report",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-status-report/SKILL.md",[382,383,385,387],{"path":372,"priority":337},{"path":384,"priority":354},"references/jql-patterns.md",{"path":386,"priority":354},"references/report-templates.md",{"path":388,"priority":389},"scripts/jql_builder.py","low",{"basePath":391,"description":392,"displayName":393,"installMethods":394,"rationale":395,"selectedPaths":396,"source":343,"sourceLanguage":18,"type":267},"skills/search-company-knowledge","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.","search-company-knowledge",{"claudeCode":12},"SKILL.md frontmatter at skills/search-company-knowledge/SKILL.md",[397],{"path":372,"priority":337},{"basePath":399,"description":400,"displayName":401,"installMethods":402,"rationale":403,"selectedPaths":404,"source":343,"sourceLanguage":18,"type":267},"skills/spec-to-backlog","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.","spec-to-backlog",{"claudeCode":12},"SKILL.md frontmatter at skills/spec-to-backlog/SKILL.md",[405,406,408,410],{"path":372,"priority":337},{"path":407,"priority":354},"references/breakdown-examples.md",{"path":409,"priority":354},"references/epic-templates.md",{"path":411,"priority":354},"references/ticket-writing-guide.md",{"basePath":413,"description":414,"displayName":415,"installMethods":416,"rationale":417,"selectedPaths":418,"source":343,"sourceLanguage":18,"type":267},"skills/triage-issue","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.","triage-issue",{"claudeCode":12},"SKILL.md frontmatter at skills/triage-issue/SKILL.md",[419,420,422],{"path":372,"priority":337},{"path":421,"priority":354},"references/bug-report-templates.md",{"path":423,"priority":354},"references/search-patterns.md",{"sources":425},[426],"manual",{"closedIssues90d":252,"description":428,"forks":253,"homepage":429,"license":258,"openIssues90d":254,"pushedAt":255,"readmeSize":250,"stars":256,"topics":430},"Remote MCP Server that securely connects Jira and Confluence with your LLM, IDE, or agent platform of choice.","https://www.atlassian.com/platform/remote-mcp-server",[],{"classifiedAt":432,"discoverAt":433,"extractAt":434,"githubAt":434,"updatedAt":432},1778675712578,1778675708733,1778675710682,[228,229,225,226,227],{"evaluatedAt":261,"extractAt":306,"updatedAt":261},[],[439,468,494,519,541,563],{"_creationTime":440,"_id":441,"community":442,"display":443,"identity":449,"providers":453,"relations":461,"tags":464,"workflow":465},1778691344230.1262,"k17b3h2zz11479j9s54hb6nscd86nf8r",{"reviewCount":8},{"description":444,"installMethods":445,"name":447,"sourceUrl":448},"Integrates with Atlassian products to manage project tracking and documentation via MCP protocol. Use when querying Jira issues with JQL filters, creating and updating tickets with custom fields, searching or editing Confluence pages with CQL, managing sprints and backlogs, setting up MCP server authentication, syncing documentation, or debugging Atlassian API integrations.",{"claudeCode":446},"jeffallan/claude-skills","atlassian-mcp","https://github.com/jeffallan/claude-skills",{"basePath":450,"githubOwner":451,"githubRepo":452,"locale":18,"slug":447,"type":267},"skills/atlassian-mcp","jeffallan","claude-skills",{"evaluate":454,"extract":460},{"promptVersionExtension":218,"promptVersionScoring":219,"score":455,"tags":456,"targetMarket":230,"tier":459},100,[264,225,229,310,457,458,228],"project-management","documentation","verified",{"commitSha":296},{"parentExtensionId":462,"repoId":463},"k177fx0q0bsftkws6j1av221j186ndt6","kd77w37et655xneae33d1p2d2n86ncxp",[264,228,229,458,225,310,457],{"evaluatedAt":466,"extractAt":467,"updatedAt":466},1778691474509,1778691344230,{"_creationTime":469,"_id":470,"community":471,"display":472,"identity":477,"providers":481,"relations":487,"tags":490,"workflow":491},1778696833339.6208,"k179n0aczt9ekxj3f6ee5k98n186mkf8",{"reviewCount":8},{"description":473,"installMethods":474,"name":264,"sourceUrl":476},"Manage Jira issues and Confluence wiki pages in Atlassian Cloud.\nUse when: (1) searching/creating/updating Jira issues with JQL, (2) searching/reading/creating Confluence pages\nwith CQL, (3) managing Jira workflows, transitions, and comments, (4) browsing Confluence spaces and page\nhierarchies. Supports OAuth 2.1 via MCP server (recommended) or API token authentication (fallback).\n",{"claudeCode":475},"sanjay3290/ai-skills","https://github.com/sanjay3290/ai-skills",{"basePath":478,"githubOwner":479,"githubRepo":480,"locale":18,"slug":264,"type":267},"skills/atlassian","sanjay3290","ai-skills",{"evaluate":482,"extract":486},{"promptVersionExtension":218,"promptVersionScoring":219,"score":483,"tags":484,"targetMarket":230,"tier":459},99,[225,229,264,485,228],"api",{"commitSha":296},{"parentExtensionId":488,"repoId":489},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[485,264,228,229,225],{"evaluatedAt":492,"extractAt":493,"updatedAt":492},1778696875868,1778696833339,{"_creationTime":495,"_id":496,"community":497,"display":498,"identity":504,"providers":507,"relations":512,"tags":515,"workflow":516},1778675056600.2695,"k174gnrmk9aws4x4k8rckfvrmh86ncra",{"reviewCount":8},{"description":499,"installMethods":500,"name":502,"sourceUrl":503},"Atlassian Template and Files Creator/Modifier expert for creating, modifying, and managing Jira and Confluence templates, blueprints, custom layouts, reusable components, and standardized content structures. Use when building org-wide templates, custom blueprints, page layouts, and automated content generation.",{"claudeCode":501},"alirezarezvani/claude-skills","atlassian-templates","https://github.com/alirezarezvani/claude-skills",{"basePath":505,"githubOwner":506,"githubRepo":452,"locale":18,"slug":502,"type":267},"project-management/skills/atlassian-templates","alirezarezvani",{"evaluate":508,"extract":511},{"promptVersionExtension":218,"promptVersionScoring":219,"score":483,"tags":509,"targetMarket":230,"tier":459},[225,229,510,228,458,310],"templates",{"commitSha":296},{"parentExtensionId":513,"repoId":514},"k179g03a4r18x1fz2reh1wqtwn86nw59","kd7ff9s1w43mfyy1n7hf87816186m6px",[228,229,458,225,310,510],{"evaluatedAt":517,"extractAt":518,"updatedAt":517},1778685854910,1778675056600,{"_creationTime":520,"_id":521,"community":522,"display":523,"identity":527,"providers":529,"relations":537,"tags":538,"workflow":539},1778675056600.2693,"k1779fwnqevec8dh3jq4g0r8hx86mf8s",{"reviewCount":8},{"description":524,"installMethods":525,"name":526,"sourceUrl":503},"Atlassian Administrator for managing and organizing Atlassian products (Jira, Confluence, Bitbucket, Trello), users, permissions, security, integrations, system configuration, and org-wide governance. Use when asked to add users to Jira, change Confluence permissions, configure access control, update admin settings, manage Atlassian groups, set up SSO, install marketplace apps, review security policies, or handle any org-wide Atlassian administration task.",{"claudeCode":501},"atlassian-admin",{"basePath":528,"githubOwner":506,"githubRepo":452,"locale":18,"slug":526,"type":267},"project-management/skills/atlassian-admin",{"evaluate":530,"extract":536},{"promptVersionExtension":218,"promptVersionScoring":219,"score":483,"tags":531,"targetMarket":230,"tier":459},[264,225,229,532,533,534,535],"administration","governance","security","devops",{"commitSha":296},{"parentExtensionId":513,"repoId":514},[532,264,229,535,533,225,534],{"evaluatedAt":540,"extractAt":518,"updatedAt":540},1778685819605,{"_creationTime":542,"_id":543,"community":544,"display":545,"identity":549,"providers":551,"relations":559,"tags":560,"workflow":561},1778675056600.2705,"k17dypw9b0yd5cnc4143ywk0an86nx94",{"reviewCount":8},{"description":546,"installMethods":547,"name":548,"sourceUrl":503},"6 project management agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Senior PM, scrum master, Jira expert (JQL), Confluence expert, Atlassian admin, template creator. MCP integration for live Jira/Confluence automation.",{"claudeCode":501},"pm-skills",{"basePath":550,"githubOwner":506,"githubRepo":452,"locale":18,"slug":548,"type":267},"project-management/skills/pm-skills",{"evaluate":552,"extract":558},{"promptVersionExtension":218,"promptVersionScoring":219,"score":553,"tags":554,"targetMarket":230,"tier":459},98,[457,225,229,264,555,556,557],"scrum","agile","python",{"commitSha":296},{"parentExtensionId":513,"repoId":514},[556,264,229,225,457,557,555],{"evaluatedAt":562,"extractAt":518,"updatedAt":562},1778686042871,{"_creationTime":564,"_id":565,"community":566,"display":567,"identity":573,"providers":577,"relations":586,"tags":588,"workflow":589},1778694240519.7395,"k172f5xxem893qhwervf0qw26n86nzc7",{"reviewCount":8},{"description":568,"installMethods":569,"name":571,"sourceUrl":572},"Weekly accomplishment report. Pulls from Jira, GitHub, Confluence, and Slack to produce a structured status report with accomplishments, metrics, blockers, and next week plan. Triggers on: \"weekly status\", \"status report\", \"what did I do this week\".\n",{"claudeCode":570},"mshadmanrahman/pm-pilot","weekly-status","https://github.com/mshadmanrahman/pm-pilot",{"basePath":574,"githubOwner":575,"githubRepo":576,"locale":18,"slug":571,"type":267},"skills/pm-core/weekly-status","mshadmanrahman","pm-pilot",{"evaluate":578,"extract":585},{"promptVersionExtension":218,"promptVersionScoring":219,"score":579,"tags":580,"targetMarket":230,"tier":459},97,[581,225,582,583,229,228,584],"reporting","github","slack","status-report",{"commitSha":296},{"repoId":587},"kd728wqst6vwd95ymycxb97nrx86mnsn",[228,229,582,225,581,583,584],{"evaluatedAt":590,"extractAt":591,"updatedAt":590},1778694560101,1778694240519]