[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-rohithzr-sync-profiles-zh-CN":3,"guides-for-rohithzr-sync-profiles":406,"similar-k17e5vpd67hvn46nw2vp9xzq0x86mr49-zh-CN":407},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":239,"isFallback":223,"parentExtension":244,"providers":296,"relations":300,"repo":302,"tags":403,"workflow":404},1778696787924.3765,"k17e5vpd67hvn46nw2vp9xzq0x86mr49",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"用于在用户想要列出、创建、切换、删除、比较或检查配置同步配置文件时使用。",{"claudeCode":12},"rohithzr/claudebase","sync-profiles","https://github.com/rohithzr/claudebase",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":221,"workflow":237},1778696787924.3767,"kn7bs92b6j3wx8je5e7rq3t3wx86nhxb","zh-CN",{"checks":20,"evaluatedAt":190,"extensionSummary":191,"features":192,"nonGoals":198,"promptVersionExtension":202,"promptVersionScoring":203,"purpose":204,"rationale":205,"score":206,"summary":207,"tags":208,"tier":215,"useCases":216},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,89,93,97,101,105,108,111,114,118,121,124,127,130,133,136,140,144,148,151,156,157,161,164,167,170,173,177,180,183,186,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","描述清楚地说明了该扩展用于列出、创建、切换、删除、比较或检查配置同步配置文件，直接解决了用户的问题。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","该扩展通过 GitHub 同步提供了管理 Claude Code 环境的全面解决方案，包括秘密扫描、多机安全性和配置文件等功能，超越了简单的基于提示的管理。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该扩展涵盖了 Claude Code 配置管理的完整生命周期，包括设置、推送、拉取、状态检查、配置文件管理和配置查看，使其能够投入生产使用。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该扩展仅专注于同步和管理 Claude Code 配置，提供用于配置文件管理和核心同步操作的专用工具，遵循单一职责原则。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","提供的描述准确而简洁地反映了该扩展用于管理配置同步配置文件的目的。",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","该扩展公开了窄范围的动词-名词工具，如 `list`、`create`、`delete`、`diff` 和 `info` 用于配置文件管理，以及用于同步操作（`sync-pull.sh`）的特定脚本。",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","SKILL.md 文件记录了可用的操作及其参数，README 详细介绍了配置设置及其默认值。",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","工具名称，如 `list`、`create`、`switch`、`delete`、`diff`、`info`、`sync-push`、`sync-pull` 和 `sync-status`，都具有描述性并遵循 kebab-case 约定。",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","输入参数，如配置文件名称和标志（`--from`、`--dry-run`），都很具体，并且 SKILL.md 和 README 中的输出描述都集中在预期的结果上。",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","该扩展根据 MIT 许可证获得许可，如 LICENSE 文件所示，并通过信任信号确认。",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","最后一次提交是在 2026 年 4 月 12 日，属于最近 3 个月内。",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","该扩展依赖于外部工具（`gh`、`jq`、`git`、`bash`），README 提供了这些依赖项在不同平台上的清晰安装说明。",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","该扩展明确表示在同步操作期间会阻止 API 密钥和令牌，并使用 GitHub CLI 进行身份验证，避免硬编码秘密。",{"category":65,"check":69,"severity":24,"summary":70},"Injection","该扩展处理用户参数和命令，但似乎不执行来自不受信任来源的任意代码；它会协调特定的脚本。",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","所有依赖项和脚本都包含在存储库中；没有运行时代码或数据获取，这可能会引入外部风险。",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","脚本在指定的配置文件上运行，并使用相对路径或标准工具命令，避免在项目范围之外进行修改。",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","在提供的脚本中未观察到分离的进程生成或围绕被拒绝的工具调用的重试循环。",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","该扩展专注于将本地配置同步到私有 GitHub 存储库，并明确阻止 API 密钥等敏感数据被同步或泄露。",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","捆绑的文件和描述似乎没有隐藏的控制技巧、Unicode 标签字符或其他混淆技术。",{"category":65,"check":87,"severity":24,"summary":88},"Opaque code execution","捆绑的脚本是标准的 Bash 脚本且可读，没有 base64 编码或运行时脚本获取等混淆证据。",{"category":90,"check":91,"severity":24,"summary":92},"Portability","Structural Assumption","该扩展假定存在标准的 Claude Code 和 Git/GitHub 结构，并在找不到预期路径时提供清晰的错误消息。",{"category":94,"check":95,"severity":24,"summary":96},"Trust","Issues Attention","在过去 90 天内有 0 个打开和 0 个关闭的 issue，表明这是一个新项目或维护良好的项目，没有未解决的问题。",{"category":98,"check":99,"severity":24,"summary":100},"Versioning","Release Management","SKILL.md 的 frontmatter 中声明了一个有意义的版本（0.2.0），并且与 README 徽章匹配，同时存在 CHANGELOG.md 文件。",{"category":102,"check":103,"severity":24,"summary":104},"Code Execution","Validation","脚本似乎根据定义的动作和预期的参数验证输入参数，并且 README 概述了特定的用法模式。",{"category":65,"check":106,"severity":24,"summary":107},"Unguarded Destructive Operations","删除和切换配置文件的破坏性操作受到提示或特定标志（`--force`、`--dry-run`）的保护，并且无法删除活动配置文件。",{"category":102,"check":109,"severity":24,"summary":110},"Error Handling","脚本是用 Bash 编写的，预期在出错时会以非零状态退出，并且 README 详细说明了故障模式和恢复步骤。",{"category":102,"check":112,"severity":24,"summary":113},"Logging","该扩展为推送/拉取操作提供了 `--dry-run` 功能，允许用户预览更改，并通过 git 历史记录和可能的脚本输出来隐式记录操作。",{"category":115,"check":116,"severity":24,"summary":117},"Compliance","GDPR","该扩展同步配置文件，不处理用户配置设置之外的个人数据，没有明确的 PII 处理。",{"category":115,"check":119,"severity":24,"summary":120},"Target market","该扩展在本地文件和 GitHub 上运行，没有区域限制，因此其目标市场是全球性的。",{"category":90,"check":122,"severity":24,"summary":123},"Runtime stability","该扩展的要求（gh、jq、git、bash）已在多个平台上清晰记录，并且它依赖于标准的工具。",{"category":44,"check":125,"severity":24,"summary":126},"README","README 提供了全面的概述、安装、快速入门、示例和技术细节。",{"category":33,"check":128,"severity":24,"summary":129},"Tool surface size","该扩展公开了与配置文件管理和同步相关的合理数量的工具和命令。",{"category":40,"check":131,"severity":24,"summary":132},"Overlapping near-synonym tools","工具名称是不同的，并涵盖了具体的操作（例如，`create`、`delete`、`list`、`switch`、`diff` 用于配置文件；`push`、`pull` 用于同步）。",{"category":44,"check":134,"severity":24,"summary":135},"Phantom features","README 中宣传的所有功能，如秘密扫描、多机安全性和配置文件，都通过提供的脚本和命令实现。",{"category":137,"check":138,"severity":24,"summary":139},"Install","Installation instruction","README 提供了清晰的 Claude Code 及其依赖项的安装说明，以及可复制粘贴的调用示例。",{"category":141,"check":142,"severity":24,"summary":143},"Errors","Actionable error messages","SKILL.md 和 README 提到了故障模式和恢复步骤的处理，并且脚本预计会提供清晰的错误消息。",{"category":145,"check":146,"severity":24,"summary":147},"Execution","Pinned dependencies","用户应通过包管理器安装外部依赖项（如 `gh`、`jq`、`git`），并且脚本本身已捆绑。",{"category":33,"check":149,"severity":24,"summary":150},"Dry-run preview","该扩展为推送和拉取操作提供了 `--dry-run` 标志，允许用户在执行前预览更改。",{"category":152,"check":153,"severity":154,"summary":155},"Protocol","Idempotent retry & timeouts","not_applicable","该扩展主要通过 Git 命令与本地文件和私有 GitHub 存储库交互，这些命令通常是幂等的或由 Git 本身处理；它不涉及具有严格超时要求的远程调用。",{"category":65,"check":106,"severity":24,"summary":107},{"category":158,"check":159,"severity":24,"summary":160},"Context","Progressive Disclosure","SKILL.md 提供了高级命令并链接到外部脚本，而 README 提供了详细的示例和用法说明。",{"category":158,"check":162,"severity":154,"summary":163},"Forked exploration","该技能的工作流程主要不基于深入探索或代码审查；它专注于配置管理和同步，因此 `context: fork` 不适用。",{"category":22,"check":165,"severity":24,"summary":166},"Usage examples","README 提供了全面的、可直接使用的示例，涵盖了跨机器同步、切换上下文和预览更改等各种场景。",{"category":22,"check":168,"severity":24,"summary":169},"Edge cases","README 提到了冲突推送、秘密扫描覆盖以及无法删除活动配置文件等故障模式，以及拉取优先或使用 `--force` 等恢复步骤。",{"category":102,"check":171,"severity":24,"summary":172},"Tool Fallback","该扩展依赖用户安装的标准命令行工具（`gh`、`jq`、`git`、`bash`），并且 README 提供了这些工具的安装说明。",{"category":174,"check":175,"severity":24,"summary":176},"Safety","Halt on unexpected state","该扩展的文档暗示删除和切换等操作受到保护，并且冲突的推送会被检测到并阻止，从而促进了安全的工作流程。",{"category":90,"check":178,"severity":24,"summary":179},"Cross-skill coupling","该技能是独立的，专注于配置同步；它似乎不隐式依赖其他技能或在未明确命名的��况下处理相邻任务。",{"category":40,"check":181,"severity":24,"summary":182},"Precise Purpose","描述清楚地说明了该扩展的目的是管理配置同步配置文件，并列出了具体的操作（list、create、switch、delete、compare、inspect），提供了精确的路由信息。",{"category":40,"check":184,"severity":24,"summary":185},"Concise Frontmatter","SKILL.md 的 frontmatter 很简洁，具有清晰的描述和参数提示，有效地总结了核心功能。",{"category":44,"check":187,"severity":24,"summary":188},"Concise Body","SKILL.md 很简洁，将详细示例和用法委托给 README，脚本本身是独立的文件。",{"category":158,"check":159,"severity":24,"summary":160},1778696685724,"此扩展将您的整个 Claude Code 环境同步并管理到私有 GitHub 存储库，支持配置文件切换、秘密扫描和多机冲突检测。",[193,194,195,196,197],"将 Claude Code 环境同步到 GitHub","管理多个配置配置文件","提供秘密扫描和冲突检测","支持在工作、个人和团队配置之间切换","包含更改的预览",[199,200,201],"管理对话或会话。","同步 Claude Code 环境之外的本地文件。","在用户干预的情况下自动执行脚本或安装依赖项。","3.0.0","4.4.0","使用 Git 和 GitHub 管理和同步您的 Claude Code 环境，实现强大的备份和版本控制。","所有检查均通过“pass”级别，表明在所有评估类别中均符合高质量和最佳实践。",100,"Claude Code 配置管理的优质扩展，具备强大的安全性和可用性功能。",[209,210,211,212,213,214],"configuration","sync","backup","profiles","github","git","verified",[217,218,219,220],"在多台机器之间同步 Claude Code 设置。","在不同的配置配置文件（工作、个人、团队）之间切换。","在推送或拉取配置更新之前预览更改。","通过恢复到以前的状态来从错误的更改中恢复。",{"codeQuality":222,"collectedAt":224,"documentation":225,"maintenance":228,"security":234,"testCoverage":236},{"hasLockfile":223},false,1778696669085,{"descriptionLength":226,"readmeSize":227},98,8735,{"closedIssues90d":8,"forks":229,"hasChangelog":230,"manifestVersion":231,"openIssues90d":8,"pushedAt":232,"stars":233},1,true,"0.2.0",1775985307000,13,{"hasNpmPackage":223,"license":235,"smitheryVerified":223},"MIT",{"hasCi":230,"hasTests":230},{"updatedAt":238},1778696787924,{"basePath":240,"githubOwner":241,"githubRepo":242,"locale":18,"slug":13,"type":243},"skills/sync-profiles","rohithzr","claudebase","skill",{"_creationTime":245,"_id":246,"community":247,"display":248,"identity":251,"parentExtension":255,"providers":283,"relations":291,"tags":292,"workflow":293},1778696622831.4927,"k17brwsz1rsvvtg8zjs955raex86mnh6",{"reviewCount":8},{"description":249,"installMethods":250,"name":242,"sourceUrl":14},"Back up and restore your entire Claude Code environment to a private GitHub repo",{"claudeCode":242},{"basePath":252,"githubOwner":241,"githubRepo":242,"locale":253,"slug":242,"type":254},"","en","plugin",{"_creationTime":256,"_id":257,"community":258,"display":259,"identity":261,"providers":263,"relations":276,"tags":278,"workflow":279},1778696622831.4924,"k17763b5qrzy422r827rzrhtr586nzzh",{"reviewCount":8},{"description":249,"installMethods":260,"name":241,"sourceUrl":14},{"claudeCode":12},{"basePath":252,"githubOwner":241,"githubRepo":242,"locale":253,"slug":242,"type":262},"marketplace",{"evaluate":264,"extract":271},{"promptVersionExtension":265,"promptVersionScoring":203,"score":266,"tags":267,"targetMarket":269,"tier":270},"3.1.0",92,[211,210,213,209,268],"productivity","global","community",{"commitSha":272,"marketplace":273,"plugin":274},"HEAD",{"name":241,"pluginCount":229},{"mcpCount":8,"provider":275,"skillCount":8},"classify",{"repoId":277},"kd7e1fmwvfp6n226mj6hy2fzds86n8kk",[211,209,213,268,210],{"evaluatedAt":280,"extractAt":281,"updatedAt":282},1778696636294,1778696622831,1778696817085,{"evaluate":284,"extract":288},{"promptVersionExtension":202,"promptVersionScoring":203,"score":285,"tags":286,"targetMarket":269,"tier":215},99,[211,210,213,209,212,287],"settings",{"commitSha":272,"license":235,"plugin":289},{"mcpCount":8,"provider":275,"skillCount":290},6,{"parentExtensionId":257,"repoId":277},[211,209,213,212,287,210],{"evaluatedAt":294,"extractAt":281,"updatedAt":295},1778696654196,1778696817319,{"evaluate":297,"extract":299},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":298,"targetMarket":269,"tier":215},[209,210,211,212,213,214],{"commitSha":272},{"parentExtensionId":246,"repoId":277,"translatedFrom":301},"k17bxmr12gvehnjqa9dv7m8ebn86mbe5",{"_creationTime":303,"_id":277,"identity":304,"providers":305,"workflow":399},1778696618347.8665,{"githubOwner":241,"githubRepo":242,"sourceUrl":14},{"classify":306,"discover":393,"github":396},{"commitSha":272,"extensions":307},[308,321,346,355,361,369,377,385],{"basePath":252,"description":249,"displayName":241,"installMethods":309,"rationale":310,"selectedPaths":311,"source":320,"sourceLanguage":253,"type":262},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[312,315,317],{"path":313,"priority":314},".claude-plugin/marketplace.json","mandatory",{"path":316,"priority":314},"README.md",{"path":318,"priority":319},"LICENSE","high","rule",{"basePath":252,"description":249,"displayName":242,"installMethods":322,"license":235,"rationale":323,"selectedPaths":324,"source":320,"sourceLanguage":253,"type":254},{"claudeCode":242},"plugin manifest at .claude-plugin/plugin.json",[325,327,328,329,332,334,336,338,340,342,344],{"path":326,"priority":314},".claude-plugin/plugin.json",{"path":316,"priority":314},{"path":318,"priority":319},{"path":330,"priority":331},"skills/sync-config/SKILL.md","medium",{"path":333,"priority":331},"skills/sync-profiles/SKILL.md",{"path":335,"priority":331},"skills/sync-pull/SKILL.md",{"path":337,"priority":331},"skills/sync-push/SKILL.md",{"path":339,"priority":331},"skills/sync-setup/SKILL.md",{"path":341,"priority":331},"skills/sync-status/SKILL.md",{"path":343,"priority":319},"hooks/hooks.json",{"path":345,"priority":319},"hooks/run-hook.cmd",{"basePath":347,"description":348,"displayName":349,"installMethods":350,"rationale":351,"selectedPaths":352,"source":320,"sourceLanguage":253,"type":243},"skills/sync-config","Use when the user wants to view or change claudebase settings like global sync, agent skills sync, auto-push, or machine ID.","sync-config",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-config/SKILL.md",[353],{"path":354,"priority":314},"SKILL.md",{"basePath":240,"description":356,"displayName":13,"installMethods":357,"rationale":358,"selectedPaths":359,"source":320,"sourceLanguage":253,"type":243},"Use when the user wants to list, create, switch, delete, compare, or inspect config sync profiles.",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-profiles/SKILL.md",[360],{"path":354,"priority":314},{"basePath":362,"description":363,"displayName":364,"installMethods":365,"rationale":366,"selectedPaths":367,"source":320,"sourceLanguage":253,"type":243},"skills/sync-pull","Use when the user wants to restore, download, or pull their Claude Code config from GitHub onto this machine.","sync-pull",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-pull/SKILL.md",[368],{"path":354,"priority":314},{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":320,"sourceLanguage":253,"type":243},"skills/sync-push","Use when the user wants to back up, save, or push their current Claude Code config to GitHub.","sync-push",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-push/SKILL.md",[376],{"path":354,"priority":314},{"basePath":378,"description":379,"displayName":380,"installMethods":381,"rationale":382,"selectedPaths":383,"source":320,"sourceLanguage":253,"type":243},"skills/sync-setup","Use when the user wants to set up config sync for the first time, connect to GitHub, or re-initialize the backup repo.","sync-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-setup/SKILL.md",[384],{"path":354,"priority":314},{"basePath":386,"description":387,"displayName":388,"installMethods":389,"rationale":390,"selectedPaths":391,"source":320,"sourceLanguage":253,"type":243},"skills/sync-status","Use when the user wants to check what config has changed, see sync status, or compare local vs remote config.","sync-status",{"claudeCode":12},"SKILL.md frontmatter at skills/sync-status/SKILL.md",[392],{"path":354,"priority":314},{"sources":394},[395],"manual",{"closedIssues90d":8,"description":397,"forks":229,"license":235,"openIssues90d":8,"pushedAt":232,"readmeSize":227,"stars":233,"topics":398},"Claude Code plugin — back up and restore your entire Claude Code environment to GitHub",[],{"classifiedAt":400,"discoverAt":401,"extractAt":402,"githubAt":402,"updatedAt":400},1778696622526,1778696618347,1778696620635,[211,209,214,213,212,210],{"evaluatedAt":405,"extractAt":281,"updatedAt":238},1778696687333,[],[408,426,445,464,493,521],{"_creationTime":409,"_id":410,"community":411,"display":412,"identity":415,"providers":416,"relations":420,"tags":422,"workflow":423},1778696788864.7734,"k17fw01x3cn3absesky64w6bv586nw57",{"reviewCount":8},{"description":413,"installMethods":414,"name":364,"sourceUrl":14},"当用户希望从 GitHub 恢复、下载或拉取其 Claude Code 配置到此计算机时使用。",{"claudeCode":12},{"basePath":362,"githubOwner":241,"githubRepo":242,"locale":18,"slug":364,"type":243},{"evaluate":417,"extract":419},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":418,"targetMarket":269,"tier":215},[209,210,213,211,212],{"commitSha":272},{"parentExtensionId":246,"repoId":277,"translatedFrom":421},"k171871t16jaaghd7cpk4phphs86n0z0",[211,209,213,212,210],{"evaluatedAt":424,"extractAt":281,"updatedAt":425},1778696704651,1778696788864,{"_creationTime":427,"_id":428,"community":429,"display":430,"identity":433,"providers":434,"relations":439,"tags":441,"workflow":442},1778696803784.4255,"k176jrtydfqqw1f6gj4x738aa586mnbb",{"reviewCount":8},{"description":431,"installMethods":432,"name":380,"sourceUrl":14},"当用户首次设置配置同步、连接到 GitHub 或重新初始化备份存储库时使用。",{"claudeCode":12},{"basePath":378,"githubOwner":241,"githubRepo":242,"locale":18,"slug":380,"type":243},{"evaluate":435,"extract":438},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":436,"targetMarket":269,"tier":215},[209,210,213,211,437],"automation",{"commitSha":272},{"parentExtensionId":246,"repoId":277,"translatedFrom":440},"k17fm71376rjr60q577jsnf3hx86n2a5",[437,211,209,213,210],{"evaluatedAt":443,"extractAt":281,"updatedAt":444},1778696737767,1778696803784,{"_creationTime":446,"_id":447,"community":448,"display":449,"identity":452,"providers":453,"relations":458,"tags":460,"workflow":461},1778696816618.8196,"k1771r6zb7cpxx15xjrrn4wh6h86m1xc",{"reviewCount":8},{"description":450,"installMethods":451,"name":388,"sourceUrl":14},"在用户希望检查配置更改、查看同步状态或比较本地与远程配置时使用。",{"claudeCode":12},{"basePath":386,"githubOwner":241,"githubRepo":242,"locale":18,"slug":388,"type":243},{"evaluate":454,"extract":457},{"promptVersionExtension":202,"promptVersionScoring":203,"score":455,"tags":456,"targetMarket":269,"tier":215},95,[209,210,213,211,212],{"commitSha":272},{"parentExtensionId":246,"repoId":277,"translatedFrom":459},"k170dky3e4jcv198zx1jq18xch86neqh",[211,209,213,212,210],{"evaluatedAt":462,"extractAt":281,"updatedAt":463},1778696752598,1778696816618,{"_creationTime":465,"_id":466,"community":467,"display":468,"identity":474,"providers":479,"relations":486,"tags":489,"workflow":490},1778692488329.0164,"k17d7dgccv6vnj9tcw0cehwnph86nryb",{"reviewCount":8},{"description":469,"installMethods":470,"name":472,"sourceUrl":473},"Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.",{"claudeCode":471},"luiseiman/claude-kit","Rule Effectiveness Analysis","https://github.com/luiseiman/claude-kit",{"basePath":475,"githubOwner":476,"githubRepo":477,"locale":253,"slug":478,"type":243},"skills/rule-effectiveness","luiseiman","claude-kit","rule-effectiveness",{"evaluate":480,"extract":485},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":481,"targetMarket":269,"tier":215},[482,209,483,484,214],"claude-code","analysis","optimization",{"commitSha":272,"license":235},{"parentExtensionId":487,"repoId":488},"k17650xadq8363kzchr4w0gmf186nq24","kd79wqc8an5wh20cc2znr8tyb586mxwx",[483,482,209,214,484],{"evaluatedAt":491,"extractAt":492,"updatedAt":491},1778693275143,1778692488329,{"_creationTime":494,"_id":495,"community":496,"display":497,"identity":503,"providers":507,"relations":514,"tags":517,"workflow":518},1778695548458.3474,"k1730fbw3hyx274fzsesckx2bs86nqph",{"reviewCount":8},{"description":498,"installMethods":499,"name":501,"sourceUrl":502},"Create and manage pull requests using GitHub CLI. Covers branch preparation, writing PR titles and descriptions, creating PRs, handling review feedback, and merge/cleanup workflows. Use when proposing changes from a feature or fix branch for review, merging completed work into the main branch, requesting code review from collaborators, or documenting the purpose and scope of a set of changes.\n",{"claudeCode":500},"pjt222/agent-almanac","create-pull-request","https://github.com/pjt222/agent-almanac",{"basePath":504,"githubOwner":505,"githubRepo":506,"locale":253,"slug":501,"type":243},"skills/create-pull-request","pjt222","agent-almanac",{"evaluate":508,"extract":513},{"promptVersionExtension":202,"promptVersionScoring":203,"score":285,"tags":509,"targetMarket":269,"tier":215},[213,510,214,511,512,437],"pull-request","collaboration","code-review",{"commitSha":272},{"parentExtensionId":515,"repoId":516},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[437,512,511,214,213,510],{"evaluatedAt":519,"extractAt":520,"updatedAt":519},1778697203799,1778695548458,{"_creationTime":522,"_id":523,"community":524,"display":525,"identity":529,"providers":530,"relations":534,"tags":536,"workflow":537},1778696801756.2292,"k17fhfdwxs590h8y1dfcphrdtd86n5zx",{"reviewCount":8},{"description":526,"installMethods":527,"name":528,"sourceUrl":14},"在用户希望备份、保存或将当前的 Claude Code 配置推送到 GitHub 时使用。",{"claudeCode":12},"Claudebase",{"basePath":370,"githubOwner":241,"githubRepo":242,"locale":18,"slug":372,"type":243},{"evaluate":531,"extract":533},{"promptVersionExtension":202,"promptVersionScoring":203,"score":226,"tags":532,"targetMarket":269,"tier":215},[211,210,213,209,214],{"commitSha":272,"license":235},{"parentExtensionId":246,"repoId":277,"translatedFrom":535},"k17f31qss5ybf05as9wkkfxnp986np76",[211,209,214,213,210],{"evaluatedAt":538,"extractAt":281,"updatedAt":539},1778696723988,1778696801756]