[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-anthropics-commit-commands-ja":3,"guides-for-anthropics-commit-commands":277,"similar-k17e3hh8a61zbk3r65b1f401ts866ykn":278},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":20,"identity":211,"isFallback":216,"parentExtension":217,"providers":248,"relations":253,"repo":254,"workflow":276},1778054452948.414,"k17e3hh8a61zbk3r65b1f401ts866ykn",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Commands for git commit workflows including commit, push, and PR creation",{},"Commit Commands Plugin","https://github.com/anthropics/claude-plugins-official/tree/HEAD/plugins/commit-commands",[15,16,17,18,19],"git","cli","workflow","automation","github",{"_creationTime":21,"_id":22,"extensionId":5,"locale":23,"result":24,"trustSignals":199,"workflow":209},1778054703946.7473,"kn7d2qbbam65cryhk5a3sg95yd86690g","en",{"checks":25,"evaluatedAt":189,"extensionSummary":190,"promptVersionExtension":191,"promptVersionScoring":192,"rationale":193,"score":194,"summary":195,"tags":196,"targetMarket":197,"tier":198},[26,31,34,37,41,44,48,53,56,59,63,68,71,75,78,81,84,87,90,93,97,101,105,109,113,116,119,122,126,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171,175,178,181,185],{"category":27,"check":28,"severity":29,"summary":30},"Practical Utility","Problem relevance","pass","The description clearly states that the extension addresses the problem of streamlining git workflows including commit, push, and PR creation.",{"category":27,"check":32,"severity":29,"summary":33},"Unique selling proposition","The plugin offers value beyond basic git commands by automating multi-step workflows like commit-push-PR and cleaning up stale branches, which is more than a thin wrapper.",{"category":27,"check":35,"severity":29,"summary":36},"Production readiness","The plugin provides commands for the complete lifecycle of committing, pushing, and creating PRs, as well as for repository cleanup, making it production-ready.",{"category":38,"check":39,"severity":29,"summary":40},"Scope","Single responsibility principle","The plugin focuses on git commit, push, and PR creation workflows, and related cleanup tasks, which is a coherent and well-defined scope.",{"category":38,"check":42,"severity":29,"summary":43},"Description quality","The description accurately and concisely reflects the plugin's functionality for git commit, push, and PR workflows.",{"category":45,"check":46,"severity":29,"summary":47},"Invocation","Scoped tools","The plugin exposes narrowly scoped verb-noun tools like `/commit`, `/commit-push-pr`, and `/clean_gone`, which are specific and easy to select.",{"category":49,"check":50,"severity":51,"summary":52},"Documentation","Configuration & parameter reference","info","While the README details usage, it does not explicitly document any configuration options or defaults, assuming standard git and gh CLI setup.",{"category":38,"check":54,"severity":29,"summary":55},"Tool naming","The tool names (`commit`, `commit-push-pr`, `clean_gone`) are descriptive and clearly indicate their function within the git domain.",{"category":38,"check":57,"severity":29,"summary":58},"Minimal I/O surface","Tools request minimal input (implicitly from git status/diff) and return useful outputs like commit status or PR URLs, without extraneous data.",{"category":60,"check":61,"severity":29,"summary":62},"License","License usability","The extension is licensed under the Apache-2.0 license, which is a permissive open-source license.",{"category":64,"check":65,"severity":66,"summary":67},"Maintenance","Commit recency","not_applicable","No commit history is available for evaluation.",{"category":64,"check":69,"severity":66,"summary":70},"Dependency Management","No third-party dependencies are directly managed by the plugin itself; it relies on external CLI tools like git and gh.",{"category":72,"check":73,"severity":29,"summary":74},"Security","Secret Management","The plugin does not handle or expose secrets directly; it relies on the user's pre-configured git and gh CLI, which manage their own authentication securely.",{"category":72,"check":76,"severity":29,"summary":77},"Injection","The plugin's scripts directly call git and gh commands, but these are standard commands and the input is derived from git status/diff, not from untrusted external sources.",{"category":72,"check":79,"severity":29,"summary":80},"Transitive Supply-Chain Grenades","The plugin relies on pre-installed git and gh CLI tools and does not fetch external code or data at runtime.",{"category":72,"check":82,"severity":29,"summary":83},"Sandbox Isolation","The plugin executes standard git and gh commands, which operate within the user's project directory and do not attempt to access files outside the project scope.",{"category":72,"check":85,"severity":29,"summary":86},"Sandbox escape primitives","The bash scripts execute standard git and gh commands and do not contain patterns for sandbox escape like detached processes or retry loops.",{"category":72,"check":88,"severity":29,"summary":89},"Data Exfiltration","The plugin does not make any outbound network calls. It operates solely on local git repository data.",{"category":72,"check":91,"severity":29,"summary":92},"Hidden Text Tricks","The bundled files do not contain any hidden text tricks or obfuscated instructions.",{"category":94,"check":95,"severity":29,"summary":96},"Hooks","Opaque code execution","The hook scripts are plain bash files and are not obfuscated.",{"category":98,"check":99,"severity":29,"summary":100},"Portability","Structural Assumption","The plugin assumes a standard git repository structure and relies on common git commands, which are generally portable.",{"category":102,"check":103,"severity":66,"summary":104},"Trust","Issues Attention","No issues data available for evaluation.",{"category":106,"check":107,"severity":29,"summary":108},"Versioning","Release Management","The plugin declares version 1.0.0 in its README.md.",{"category":110,"check":111,"severity":29,"summary":112},"Code Execution","Validation","The plugin relies on git and gh CLI's internal validation for arguments and file paths, and its operations are scoped to the current git repository.",{"category":72,"check":114,"severity":29,"summary":115},"Unguarded Destructive Operations","The `/clean_gone` command includes destructive operations but requires user interaction to confirm branch deletion and worktree removal, and the `/commit-push-pr` command creates a new branch and PR which are not inherently destructive in a irreversible way.",{"category":110,"check":117,"severity":29,"summary":118},"Error Handling","The plugin executes standard git and gh commands, which provide descriptive error messages if operations fail. The scripts are structured to use these outputs.",{"category":110,"check":120,"severity":66,"summary":121},"Logging","The plugin does not implement any specific local audit logging beyond what the invoked git and gh commands provide.",{"category":123,"check":124,"severity":66,"summary":125},"Compliance","GDPR","The plugin operates on git repository data and does not handle personal data.",{"category":123,"check":127,"severity":29,"summary":128},"Target market","The plugin's functionality is tied to git and GitHub workflows, which are global in nature. No regional restrictions were detected.",{"category":98,"check":130,"severity":29,"summary":131},"Runtime stability","The plugin relies on standard git and GitHub CLI commands, which are widely available and cross-platform, ensuring good runtime stability.",{"category":38,"check":133,"severity":29,"summary":134},"Tool surface size","The plugin exposes 3 tools, which is within the ideal range of 3-10.",{"category":45,"check":136,"severity":29,"summary":137},"Name collisions","The commands (`commit`, `commit-push-pr`, `clean_gone`) are distinct and do not appear to collide with Claude Code built-ins or other common git commands.",{"category":45,"check":139,"severity":29,"summary":140},"Overlapping near-synonym tools","The tools have distinct names and purposes; there are no near-synonym tools for overlapping use cases.",{"category":45,"check":142,"severity":66,"summary":143},"Hooks-off mechanism","This plugin does not appear to use hooks, therefore a hooks-off mechanism is not applicable.",{"category":45,"check":145,"severity":66,"summary":146},"Hook matcher tightness","This plugin does not use hooks, so hook matcher tightness is not applicable.",{"category":72,"check":148,"severity":66,"summary":149},"Hook security","This plugin does not use hooks, so hook security is not applicable.",{"category":94,"check":151,"severity":66,"summary":152},"Silent prompt rewriting","This plugin does not have a UserPromptSubmit hook.",{"category":72,"check":154,"severity":66,"summary":155},"Permission Hook","This plugin does not implement a PermissionRequest hook.",{"category":123,"check":157,"severity":66,"summary":158},"Hook privacy","This plugin does not use hooks, so hook privacy is not applicable.",{"category":110,"check":160,"severity":66,"summary":161},"Hook dependency","This plugin does not use hooks, so hook dependency is not applicable.",{"category":49,"check":163,"severity":29,"summary":164},"Install / Setup Instructions","The README clearly states the plugin is included with Claude Code and commands are automatically available, with no separate installation or complex configuration needed.",{"category":49,"check":166,"severity":29,"summary":167},"Feature Transparency","All features, including the requirements for `/commit-push-pr` (like gh CLI), are clearly explained in the README.",{"category":49,"check":169,"severity":29,"summary":170},"Phantom features","All features mentioned in the README (commit, push, PR, cleanup) have corresponding commands and descriptions in the source files.",{"category":172,"check":173,"severity":29,"summary":174},"Convention","Layout convention adherence","The plugin follows the standard Claude Code plugin structure, with plugin.json in .claude-plugin and command definitions in the commands/ directory.",{"category":172,"check":176,"severity":66,"summary":177},"Plugin state","The plugin does not appear to have persistent state that would require management under CLAUDE_PLUGIN_DATA.",{"category":72,"check":179,"severity":66,"summary":180},"Keychain-stored secrets","The plugin does not handle any secrets directly; it relies on the user's pre-configured git and gh CLI.",{"category":182,"check":183,"severity":66,"summary":184},"Dependencies","Tagged release sourcing","The plugin does not bundle any MCP servers or external dependencies that require tagged release sourcing.",{"category":186,"check":187,"severity":29,"summary":188},"Installation","Clean uninstall","The plugin executes standard git and gh commands which are session-scoped and do not install background daemons or services that would persist after uninstall.",1778054564246,"This plugin provides three core commands: `/commit` for creating commits with auto-generated messages, `/commit-push-pr` for a complete commit-push-PR cycle including branch creation, and `/clean_gone` for tidying up local branches that have been deleted remotely. It leverages standard Git and GitHub CLI tools to streamline developer workflows.","2.0.0","3.4.0","The plugin is well-structured, provides clear and distinct commands for git workflow automation, and adheres to security and convention best practices. Its reliance on standard CLI tools makes it robust and portable. Minor areas for improvement include more explicit documentation of configuration assumptions and the lack of issue tracking data for maintenance assessment.",95,"A high-quality plugin that effectively automates common Git and GitHub workflows.",[15,16,17,18,19],"global","verified",{"codeQuality":200,"collectedAt":201,"documentation":202,"maintenance":204,"popularity":205,"security":206,"testCoverage":208},{},1778054550753,{"descriptionLength":203,"readmeSize":8},73,{},{"smitheryUniqueUsers":8,"smitheryUseCount":8},{"hasNpmPackage":207,"smitheryVerified":207},false,{"hasCi":207,"hasTests":207},{"updatedAt":210},1778054703946,{"githubOwner":212,"githubRepo":213,"locale":23,"slug":214,"type":215},"anthropics","claude-plugins-official","commit-commands","plugin",true,{"_creationTime":218,"_id":219,"community":220,"display":221,"identity":230,"parentExtension":231,"providers":232,"relations":242,"workflow":244},1778054452948.4092,"k171b9714j6pgfxqht22y94q4x866sck",{"reviewCount":8},{"description":222,"name":223,"sourceUrl":224,"tags":225},"Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations","Claude Code Plugins Directory","https://github.com/anthropics/claude-plugins-official",[226,227,228,229],"marketplace","directory","plugins","mcp",{"githubOwner":212,"githubRepo":213,"locale":23,"slug":213,"type":226},null,{"extract":233,"llm":238,"smithery":241},{"commitSha":234,"license":235,"marketplace":236},"06f52cd3ac3e47ecb45228a86183ea2a86e9d6ff","n/a",{"name":213,"pluginCount":237},179,{"promptVersionExtension":191,"promptVersionScoring":192,"score":239,"targetMarket":197,"tier":240},85,"evaluated",{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":207},{"repoId":243},"kd798hf3w99qz2xt1fqtgq7gf9865e31",{"anyEnrichmentAt":245,"extractAt":246,"githubAt":247,"llmAt":210,"smitheryAt":245,"updatedAt":210},1778054509977,1778054452948,1778054454391,{"extract":249,"llm":251,"smithery":252},{"commitSha":234,"license":250},"Apache-2.0",{"promptVersionExtension":191,"promptVersionScoring":192,"score":194,"targetMarket":197,"tier":198},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":207},{"parentExtensionId":219,"repoId":243},{"_creationTime":255,"_id":243,"identity":256,"providers":257,"workflow":273},1777995558409.857,{"githubOwner":212,"githubRepo":213,"sourceUrl":224},{"discover":258,"github":262},{"sources":259},[260,261],"skills-sh","smithery",{"closedIssues90d":263,"forks":264,"homepage":265,"openIssues90d":266,"pushedAt":267,"readmeSize":268,"stars":269,"topics":270},83,2270,"https://code.claude.com/docs/en/plugins",480,1778039881000,1948,18631,[271,229,272],"claude-code","skills",{"discoverAt":274,"extractAt":275,"githubAt":275,"updatedAt":275},1777995558409,1778054455773,{"anyEnrichmentAt":245,"extractAt":246,"githubAt":247,"llmAt":210,"smitheryAt":245,"updatedAt":210},[],[279,303,336],{"_creationTime":280,"_id":281,"community":282,"display":283,"identity":294,"providers":296,"relations":301,"workflow":302},1778054452948.4272,"k179khyq4dvq0ytvdcepec984d8666wk",{"reviewCount":8},{"description":284,"name":285,"sourceUrl":286,"tags":287},"Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.","Plugin Development Toolkit","https://github.com/anthropics/claude-plugins-official/tree/HEAD/plugins/plugin-dev",[288,289,290,291,272,229,16,18,292,293],"development","plugin-creation","hooks","agents","guidance","best-practices",{"githubOwner":212,"githubRepo":213,"locale":23,"slug":295,"type":215},"plugin-dev",{"extract":297,"llm":298,"smithery":300},{"commitSha":234,"license":250},{"promptVersionExtension":191,"promptVersionScoring":192,"score":299,"targetMarket":197,"tier":198},99,{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":207},{"parentExtensionId":219,"repoId":243},{"anyEnrichmentAt":245,"extractAt":246,"githubAt":247,"llmAt":210,"smitheryAt":245,"updatedAt":210},{"_creationTime":304,"_id":305,"community":306,"display":307,"identity":319,"providers":323,"relations":329,"workflow":332},1778053078370.9038,"k17b5xsd2g2113z1wvtzcry55d866avy",{"reviewCount":8},{"description":308,"installMethods":309,"name":310,"sourceUrl":311,"tags":312},"Complete Git expertise for ALL operations with 2025 features (Git 2.49+, GitHub CLI 2.x). PROACTIVELY activate for: (1) ANY Git task, (2) Git 2.49+ features (git-backfill, path-walk API, reftables, sparse-checkout, worktrees), (3) Security (signed commits, zero-trust, secret scanning, CodeQL), (4) Trunk-Based Development, (5) GitHub CLI 2.x (Copilot CLI, model evaluations), (6) GitHub Actions 2025 (1 vCPU runners, immutable releases), (7) Modern workflows (monorepo, parallel development), (8) History rewriting/recovery. Provides: Git 2.49 git-backfill for partial clones, path-walk API, reftables migration, sparse-checkout (90% space reduction), worktrees, GitHub Copilot CLI, gh models eval, zero-trust security, signed commits (GPG/SSH), GitHub Actions 2025 features, automatic backups, safety guardrails, reflog recovery.",{},"Git Master Plugin","https://github.com/josiahsiegel/claude-plugin-marketplace/tree/HEAD/plugins/git-master",[15,313,314,16,315,316,317,17,318],"version-control","devops","windows","bash","security","recovery",{"githubOwner":320,"githubRepo":321,"locale":23,"slug":322,"type":215},"josiahsiegel","claude-plugin-marketplace","git-master",{"extract":324,"llm":327},{"commitSha":325,"license":326},"a05d923c8a3551d4274eef152649583d693b9b67","MIT",{"promptVersionExtension":191,"promptVersionScoring":192,"score":328,"targetMarket":197,"tier":198},98,{"parentExtensionId":330,"repoId":331},"k1741p5y8fyyp90j4zdea56w61867nj3","kd75az366mhppxzk11c689vzen865qkv",{"anyEnrichmentAt":333,"extractAt":334,"githubAt":333,"llmAt":335,"updatedAt":335},1778053080008,1778053078370,1778053164925,{"_creationTime":337,"_id":338,"community":339,"display":340,"identity":347,"providers":349,"relations":354,"workflow":357},1778053881467.4072,"k17fx190vywc4q48r2gpkrjn6d867b99",{"reviewCount":8},{"description":341,"installMethods":342,"name":343,"sourceUrl":344,"tags":345},"Triage tickets, draft responses, escalate issues, and build your knowledge base. Research customer context and turn resolved issues into self-service content.",{},"Customer Support Plugin","https://github.com/anthropics/knowledge-work-plugins/tree/HEAD/customer-support",[346,229,18,17],"customer-support",{"githubOwner":212,"githubRepo":348,"locale":23,"slug":346,"type":215},"knowledge-work-plugins",{"extract":350,"llm":352,"smithery":353},{"commitSha":351,"license":250},"9789ea78ad66e395a9c709146cacecdc14ce2abf",{"promptVersionExtension":191,"promptVersionScoring":192,"score":328,"targetMarket":197,"tier":198},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":207},{"parentExtensionId":355,"repoId":356},"k17a976hfb9h5wyrvbw5572nvs867hs3","kd7a7vj5tkj2ssjqcbwka5sh0x864wea",{"anyEnrichmentAt":358,"extractAt":359,"githubAt":360,"llmAt":361,"smitheryAt":358,"updatedAt":361},1778053907346,1778053881467,1778053882262,1778053992763]