[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-atlassian-triage-issue-de":3,"guides-for-atlassian-triage-issue":419,"similar-k1753745k9pszyce3xkdhnkfcx86mj6e-de":420},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":249,"parentExtension":250,"providers":302,"relations":306,"repo":307,"tags":417,"workflow":418},1778675712774.7556,"k1753745k9pszyce3xkdhnkfcx86mj6e",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"atlassian/atlassian-mcp-server","triage-issue","https://github.com/atlassian/atlassian-mcp-server",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":242},1778676096193.1702,"kn7aevnc40141adrqbdsf0w2x586mgxz","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,100,104,108,111,114,117,121,124,127,131,134,137,140,144,148,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of intelligently triaging bug reports and error messages by searching for duplicates in Jira and offering actions like creating new issues or commenting on existing ones.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill automates the tedious process of manual duplicate checking and historical context gathering for bug reports, offering significant value over standard Jira usage or basic LLM interaction.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is fully implemented with clear workflow steps and corresponding Jira tool calls, covering the complete lifecycle of bug triage from information extraction to issue creation/commenting.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on triaging bug reports and errors within Jira, encompassing searching, duplicate identification, and issue management without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities as detailed in the SKILL.md, including its purpose, core functions, and use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes narrowly scoped tools like `searchJiraIssuesUsingJql`, `addCommentToJiraIssue`, and `createJiraIssue`, which clearly define their actions and parameters.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters for the Jira tool calls are documented within the SKILL.md, including search strategies and issue creation fields, with clear examples of their usage.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool names (e.g., `searchJiraIssuesUsingJql`, `addCommentToJiraIssue`, `createJiraIssue`) are descriptive, follow kebab-case, and clearly indicate their function within the Jira domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters for Jira tools are structured and specific, requesting only necessary information. Outputs are well-defined and focused on the task, avoiding extraneous data.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the Apache-2.0 license, clearly indicated by the bundled LICENSE file, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 14, 2026, which is within the last 3 months, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill does not appear to use any third-party dependencies that would require specific management.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill requires Jira credentials (cloudId, API token), but the SKILL.md does not indicate any echoing of secrets to stdout/stderr or debug logs.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's instructions focus on structured Jira interactions and do not appear to load or execute untrusted third-party data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on bundled Jira API tools and does not fetch external code or content at runtime that could be manipulated by upstream changes.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates via API calls to Jira and does not appear to modify files outside of its intended scope or use absolute paths.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were detected in the skill's instructions.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill only makes documented outbound calls to Jira for specified actions (search, create, comment) and does not exfiltrate confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content is free of hidden-steering tricks, and descriptions use clean printable ASCII and expected Unicode.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is presented as readable instructions and tool calls, with no evidence of obfuscated code like base64 payloads or runtime fetches.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill relies on Jira API interactions and does not make structural assumptions about the user's project organization outside of the bundle.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","warning","There are 52 open issues and 34 closed issues in the last 90 days, resulting in a closure rate of approximately 39.5%, indicating slower-than-ideal maintainer engagement.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The skill's frontmatter declares a version ('0.0.1'), and the repository has recent commits, indicating a managed release process.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","The tool parameters and expected outputs for Jira interactions are well-defined, implying validation and sanitization through the tool definitions.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","Destructive operations like creating or commenting on Jira issues are behind explicit user decisions and confirmation steps, not executed silently.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The SKILL.md outlines specific error scenarios and recovery steps, and the tool definitions suggest structured error reporting for agent interpretation.",{"category":105,"check":115,"severity":63,"summary":116},"Logging","The skill is read-only in terms of local file system interaction and does not require local audit logging.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill operates on Jira data, which may contain personal data, but does not submit it to third parties without sanitization or approval, and focuses on issue triage.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill interacts with Jira and has no regional or jurisdictional limitations, thus its target market is global.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard Jira API interactions and does not appear to make assumptions about specific editors, shells, or operating systems.",{"category":44,"check":128,"severity":129,"summary":130},"README","info","A README.md exists but primarily describes the Atlassian MCP Server itself, not this specific `triage-issue` skill.",{"category":33,"check":132,"severity":24,"summary":133},"Tool surface size","The skill exposes three primary tools: `searchJiraIssuesUsingJql`, `addCommentToJiraIssue`, and `createJiraIssue`, fitting within the ideal range of 3-10 tools.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The exposed tools have distinct names and functions (`search`, `addComment`, `create`), avoiding redundancy and ambiguity.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features and workflow steps are directly supported by the implemented Jira tools and detailed instructions in the SKILL.md.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The SKILL.md provides detailed instructions on how to use the skill, including example JQL queries and tool invocations.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The SKILL.md provides specific guidance on error handling, including examples of how to present findings and recover from issues like insufficient information or custom required fields.",{"category":149,"check":150,"severity":63,"summary":151},"Execution","Pinned dependencies","The skill does not bundle scripts with dependencies that require pinning or shebangs.",{"category":33,"check":153,"severity":24,"summary":154},"Dry-run preview","While not explicitly a `--dry-run` flag, the skill's workflow requires user confirmation before executing destructive actions like creating issues or adding comments, serving a similar purpose.",{"category":156,"check":157,"severity":24,"summary":158},"Protocol","Idempotent retry & timeouts","The skill's operations are primarily mediated by Jira API calls, which handle their own retry mechanisms and timeouts. User confirmation before action mitigates non-idempotent risks.",{"category":118,"check":160,"severity":63,"summary":161},"Telemetry opt-in","The skill does not emit telemetry; its operations are performed via Jira API calls and are logged within Jira itself.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The SKILL.md clearly defines the artifact (bug reports, error messages, Jira issues) and the user intent (triage, find duplicates, create/comment) and provides explicit non-goals.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter is concise, self-contained, and accurately summarizes the core capability of triaging Jira issues, followed by relevant keywords.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md is well-structured with distinct sections for workflow, examples, and troubleshooting, keeping the main body concise and delegating detailed templates to separate files.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","Detailed templates and search patterns are provided in separate markdown files (`references/bug-report-templates.md`, `references/search-patterns.md`), allowing for progressive disclosure.",{"category":172,"check":176,"severity":63,"summary":177},"Forked exploration","This skill is task-oriented and does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","Multiple end-to-end examples are provided, demonstrating inputs, invocations, and expected outcomes for various triage scenarios.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The SKILL.md comprehensively handles edge cases such as multiple potential duplicates, unclear project context, insufficient information, regressions, and custom required fields, with documented recovery steps.",{"category":92,"check":185,"severity":63,"summary":186},"Tool Fallback","The skill relies on core Claude Code tools and Jira APIs, not external MCP servers that would require fallback mechanisms.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The skill explicitly instructs to abort and report on unexpected states, such as insufficient information or custom required fields, ensuring a safe workflow.",{"category":92,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The skill is self-contained and focuses on Jira interactions, with clear non-goals for other task types, avoiding implicit reliance on other skills.",1778676095885,"This skill automates the process of triaging bug reports and error messages by searching Jira for duplicates, identifying similar past issues, and helping users create new bug tickets or add comments to existing ones. It extracts key information, suggests search strategies, analyzes results, and executes user-decided actions through Jira API calls.",[197,198,199,200,201],"Search Jira for duplicate and similar issues","Identify bug report duplicates","Create new bug tickets with context","Add comments to existing Jira issues","Extract key information from error messages",[203,204,205,206],"Feature requests","General task creation","Searching for general information","Generating status reports","3.0.0","4.4.0","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.","The primary findings impacting the score are the warning on 'Issues Attention' due to a low closure rate, and an informational finding on 'README' quality as it primarily describes the MCP server and not the specific skill.",79,"Highly capable Jira bug triage skill with comprehensive documentation and robust error handling, slightly hampered by slower issue resolution.",[214,215,216,217,218],"jira","bug-triage","automation","issue-tracking","developer-tools","global","community",[222,223,224,225],"When an agent needs to triage a bug report or error message","To check if an issue is a duplicate of a past report","To find similar past issues before creating a new ticket","To create a new bug ticket with proper context and relevant historical information",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"security":239,"testCoverage":241},{"hasLockfile":228},false,1778676076463,{"descriptionLength":231,"readmeSize":232},507,14248,{"closedIssues90d":234,"forks":235,"hasChangelog":228,"openIssues90d":236,"pushedAt":237,"stars":238},34,83,52,1776196199000,675,{"hasNpmPackage":228,"license":240,"smitheryVerified":228},"Apache-2.0",{"hasCi":228,"hasTests":228},{"updatedAt":243},1778676096193,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"skills/triage-issue","atlassian","atlassian-mcp-server","skill",true,{"_creationTime":251,"_id":252,"community":253,"display":254,"identity":257,"parentExtension":260,"providers":289,"relations":298,"tags":299,"workflow":300},1778675712774.7544,"k17crr8tfpyfr5sd1509f3kkz186mea7",{"reviewCount":8},{"description":255,"installMethods":256,"name":246,"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":246},{"basePath":258,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":259},"","plugin",{"_creationTime":261,"_id":262,"community":263,"display":264,"identity":268,"providers":270,"relations":283,"tags":285,"workflow":286},1778675712774.7542,"k17fmvx6k94zrx00pmrxsxrt6x86m35y",{"reviewCount":8},{"description":265,"installMethods":266,"name":267,"sourceUrl":14},"Atlassian plugin marketplace for Claude Code",{"claudeCode":12},"Atlassian MCP Server Marketplace",{"basePath":258,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":269},"marketplace",{"evaluate":271,"extract":277},{"promptVersionExtension":272,"promptVersionScoring":208,"score":273,"tags":274,"targetMarket":219,"tier":220},"3.1.0",75,[246,269,214,275,276],"confluence","compass",{"commitSha":278,"license":240,"marketplace":279,"plugin":281},"HEAD",{"name":246,"pluginCount":280},1,{"mcpCount":8,"provider":282,"skillCount":8},"classify",{"repoId":284},"kd774ex7aaf130ggya20m9ye5h86maxd",[246,276,275,214,269],{"evaluatedAt":287,"extractAt":288,"updatedAt":287},1778675727505,1778675712774,{"evaluate":290,"extract":295},{"promptVersionExtension":207,"promptVersionScoring":208,"score":273,"tags":291,"targetMarket":219,"tier":220},[246,214,275,292,293,294],"mcp","integration","workflow",{"commitSha":278,"plugin":296},{"mcpCount":8,"provider":282,"skillCount":297},5,{"parentExtensionId":262,"repoId":284},[246,275,293,214,292,294],{"evaluatedAt":301,"extractAt":288,"updatedAt":301},1778675752779,{"evaluate":303,"extract":305},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":304,"targetMarket":219,"tier":220},[214,215,216,217,218],{"commitSha":278},{"parentExtensionId":252,"repoId":284},{"_creationTime":308,"_id":284,"identity":309,"providers":310,"workflow":413},1778675708733.3665,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":311,"discover":406,"github":409},{"commitSha":278,"extensions":312},[313,326,349,360,375,383,397],{"basePath":258,"description":265,"displayName":246,"installMethods":314,"rationale":315,"selectedPaths":316,"source":325,"sourceLanguage":18,"type":269},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[317,320,322],{"path":318,"priority":319},".claude-plugin/marketplace.json","mandatory",{"path":321,"priority":319},"README.md",{"path":323,"priority":324},"LICENSE","high","rule",{"basePath":258,"description":255,"displayName":246,"installMethods":327,"rationale":328,"selectedPaths":329,"source":325,"sourceLanguage":18,"type":259},{"claudeCode":246},"plugin manifest at .claude-plugin/plugin.json",[330,332,333,334,337,339,341,343,345,347],{"path":331,"priority":319},".claude-plugin/plugin.json",{"path":321,"priority":319},{"path":323,"priority":324},{"path":335,"priority":336},"skills/capture-tasks-from-meeting-notes/SKILL.md","medium",{"path":338,"priority":336},"skills/generate-status-report/SKILL.md",{"path":340,"priority":336},"skills/search-company-knowledge/SKILL.md",{"path":342,"priority":336},"skills/spec-to-backlog/SKILL.md",{"path":344,"priority":336},"skills/triage-issue/SKILL.md",{"path":346,"priority":319},".mcp.json",{"path":348,"priority":324},".cursor-plugin/plugin.json",{"basePath":350,"description":351,"displayName":352,"installMethods":353,"rationale":354,"selectedPaths":355,"source":325,"sourceLanguage":18,"type":248},"skills/capture-tasks-from-meeting-notes","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.","capture-tasks-from-meeting-notes",{"claudeCode":12},"SKILL.md frontmatter at skills/capture-tasks-from-meeting-notes/SKILL.md",[356,358],{"path":357,"priority":319},"SKILL.md",{"path":359,"priority":336},"references/action-item-patterns.md",{"basePath":361,"description":362,"displayName":363,"installMethods":364,"rationale":365,"selectedPaths":366,"source":325,"sourceLanguage":18,"type":248},"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",[367,368,370,372],{"path":357,"priority":319},{"path":369,"priority":336},"references/jql-patterns.md",{"path":371,"priority":336},"references/report-templates.md",{"path":373,"priority":374},"scripts/jql_builder.py","low",{"basePath":376,"description":377,"displayName":378,"installMethods":379,"rationale":380,"selectedPaths":381,"source":325,"sourceLanguage":18,"type":248},"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",[382],{"path":357,"priority":319},{"basePath":384,"description":385,"displayName":386,"installMethods":387,"rationale":388,"selectedPaths":389,"source":325,"sourceLanguage":18,"type":248},"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",[390,391,393,395],{"path":357,"priority":319},{"path":392,"priority":336},"references/breakdown-examples.md",{"path":394,"priority":336},"references/epic-templates.md",{"path":396,"priority":336},"references/ticket-writing-guide.md",{"basePath":245,"description":10,"displayName":13,"installMethods":398,"rationale":399,"selectedPaths":400,"source":325,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at skills/triage-issue/SKILL.md",[401,402,404],{"path":357,"priority":319},{"path":403,"priority":336},"references/bug-report-templates.md",{"path":405,"priority":336},"references/search-patterns.md",{"sources":407},[408],"manual",{"closedIssues90d":234,"description":410,"forks":235,"homepage":411,"license":240,"openIssues90d":236,"pushedAt":237,"readmeSize":232,"stars":238,"topics":412},"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":414,"discoverAt":415,"extractAt":416,"githubAt":416,"updatedAt":414},1778675712578,1778675708733,1778675710682,[216,215,218,217,214],{"evaluatedAt":243,"extractAt":288,"updatedAt":243},[],[421,455,481,502,528,553],{"_creationTime":422,"_id":423,"community":424,"display":425,"identity":431,"providers":437,"relations":447,"tags":450,"workflow":451},1778699368519.5344,"k17ab0jk30pqm4zejpk383w4dn86mj8t",{"reviewCount":8},{"description":426,"installMethods":427,"name":429,"sourceUrl":430},"Verwenden Sie dies, wenn die Arbeit von den Live-Browsersitzungs- oder gerenderten Zustand des Benutzers abhängt und nicht von statischen Abrufen, insbesondere für Browser-Debugging-Kontexte oder von DevTools ausgewählte Elemente oder Anfragen, angemeldeten Dashboards oder CMS-Flows, localhost-Apps, Formularen, Uploads, Downloads, Medieninspektion, DOM- oder iframe-Inspektion, Shadow DOM oder Browserfehlern, die wie Soft-404s, Authentifizierungswände, Anti-Bot-Prüfungen oder Ratenbegrenzungen aussehen.",{"claudeCode":428},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":432,"githubOwner":433,"githubRepo":434,"locale":435,"slug":436,"type":248},"skills/use-my-browser","xixu-me","skills","de","use-my-browser",{"evaluate":438,"extract":445},{"promptVersionExtension":207,"promptVersionScoring":208,"score":439,"tags":440,"targetMarket":219,"tier":444},100,[441,442,216,443,218],"browser","debugging","ux","verified",{"commitSha":278,"license":446},"MIT",{"repoId":448,"translatedFrom":449},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[216,441,442,218,443],{"evaluatedAt":452,"extractAt":453,"updatedAt":454},1778699261239,1778699106670,1778699368519,{"_creationTime":456,"_id":457,"community":458,"display":459,"identity":465,"providers":469,"relations":475,"tags":477,"workflow":478},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":460,"installMethods":461,"name":463,"sourceUrl":464},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":462},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":466,"githubOwner":467,"githubRepo":468,"locale":18,"slug":463,"type":248},"skills/github","steipete","clawdis",{"evaluate":470,"extract":474},{"promptVersionExtension":207,"promptVersionScoring":208,"score":439,"tags":471,"targetMarket":219,"tier":444},[463,472,473,218,216],"cli","api",{"commitSha":278},{"repoId":476},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[473,216,472,218,463],{"evaluatedAt":479,"extractAt":480,"updatedAt":479},1778698569289,1778697652123,{"_creationTime":482,"_id":483,"community":484,"display":485,"identity":489,"providers":491,"relations":498,"tags":499,"workflow":500},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":486,"installMethods":487,"name":488,"sourceUrl":464},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":462},"openclaw-testing",{"basePath":490,"githubOwner":467,"githubRepo":468,"locale":18,"slug":488,"type":248},".agents/skills/openclaw-testing",{"evaluate":492,"extract":497},{"promptVersionExtension":207,"promptVersionScoring":208,"score":439,"tags":493,"targetMarket":219,"tier":444},[494,495,496,216,218],"testing","ci","validation",{"commitSha":278},{"repoId":476},[216,495,218,494,496],{"evaluatedAt":501,"extractAt":480,"updatedAt":501},1778697962962,{"_creationTime":503,"_id":504,"community":505,"display":506,"identity":512,"providers":516,"relations":522,"tags":524,"workflow":525},1778685991755.7146,"k173ttgxb74pcsjy3q7p6h3psd86n14h",{"reviewCount":8},{"description":507,"installMethods":508,"name":510,"sourceUrl":511},"Use when the user mentions Jira issues (e.g., \"PROJ-123\"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like \"jira\", \"issue\", \"ticket\", \"sprint\", \"backlog\", or issue key patterns.",{"claudeCode":509},"davila7/claude-code-templates","Jira Skill","https://github.com/davila7/claude-code-templates",{"basePath":513,"githubOwner":514,"githubRepo":515,"locale":18,"slug":214,"type":248},"cli-tool/components/skills/ai-research/jira","davila7","claude-code-templates",{"evaluate":517,"extract":521},{"promptVersionExtension":207,"promptVersionScoring":208,"score":518,"tags":519,"targetMarket":219,"tier":444},99,[214,217,520,472,292],"workflow-management",{"commitSha":278,"license":446},{"repoId":523},"kd71fzn4s7r0269fkw47wt670n86ndz0",[472,217,214,292,520],{"evaluatedAt":526,"extractAt":527,"updatedAt":526},1778687462740,1778685991755,{"_creationTime":529,"_id":530,"community":531,"display":532,"identity":538,"providers":542,"relations":547,"tags":549,"workflow":550},1778686012417.8276,"k171s3pm44jcxneyrgd308km0n86n3b8",{"reviewCount":8},{"description":533,"installMethods":534,"name":536,"sourceUrl":537},"Manage Jira issues using `jira` (jira-cli). List and filter issues, create new tickets, transition issue status, manage sprints, and add comments — all from the terminal without opening a browser.",{"claudeCode":535},"daxaur/openpaw","c-jira","https://github.com/daxaur/openpaw",{"basePath":539,"githubOwner":540,"githubRepo":541,"locale":18,"slug":536,"type":248},"skills/c-jira","daxaur","openpaw",{"evaluate":543,"extract":546},{"promptVersionExtension":207,"promptVersionScoring":208,"score":273,"tags":544,"targetMarket":219,"tier":220},[214,472,217,545,246],"project-management",{"commitSha":278},{"repoId":548},"kd7bwdbyne8rrdfxt9ahxb6ved86mk9b",[246,472,217,214,545],{"evaluatedAt":551,"extractAt":552,"updatedAt":551},1778686373874,1778686012417,{"_creationTime":554,"_id":555,"community":556,"display":557,"identity":563,"providers":568,"relations":576,"tags":579,"workflow":580},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":558,"installMethods":559,"name":561,"sourceUrl":562},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":560},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":564,"githubOwner":565,"githubRepo":566,"locale":18,"slug":567,"type":248},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":569,"extract":575},{"promptVersionExtension":207,"promptVersionScoring":208,"score":439,"tags":570,"targetMarket":219,"tier":444},[571,572,294,573,216,472,574],"git","development-environment","tmux","developer-tool",{"commitSha":278,"license":446},{"parentExtensionId":577,"repoId":578},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[216,472,574,572,571,573,294],{"evaluatedAt":581,"extractAt":582,"updatedAt":581},1778699613343,1778699234184]