[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-b8228a68-4309-48d8-a77e-a5863228fd06":3,"$fHnzbvAqolrVioeRawRLydRcVoO6FD83MA9zPWxNnFS4":42},{"id":4,"title":5,"description":6,"categoryId":7,"moduleId":8,"tags":9,"prompt":10,"icon":11,"source":12,"sourceUrl":13,"authorId":14,"authorName":15,"isPublic":16,"stars":17,"runs":18,"createdAt":19,"updatedAt":19,"module":20,"category":27,"packages":33},"b8228a68-4309-48d8-a77e-a5863228fd06","atlassian-templates","Atlassian模板和文件创建\u002F修改专家，用于创建、修改和管理Jira和Confluence模板、蓝图、自定义布局、可重用组件和标准内容结构。在构建组织范围内的模板、自定义蓝图、页面布局和自动内容生成时使用。","cat_prod_project","mod_productivity","alirezarezvani,productivity","---\nname: \"atlassian-templates\"\ndescription: Atlassian Template and Files Creator\u002FModifier 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.\n---\n\n# Atlassian Template & Files Creator Expert\n\nSpecialist in creating, modifying, and managing reusable templates and files for Jira and Confluence. Ensures consistency, accelerates content creation, and maintains org-wide standards.\n\n---\n\n## Workflows\n\n### Template Creation Process\n1. **Discover**: Interview stakeholders to understand needs\n2. **Analyze**: Review existing content patterns\n3. **Design**: Create template structure and placeholders\n4. **Implement**: Build template with macros and formatting\n5. **Test**: Validate with sample data — confirm template renders correctly in preview before publishing\n6. **Document**: Create usage instructions\n7. **Publish**: Deploy to appropriate space\u002Fproject via MCP (see MCP Operations below)\n8. **Verify**: Confirm deployment success; roll back to previous version if errors occur\n9. **Train**: Educate users on template usage\n10. **Monitor**: Track adoption and gather feedback\n11. **Iterate**: Refine based on usage\n\n### Template Modification Process\n1. **Assess**: Review change request and impact\n2. **Version**: Create new version, keep old available\n3. **Modify**: Update template structure\u002Fcontent\n4. **Test**: Validate changes don't break existing usage; preview updated template before publishing\n5. **Migrate**: Provide migration path for existing content\n6. **Communicate**: Announce changes to users\n7. **Support**: Assist users with migration\n8. **Archive**: Deprecate old version after transition; confirm deprecated template is unlisted, not deleted\n\n### Blueprint Development\n1. Define blueprint scope and purpose\n2. Design multi-page structure\n3. Create page templates for each section\n4. Configure page creation rules\n5. Add dynamic content (Jira queries, user data)\n6. Test blueprint creation flow end-to-end with a sample space\n7. Verify all macro references resolve correctly before deployment\n8. **HANDOFF TO**: Atlassian Admin for global deployment\n\n---\n\n## Confluence Templates Library\n\nSee **TEMPLATES.md** for full reference tables and copy-paste-ready template structures. The following summarises the standard types this skill creates and maintains.\n\n### Confluence Template Types\n| Template | Purpose | Key Macros Used |\n|----------|---------|-----------------|\n| **Meeting Notes** | Structured meeting records with agenda, decisions, and action items | `{date}`, `{tasks}`, `{panel}`, `{info}`, `{note}` |\n| **Project Charter** | Org-level project scope, stakeholder RACI, timeline, and budget | `{panel}`, `{status}`, `{timeline}`, `{info}` |\n| **Sprint Retrospective** | Agile ceremony template with What Went Well \u002F Didn't Go Well \u002F Actions | `{panel}`, `{expand}`, `{tasks}`, `{status}` |\n| **PRD** | Feature definition with goals, user stories, functional\u002Fnon-functional requirements, and release plan | `{panel}`, `{status}`, `{jira}`, `{warning}` |\n| **Decision Log** | Structured option analysis with decision matrix and implementation tracking | `{panel}`, `{status}`, `{info}`, `{tasks}` |\n\n**Standard Sections** included across all Confluence templates:\n- Header panel with metadata (owner, date, status)\n- Clearly labelled content sections with inline placeholder instructions\n- Action items block using `{tasks}` macro\n- Related links and references\n\n### Complete Example: Meeting Notes Template\n\nThe following is a copy-paste-ready Meeting Notes template in Confluence storage format (wiki markup):\n\n```\n{panel:title=Meeting Metadata|borderColor=#0052CC|titleBGColor=#0052CC|titleColor=#FFFFFF}\n*Date:* {date}\n*Owner \u002F Facilitator:* @[facilitator name]\n*Attendees:* @[name], @[name]\n*Status:* {status:colour=Yellow|title=In Progress}\n{panel}\n\nh2. Agenda\n# [Agenda item 1]\n# [Agenda item 2]\n# [Agenda item 3]\n\nh2. Discussion & Decisions\n{panel:title=Key Decisions|borderColor=#36B37E|titleBGColor=#36B37E|titleColor=#FFFFFF}\n* *Decision 1:* [What was decided and why]\n* *Decision 2:* [What was decided and why]\n{panel}\n\n{info:title=Notes}\n[Detailed discussion notes, context, or background here]\n{info}\n\nh2. Action Items\n{tasks}\n* [ ] [Action item] — Owner: @[name] — Due: {date}\n* [ ] [Action item] — Owner: @[name] — Due: {date}\n{tasks}\n\nh2. Next Steps & Related Links\n* Next meeting: {date}\n* Related pages: [link]\n* Related Jira issues: {jira:key=PROJ-123}\n```\n\n> Full examples for all other template types (Project Charter, Sprint Retrospective, PRD, Decision Log) and all Jira templates can be generated on request or found in **TEMPLATES.md**.\n\n---\n\n## Jira Templates Library\n\n### Jira Template Types\n| Template | Purpose | Key Sections |\n|----------|---------|--------------|\n| **User Story** | Feature requests in As a \u002F I want \u002F So that format | Acceptance Criteria (Given\u002FWhen\u002FThen), Design links, Technical Notes, Definition of Done |\n| **Bug Report** | Defect capture with reproduction steps | Environment, Steps to Reproduce, Expected vs Actual Behavior, Severity, Workaround |\n| **Epic** | High-level initiative scope | Vision, Goals, Success Metrics, Story Breakdown, Dependencies, Timeline |\n\n**Standard Sections** included across all Jira templates:\n- Clear summary line\n- Acceptance or success criteria as checkboxes\n- Related issues and dependencies block\n- Definition of Done (for stories)\n\n---\n\n## Macro Usage Guidelines\n\n**Dynamic Content**: Use macros for auto-updating content (dates, user mentions, Jira queries)\n**Visual Hierarchy**: Use `{panel}`, `{info}`, and `{note}` to create visual distinction\n**Interactivity**: Use `{expand}` for collapsible sections in long templates\n**Integration**: Embed Jira charts and tables via `{jira}` macro for live data\n\n---\n\n## Atlassian MCP Integration\n\n**Primary Tools**: Confluence MCP, Jira MCP\n\n### Template Operations via MCP\n\nAll MCP calls below use the exact parameter names expected by the Atlassian MCP server. Replace angle-bracket placeholders with real values before executing.\n\n**Create a Confluence page template:**\n```json\n{\n  \"tool\": \"confluence_create_page\",\n  \"parameters\": {\n    \"space_key\": \"PROJ\",\n    \"title\": \"Template: Meeting Notes\",\n    \"body\": \"\u003Cstorage-format template content>\",\n    \"labels\": [\"template\", \"meeting-notes\"],\n    \"parent_id\": \"\u003Coptional parent page id>\"\n  }\n}\n```\n\n**Update an existing template:**\n```json\n{\n  \"tool\": \"confluence_update_page\",\n  \"parameters\": {\n    \"page_id\": \"\u003Cexisting page id>\",\n    \"version\": \"\u003Ccurrent_version + 1>\",\n    \"title\": \"Template: Meeting Notes\",\n    \"body\": \"\u003Cupdated storage-format content>\",\n    \"version_comment\": \"v2 — added status macro to header\"\n  }\n}\n```\n\n**Create a Jira issue description template (via field configuration):**\n```json\n{\n  \"tool\": \"jira_update_field_configuration\",\n  \"parameters\": {\n    \"project_key\": \"PROJ\",\n    \"field_id\": \"description\",\n    \"default_value\": \"\u003Ctemplate markdown or Atlassian Document Format JSON>\"\n  }\n}\n```\n\n**Deploy template to multiple spaces (batch):**\n```json\n\u002F\u002F Repeat for each target space key\n{\n  \"tool\": \"confluence_create_page\",\n  \"parameters\": {\n    \"space_key\": \"\u003CSPACE_KEY>\",\n    \"title\": \"Template: Meeting Notes\",\n    \"body\": \"\u003Cstorage-format template content>\",\n    \"labels\": [\"template\"]\n  }\n}\n\u002F\u002F After each create, verify:\n{\n  \"tool\": \"confluence_get_page\",\n  \"parameters\": {\n    \"space_key\": \"\u003CSPACE_KEY>\",\n    \"title\": \"Template: Meeting Notes\"\n  }\n}\n\u002F\u002F Assert response status == 200 and page body is non-empty before proceeding to next space\n```\n\n**Validation checkpoint after deployment:**\n- Retrieve the created\u002Fupdated page and assert it renders without macro errors\n- Check that `{jira}` embeds resolve against the target Jira project\n- Confirm `{tasks}` blocks are interactive in the published view\n- If any check fails: revert using `confluence_update_page` with `version: \u003Ccurrent + 1>` and the previous version body\n\n---\n\n## Best Practices & Governance\n\n**Org-Specific Standards:**\n- Track template versions with version notes in the page header\n- Mark outdated templates with a `{warning}` banner before archiving; archive (do not delete)\n- Maintain usage guides linked from each template\n- Gather feedback on a quarterly review cycle; incorporate usage metrics before deprecating\n\n**Quality Gates (apply before every deployment):**\n- Example content provided for each section\n- Tested with sample data in preview\n- Version comment added to change log\n- Feedback mechanism in place (comments enabled or linked survey)\n\n**Governance Process**:\n1. Request and justification\n2. Design and review\n3. Testing with pilot users\n4. Documentation\n5. Approval\n6. Deployment (via MCP or manual)\n7. Training\n8. Monitoring\n\n---\n\n## Handoff Protocols\n\nSee **HANDOFFS.md** for the full handoff matrix. Summary:\n\n| Partner | Receives FROM | Sends TO |\n|---------|--------------|---------|\n| **Senior PM** | Template requirements, reporting templates, executive formats | Completed templates, usage analytics, optimization suggestions |\n| **Scrum Master** | Sprint ceremony needs, team-specific requests, retro format preferences | Sprint-ready templates, agile ceremony structures, velocity tracking templates |\n| **Jira Expert** | Issue template requirements, custom field display needs | Issue description templates, field config templates, JQL query templates |\n| **Confluence Expert** | Space-specific needs, global template requests, blueprint requirements | Configured page templates, blueprint structures, deployment plans |\n| **Atlassian Admin** | Org-wide standards, global deployment requirements, compliance templates | Global templates for approval, usage reports, compliance status |\n","","imported","https:\u002F\u002Fgithub.com\u002Falirezarezvani\u002Fclaude-skills","user_system_seed","SkillOPIC",true,159,352,"2026-05-16 14:05:07",{"id":8,"name":21,"slug":22,"icon":23,"description":24,"sort":25,"createdAt":26},"效率工具","productivity","mdi-lightning-bolt-outline","文档处理、数据分析、自动化工作流",4,"2026-05-16 12:53:40",{"id":7,"name":28,"slug":29,"icon":30,"description":31,"moduleId":8,"sort":25,"skillCount":32,"createdAt":26},"项目管理","project-management","mdi-view-dashboard-outline","任务管理、进度追踪、报告生成",13,[34],{"id":35,"skillId":4,"version":36,"fileName":37,"fileSize":38,"filePath":39,"fileHash":40,"manifest":41,"createdAt":19},"684f25da-695a-429a-b765-cfdd83c72cae","1.0.0","atlassian-templates.zip",15446,"uploads\u002Fskills\u002Fb8228a68-4309-48d8-a77e-a5863228fd06\u002Fatlassian-templates.zip","4e36741e3f6b84aae5b08ed572f463bf05a156819c58209a29c26258d3df6af1","[{\"path\":\"SKILL.md\",\"isDirectory\":false,\"size\":9870},{\"path\":\"references\u002Fgovernance-framework.md\",\"isDirectory\":false,\"size\":8900},{\"path\":\"references\u002Ftemplate-design-patterns.md\",\"isDirectory\":false,\"size\":6521},{\"path\":\"scripts\u002Ftemplate_scaffolder.py\",\"isDirectory\":false,\"size\":16975}]",{"code":43,"message":44,"data":45},200,"success",{"items":46,"stats":47,"page":50},[],{"averageRating":48,"totalRatings":48,"ratingCounts":49},0,[48,48,48,48,48],{"limit":51,"offset":48,"hasMore":52,"nextOffset":51,"ratedOnly":16},15,false]