[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-ykdojo-gh-star-region-breakdown-zh-CN":3,"guides-for-ykdojo-gh-star-region-breakdown":381,"similar-k17e27yjsebq4zh1z6wrbpb69586n928-zh-CN":382},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":228,"parentExtension":249,"providers":303,"relations":307,"repo":309,"tags":378,"workflow":379},1778699377475.2075,"k17e27yjsebq4zh1z6wrbpb69586n928",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"获取 stargazer 的位置，对区域进行分类，并生成区域细分图表",{"claudeCode":12},"ykdojo/gh-star-history","gh-star-region-breakdown","https://github.com/ykdojo/gh-star-history",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":242},1778699377475.2078,"kn79qjt1rs68p6qvpcy0xktfzx86m657","zh-CN",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"tier":220,"useCases":221},[21,26,29,32,36,39,43,48,51,54,58,63,67,72,75,78,81,84,87,90,94,98,102,106,110,113,116,119,123,126,129,132,135,138,141,145,149,153,156,160,163,166,169,172,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","描述清楚地说明了获取和可视化 stargazer 位置及分类的问题。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","该技能通过自动化从 GitHub stargazer 获取、分类和可视化地理数据的复杂过程，提供了比简单提示（手动执行将不切实际）更大的价值。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该技能涵盖了获取、分类和生成图表的完整生命周期，并具有清晰的步骤和分类的备用机制。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该技能仅专注于获取和分析 GitHub stargazer 位置并生成区域细分图表，遵循单一职责。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","描述准确地反映了该技能的功能：获取 stargazer 位置，分类区域，并生成细分图表。",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","该技能利用了范围明确的 CLI 命令，如 `gh-star-region` 和 `gh-star-unclassified`，避免了通用的执行工具。",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","虽然工作流程已描述，但区域的具体分类规则以文本形式提供，而不是作为可配置参数或文档化的映射。",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","工具名称（`gh-star-region`、`gh-star-unclassified`）具有描述性，并且与其功能相关。",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","该工具的输入集中在存储库所有者/存储库上，输出是特定的数据文件或图表，没有多余的信息。",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","该项目已获得 MIT 许可证，这是一个宽松的开源许可证。",{"category":59,"check":60,"severity":61,"summary":62},"Maintenance","Commit recency","critical","上次提交是在 3 个多月前（2026-03-23），这表明可能已弃用。",{"category":59,"check":64,"severity":65,"summary":66},"Dependency Management","warning","该项目使用 Node.js，很可能有依赖项，但没有明确的证据表明进行了漏洞扫描或除了手动更新之外还有更新机制。",{"category":68,"check":69,"severity":70,"summary":71},"Security","Secret Management","not_applicable","该技能似乎不处理任何秘密。",{"category":68,"check":73,"severity":24,"summary":74},"Injection","该技能处理外部数据（位置），但将其视为分类数据，而不是可执行指令。",{"category":68,"check":76,"severity":24,"summary":77},"Transitive Supply-Chain Grenades","该技能依赖于 GitHub CLI 和本地脚本，没有证据表明有运行时下载可解释为指令的任意代码或数据。",{"category":68,"check":79,"severity":24,"summary":80},"Sandbox Isolation","脚本操作仅限于数据获取、临时文件内的分类以及图表生成，没有迹象表明修改项目或用户主目录以外的文件，除了指定的缓存位置。",{"category":68,"check":82,"severity":24,"summary":83},"Sandbox escape primitives","没有被拒绝调用的分离进程或重试循环的证据。",{"category":68,"check":85,"severity":24,"summary":86},"Data Exfiltration","该技能收集 stargazer 位置并进行处理，但不将机密数据提交给第三方。",{"category":68,"check":88,"severity":24,"summary":89},"Hidden Text Tricks","捆绑的内容和描述似乎没有隐藏的操纵技巧或混淆。",{"category":91,"check":92,"severity":24,"summary":93},"Hooks","Opaque code execution","脚本似乎是普通的、可读的 JavaScript 和 shell 命令，没有像 base64 负载或 eval 这样的混淆。",{"category":95,"check":96,"severity":24,"summary":97},"Portability","Structural Assumption","该技能使用相对路径处理临时文件，并指定缓存目录，避免了对任意用户项目结构的假设。",{"category":99,"check":100,"severity":24,"summary":101},"Trust","Issues Attention","在过去 90 天内没有打开的 issue，也没有关闭的 issue，表明没有近期活动或问题。",{"category":103,"check":104,"severity":65,"summary":105},"Versioning","Release Management","在 frontmatter、package.json 或 GitHub releases 中没有明确的版本控制，并且安装命令引用了 `main` 分支，使得版本固定变得困难。",{"category":107,"check":108,"severity":46,"summary":109},"Code Execution","Validation","该技能处理位置和计数，但从 SKILL.md 中看不出对输入和输出的显式模式验证。",{"category":68,"check":111,"severity":24,"summary":112},"Unguarded Destructive Operations","该技能在修改外部存储库或关键系统文件方面是只读的；创建临时文件是其操作的标准。",{"category":107,"check":114,"severity":65,"summary":115},"Error Handling","SKILL.md 概述了步骤，但没有详细说明 API 调用失败、分类问题或文件操作的具体错误处理，使得恢复路径不明确。",{"category":107,"check":117,"severity":70,"summary":118},"Logging","该技能不执行会产生审计日志的破坏性操作或出站调用。",{"category":120,"check":121,"severity":24,"summary":122},"Compliance","GDPR","该技能操作的是公共 GitHub 位置数据，不处理需要 GDPR 清理的个人数据。",{"category":120,"check":124,"severity":24,"summary":125},"Target market","该技能的范围是全球性的，分析 GitHub 位置，不考虑特定的地理或法律管辖区。",{"category":95,"check":127,"severity":24,"summary":128},"Runtime stability","该技能假设使用 Node.js 和 GitHub CLI，这是标准的开发工具，脚本执行使用标准命令。",{"category":44,"check":130,"severity":24,"summary":131},"README","README 清楚地解释了工具的目的、先决条件、用法，并提供了示例。",{"category":33,"check":133,"severity":70,"summary":134},"Tool surface size","这是一个编排 CLI 工具的技能，而不是公开多个不同工具的技能。",{"category":40,"check":136,"severity":24,"summary":137},"Overlapping near-synonym tools","该技能编排了不同的 CLI 命令（`gh-star-region` 和 `gh-star-unclassified`），没有重叠的近义词。",{"category":44,"check":139,"severity":24,"summary":140},"Phantom features","所有宣传的功能（获取、分类、图表生成）在 SKILL.md 中都有相应的步骤和工具。",{"category":142,"check":143,"severity":24,"summary":144},"Install","Installation instruction","README 和 SKILL.md 通过 `npx` 和 `gh auth login` 提供了清晰的安装说明，以及可复制粘贴的调用示例。",{"category":146,"check":147,"severity":46,"summary":148},"Errors","Actionable error messages","SKILL.md 概述了步骤，但没有明确说明用户界面错误消息或潜在失败（如分类或获取过程中）的补救步骤。",{"category":150,"check":151,"severity":65,"summary":152},"Execution","Pinned dependencies","该项目依赖 Node.js，但提供的上下文中没有明确提及固定依赖项或锁文件，并且脚本缺少副作用标头。",{"category":33,"check":154,"severity":70,"summary":155},"Dry-run preview","该技能的主要操作涉及获取数据和生成本地文件/图表，而不是需要干运行的状态更改操作。",{"category":157,"check":158,"severity":70,"summary":159},"Protocol","Idempotent retry & timeouts","该技能主要编排本地 CLI 工具，不涉及需要幂等性或超时设置的远程变异操作。",{"category":120,"check":161,"severity":24,"summary":162},"Telemetry opt-in","没有迹象表明该技能会收集或发出遥测数据。",{"category":40,"check":164,"severity":24,"summary":165},"Precise Purpose","该技能精确地说明了其目的（获取 stargazer 位置、分类区域、生成细分图表），并提供了带有参数提示的清晰使用说明。",{"category":40,"check":167,"severity":24,"summary":168},"Concise Frontmatter","SKILL.md 中的 frontmatter 简洁明了，有效地总结了该技能的核心功能和参数提示。",{"category":44,"check":170,"severity":24,"summary":171},"Concise Body","SKILL.md 正文简洁，概述了工作流程，并将更深入的材料委托给脚本命令。",{"category":173,"check":174,"severity":24,"summary":175},"Context","Progressive Disclosure","SKILL.md 概述了主要步骤，并依赖 CLI 命令执行，有效地使用了渐进式披露。",{"category":173,"check":177,"severity":70,"summary":178},"Forked exploration","该技能不是一个需要 `context: fork` 的探索密集型技能。",{"category":22,"check":180,"severity":24,"summary":181},"Usage examples","SKILL.md 和 README 提供了清晰、可直接使用的示例，用于获取和生成图表，包括处理多个存储库。",{"category":22,"check":183,"severity":46,"summary":184},"Edge cases","分类规则提到了处理“模糊/笑话地点”，但没有明确说明其他失败模式，如 API 速率限制或网络问题及其恢复。",{"category":107,"check":186,"severity":70,"summary":187},"Tool Fallback","该技能编排 CLI 命令，不依赖于可选的外部 MCP 服务器。",{"category":189,"check":190,"severity":46,"summary":191},"Safety","Halt on unexpected state","虽然该技能概述了步骤，但没有明确说明停止处理意外状态（如脏工作目录或过期凭证）的前提条件或说明。",{"category":95,"check":193,"severity":24,"summary":194},"Cross-skill coupling","该技能是独立的，不隐式依赖其他技能；与任何其他工具的交互都通过标准的 CLI 调用进行。",1778699334731,"该技能会为给定的 GitHub 存储库获取 stargazer 数据，使用预定义的规则将其位置分类到区域，并生成一个可视化区域随时间细分的交互式图表。它利用命令行工具并缓存数据以避免重复获取。",[198,199,200,201,202],"从 GitHub 获取 stargazer 位置","将位置分类为标准区域","生成交互式区域细分图表","缓存 stargazer 数据以提高效率","支持多个存储库比较",[204,205,206,207],"分析非 stargazer 存储库数据","提供用户的实时位置跟踪","对预定义规则以外的位置进行分类","生成除 stargazer 位置以外指标的图表","3.0.0","4.4.0","通过自动获取、分类和可视化 stargazer 数据，提供对 GitHub 存储库 stargazer 地理分布的见解。","“提交时效性”的关键发现和“发布管理”的警告严重影响了得分。虽然该技能功能齐全且文档完善，但其维护状态和缺乏清晰的版本控制令人担忧。",78,"一个文档齐全的技能，用于分析 GitHub stargazer 位置并生成区域细分图表，但缺少最近的提交和清晰的版本控制。",[215,216,217,218,219],"github","stargazers","locations","charts","cli","flagged",[222,223,224,225],"了解 GitHub 存储库的全球受众","识别项目的关键地理社区","可视化 stargazer 人口统计数据随时间的变化","比较不同存储库的区域吸引力",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"popularity":237,"security":239,"testCoverage":241},{"hasLockfile":228},false,1778699321818,{"descriptionLength":231,"readmeSize":232},82,3966,{"closedIssues90d":8,"forks":234,"hasChangelog":228,"openIssues90d":8,"pushedAt":235,"stars":236},1,1774234652000,4,{"npmDownloads":238},61,{"hasNpmPackage":240,"smitheryVerified":228},true,{"hasCi":228,"hasTests":228},{"updatedAt":243},1778699377475,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"skills/gh-star-region-breakdown","ykdojo","gh-star-history","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":256,"parentExtension":260,"providers":290,"relations":298,"tags":299,"workflow":300},1778699292144.0032,"k17fe6s94fjdc8rxmdf84pkmxn86mdj6",{"reviewCount":8},{"description":254,"installMethods":255,"name":247,"sourceUrl":14},"Visualize GitHub star history and regional breakdown as interactive charts",{"claudeCode":247},{"basePath":257,"githubOwner":246,"githubRepo":247,"locale":258,"slug":247,"type":259},"","en","plugin",{"_creationTime":261,"_id":262,"community":263,"display":264,"identity":267,"providers":269,"relations":283,"tags":285,"workflow":286},1778699292144.003,"k173vsjv1dz7s7yg0q68k6kqyh86nw99",{"reviewCount":8},{"description":265,"installMethods":266,"name":247,"sourceUrl":14},"Visualize GitHub star history and regional breakdown as interactive charts. Date range selection, star growth tracking, period comparison, and dynamic regional breakdown.",{"claudeCode":12},{"basePath":257,"githubOwner":246,"githubRepo":247,"locale":258,"slug":247,"type":268},"marketplace",{"evaluate":270,"extract":278},{"promptVersionExtension":271,"promptVersionScoring":209,"score":272,"tags":273,"targetMarket":276,"tier":277},"3.1.0",76,[215,274,218,219,275],"visualization","developer-tools","global","community",{"commitSha":279,"marketplace":280,"plugin":281},"HEAD",{"name":247,"pluginCount":234},{"mcpCount":8,"provider":282,"skillCount":8},"classify",{"repoId":284},"kd77szt0n2xmzq3jhpjeaqvs3186ms73",[218,219,275,215,274],{"evaluatedAt":287,"extractAt":288,"updatedAt":289},1778699305536,1778699292144,1778699388925,{"evaluate":291,"extract":295},{"promptVersionExtension":208,"promptVersionScoring":209,"score":292,"tags":293,"targetMarket":276,"tier":277},97,[215,219,274,218,275,294],"repository-analysis",{"commitSha":279,"license":296,"plugin":297},"MIT",{"mcpCount":8,"provider":282,"skillCount":234},{"parentExtensionId":262,"repoId":284},[218,219,275,215,294,274],{"evaluatedAt":301,"extractAt":288,"updatedAt":302},1778699321467,1778699389133,{"evaluate":304,"extract":306},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":305,"targetMarket":276,"tier":220},[215,216,217,218,219],{"commitSha":279},{"parentExtensionId":251,"repoId":284,"translatedFrom":308},"k17bphzeyxgdtwrpkz0yr80hyd86nf8q",{"_creationTime":310,"_id":284,"identity":311,"providers":312,"workflow":373},1778699285204.748,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":313,"discover":360,"extract":363,"github":364,"npm":372},{"commitSha":279,"extensions":314},[315,325,342,349],{"basePath":257,"displayName":247,"installMethods":316,"rationale":317,"selectedPaths":318,"source":324,"sourceLanguage":258,"type":268},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[319,322],{"path":320,"priority":321},".claude-plugin/marketplace.json","mandatory",{"path":323,"priority":321},"README.md","rule",{"basePath":257,"description":254,"displayName":247,"installMethods":326,"license":296,"rationale":327,"selectedPaths":328,"source":324,"sourceLanguage":258,"type":259},{"claudeCode":247},"plugin manifest at .claude-plugin/plugin.json",[329,331,332,335,338,340],{"path":330,"priority":321},".claude-plugin/plugin.json",{"path":323,"priority":321},{"path":333,"priority":334},"skills/gh-star-region-breakdown/SKILL.md","medium",{"path":336,"priority":337},"bin/cli-region.js","low",{"path":339,"priority":337},"bin/cli.js",{"path":341,"priority":337},"bin/list-unclassified.js",{"basePath":245,"description":343,"displayName":13,"installMethods":344,"rationale":345,"selectedPaths":346,"source":324,"sourceLanguage":258,"type":248},"Fetch stargazer locations, classify regions, and generate a region breakdown chart",{"claudeCode":12},"SKILL.md frontmatter at skills/gh-star-region-breakdown/SKILL.md",[347],{"path":348,"priority":321},"SKILL.md",{"basePath":257,"description":350,"displayName":247,"installMethods":351,"rationale":352,"selectedPaths":353,"source":324,"sourceLanguage":258,"type":219},"Visualize and compare GitHub star history as interactive charts, powered by gh CLI",{"npm":247},"cli ecosystem detected at /",[354,356,357,358,359],{"path":355,"priority":321},"package.json",{"path":323,"priority":321},{"path":339,"priority":334},{"path":336,"priority":334},{"path":341,"priority":334},{"sources":361},[362],"manual",{"npmPackage":247},{"closedIssues90d":8,"description":265,"forks":234,"openIssues90d":8,"pushedAt":235,"readmeSize":232,"stars":236,"topics":365},[219,215,366,367,368,274,369,370,371],"github-stars","nodejs","star-history","analytics","interactive-charts","plotly",{"downloads":238},{"classifiedAt":374,"discoverAt":375,"extractAt":376,"githubAt":376,"npmAt":377,"updatedAt":374},1778699291955,1778699285204,1778699287855,1778699290127,[218,219,215,217,216],{"evaluatedAt":380,"extractAt":288,"updatedAt":243},1778699334851,[],[383,410,441,469,493,513],{"_creationTime":384,"_id":385,"community":386,"display":387,"identity":392,"providers":396,"relations":404,"tags":406,"workflow":407},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":388,"installMethods":389,"name":215,"sourceUrl":391},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":390},"steipete/clawdis","https://github.com/steipete/clawdis",{"basePath":393,"githubOwner":394,"githubRepo":395,"locale":258,"slug":215,"type":248},"skills/github","steipete","clawdis",{"evaluate":397,"extract":403},{"promptVersionExtension":208,"promptVersionScoring":209,"score":398,"tags":399,"targetMarket":276,"tier":402},100,[215,219,400,275,401],"api","automation","verified",{"commitSha":279},{"repoId":405},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[400,401,219,275,215],{"evaluatedAt":408,"extractAt":409,"updatedAt":408},1778698569289,1778697652123,{"_creationTime":411,"_id":412,"community":413,"display":414,"identity":420,"providers":425,"relations":434,"tags":437,"workflow":438},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":415,"installMethods":416,"name":418,"sourceUrl":419},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":417},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":421,"githubOwner":422,"githubRepo":423,"locale":258,"slug":424,"type":248},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":426,"extract":433},{"promptVersionExtension":208,"promptVersionScoring":209,"score":398,"tags":427,"targetMarket":276,"tier":402},[428,429,430,431,432,219],"finance","trading","market-analysis","ai","typescript",{"commitSha":279,"license":296},{"parentExtensionId":435,"repoId":436},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[431,219,428,430,429,432],{"evaluatedAt":439,"extractAt":440,"updatedAt":439},1778701108877,1778696691708,{"_creationTime":442,"_id":443,"community":444,"display":445,"identity":451,"providers":455,"relations":462,"tags":465,"workflow":466},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":446,"installMethods":447,"name":449,"sourceUrl":450},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":448},"Yeachan-Heo/oh-my-claudecode","setup","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":452,"githubOwner":453,"githubRepo":454,"locale":258,"slug":449,"type":248},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":456,"extract":461},{"promptVersionExtension":208,"promptVersionScoring":209,"score":398,"tags":457,"targetMarket":276,"tier":402},[449,458,459,219,460],"routing","configuration","mcp",{"commitSha":279},{"parentExtensionId":463,"repoId":464},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[219,459,460,458,449],{"evaluatedAt":467,"extractAt":468,"updatedAt":467},1778699724286,1778699234184,{"_creationTime":470,"_id":471,"community":472,"display":473,"identity":477,"providers":480,"relations":489,"tags":490,"workflow":491},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":474,"installMethods":475,"name":476,"sourceUrl":450},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":448},"Project Session Manager",{"basePath":478,"githubOwner":453,"githubRepo":454,"locale":258,"slug":479,"type":248},"skills/project-session-manager","project-session-manager",{"evaluate":481,"extract":488},{"promptVersionExtension":208,"promptVersionScoring":209,"score":398,"tags":482,"targetMarket":276,"tier":402},[483,484,485,486,401,219,487],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":279,"license":296},{"parentExtensionId":463,"repoId":464},[401,219,487,484,483,486,485],{"evaluatedAt":492,"extractAt":468,"updatedAt":492},1778699613343,{"_creationTime":494,"_id":495,"community":496,"display":497,"identity":501,"providers":503,"relations":509,"tags":510,"workflow":511},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":498,"installMethods":499,"name":500,"sourceUrl":450},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":448},"mcp-setup",{"basePath":502,"githubOwner":453,"githubRepo":454,"locale":258,"slug":500,"type":248},"skills/mcp-setup",{"evaluate":504,"extract":508},{"promptVersionExtension":208,"promptVersionScoring":209,"score":398,"tags":505,"targetMarket":276,"tier":402},[460,459,219,506,507],"agent","tooling",{"commitSha":279},{"parentExtensionId":463,"repoId":464},[506,219,459,460,507],{"evaluatedAt":512,"extractAt":468,"updatedAt":512},1778699492025,{"_creationTime":514,"_id":515,"community":516,"display":517,"identity":520,"providers":523,"relations":531,"tags":532,"workflow":533},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":518,"installMethods":519,"name":454,"sourceUrl":450},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":448},{"basePath":521,"githubOwner":453,"githubRepo":454,"locale":258,"slug":522,"type":248},"skills/ask","ask",{"evaluate":524,"extract":530},{"promptVersionExtension":208,"promptVersionScoring":209,"score":398,"tags":525,"targetMarket":276,"tier":402},[219,401,526,527,528,529],"llm","prompting","code-review","artifact-generation",{"commitSha":279,"license":296},{"parentExtensionId":463,"repoId":464},[529,401,219,528,526,527],{"evaluatedAt":534,"extractAt":468,"updatedAt":534},1778699303045]