[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bytebase-testing-en":3,"guides-for-bytebase-testing":364,"similar-k175gyn48mnxc9t7nw1j5v3f9986mgyh-en":365},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":254,"isFallback":243,"parentExtension":258,"providers":259,"relations":264,"repo":266,"tags":360,"workflow":361},1778683522639.4814,"k175gyn48mnxc9t7nw1j5v3f9986mgyh",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Run and troubleshoot tests for DBHub, including unit tests, integration tests with Testcontainers, and database-specific tests. Use when asked to run tests, fix test failures, debug integration tests, troubleshoot Docker/database container issues, or add new tests. Also use when verifying code changes work correctly or when CI test failures need investigation.",{"claudeCode":12},"bytebase/dbhub","DBHub Testing Skill","https://github.com/bytebase/dbhub",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":233,"workflow":252},1778683567588.526,"kn7bg12bgk3wy6ddtetfpxv6cn86mm4m","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":203,"prerequisites":204,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":220,"tier":221,"useCases":222,"workflow":227},[21,26,29,33,37,41,45,48,52,56,60,63,66,69,73,76,79,82,85,88,92,96,99,103,106,109,112,115,118,121,125,128,132,136,139,142,145,148,152,155,158,161,164,167,170,174,178,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states the skill's purpose: to run and troubleshoot tests for DBHub, including various test types and troubleshooting Docker/database container issues. It also explicitly lists positive triggers and implies non-goals by focusing on test-related tasks.",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability of running and troubleshooting tests for DBHub, followed by relevant trigger phrases.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md is concise, well-structured with clear sections for commands, architecture, fixtures, and troubleshooting, and does not appear to exceed the recommended line limit.",{"category":34,"check":35,"severity":24,"summary":36},"Context","Progressive Disclosure","The SKILL.md outlines the testing structure and links to specific files for deeper dives where appropriate, such as test file locations and fixtures, adhering to progressive disclosure principles.",{"category":34,"check":38,"severity":39,"summary":40},"Forked exploration","not_applicable","This skill is focused on running tests and does not involve deep exploration or code review, making the 'fork' context setting not applicable.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","The SKILL.md provides clear, copy-pasteable examples for running all tests, specific test files, tests with patterns, and verbose output, demonstrating the advertised capabilities.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The SKILL.md addresses edge cases and limitations, such as container startup failures, SQL Server timeouts, test isolation issues, and CI failures, providing symptoms and recovery steps.",{"category":49,"check":50,"severity":39,"summary":51},"Code Execution","Tool Fallback","This skill exclusively uses pnpm commands and does not rely on an external MCP server, therefore tool fallback is not applicable.",{"category":53,"check":54,"severity":24,"summary":55},"Safety","Halt on unexpected state","The SKILL.md implicitly handles unexpected states by providing troubleshooting steps for container startup and test isolation issues, which would effectively halt the workflow if not resolved.",{"category":57,"check":58,"severity":24,"summary":59},"Portability","Cross-skill coupling","The skill is self-contained and focuses solely on testing within the DBHub project, with no apparent reliance on or implicit coupling with other skills.",{"category":42,"check":61,"severity":24,"summary":62},"Problem relevance","The description clearly names the concrete problem of running and troubleshooting tests for DBHub, addressing specific pain points like fixing test failures and debugging integration tests.",{"category":42,"check":64,"severity":24,"summary":65},"Unique selling proposition","The skill offers a clear value proposition by centralizing and detailing the execution of various test types for DBHub, including specific commands and architectural insights beyond generic LLM capabilities.",{"category":42,"check":67,"severity":24,"summary":68},"Production readiness","The skill is production-ready, providing comprehensive instructions for running and troubleshooting tests, including prerequisites like Docker and detailed guidance for various database integrations.",{"category":70,"check":71,"severity":24,"summary":72},"Scope","Single responsibility principle","The skill's scope is clearly defined around running and troubleshooting tests for DBHub, adhering to a single responsibility principle.",{"category":70,"check":74,"severity":24,"summary":75},"Description quality","The description accurately reflects the skill's capabilities and use cases, providing a clear and concise overview of how to run and troubleshoot DBHub tests.",{"category":22,"check":77,"severity":24,"summary":78},"Scoped tools","The skill utilizes specific pnpm commands (e.g., `pnpm test`, `pnpm test:unit`) for distinct testing actions, rather than a single generalist command.",{"category":30,"check":80,"severity":39,"summary":81},"Configuration & parameter reference","The skill relies on standard pnpm commands and test configurations within the project, which are not exposed as explicit parameters or configuration options for the skill itself.",{"category":70,"check":83,"severity":24,"summary":84},"Tool naming","The commands used (`pnpm test`, `pnpm test:unit`, etc.) are descriptive and follow standard conventions for running tests.",{"category":70,"check":86,"severity":24,"summary":87},"Minimal I/O surface","The skill's interaction is through standard command-line execution of pnpm scripts, which are well-defined and do not expose extraneous I/O.",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The extension is licensed under the MIT license, as indicated by the LICENSE file, which is a permissive open-source license.",{"category":93,"check":94,"severity":24,"summary":95},"Maintenance","Commit recency","The latest commit was on April 21, 2026, which is within the last 3 months, indicating active maintenance.",{"category":93,"check":97,"severity":24,"summary":98},"Dependency Management","The project utilizes pnpm, and the presence of a lockfile indicates that dependencies are managed and pinned, suggesting suitable measures for updates.",{"category":100,"check":101,"severity":39,"summary":102},"Security","Secret Management","The skill focuses on running tests and does not handle or expose secrets.",{"category":100,"check":104,"severity":24,"summary":105},"Injection","The skill executes predefined pnpm test commands and does not load or execute external third-party data as instructions.",{"category":100,"check":107,"severity":24,"summary":108},"Transitive Supply-Chain Grenades","The skill executes local pnpm commands and does not fetch or execute external code at runtime.",{"category":100,"check":110,"severity":24,"summary":111},"Sandbox Isolation","The skill executes local test commands within the project's context and does not attempt to modify files outside the project folder.",{"category":100,"check":113,"severity":24,"summary":114},"Sandbox escape primitives","The skill uses standard pnpm commands and does not contain any primitives for sandbox escape, such as detached process spawns or deny-retry loops.",{"category":100,"check":116,"severity":39,"summary":117},"Data Exfiltration","The skill's purpose is to run tests and does not involve reading or submitting confidential data to any third party.",{"category":100,"check":119,"severity":24,"summary":120},"Hidden Text Tricks","The bundled content (SKILL.md) is free of hidden-steering tricks, using clean printable ASCII and standard Unicode.",{"category":122,"check":123,"severity":24,"summary":124},"Hooks","Opaque code execution","The skill's execution relies on clear, readable pnpm commands and test scripts, with no obfuscation or runtime code fetching.",{"category":57,"check":126,"severity":24,"summary":127},"Structural Assumption","The skill correctly assumes the project structure defined in the SKILL.md and its relative paths, with no OS-specific assumptions.",{"category":129,"check":130,"severity":24,"summary":131},"Trust","Issues Attention","In the last 90 days, 22 issues were opened and 30 closed, indicating a healthy issue closure rate and active maintainer engagement.",{"category":133,"check":134,"severity":24,"summary":135},"Versioning","Release Management","The repository has recent commits and a clear versioning strategy implied by `pnpm install` and `pnpm dev` commands, suggesting a maintained release process.",{"category":49,"check":137,"severity":24,"summary":138},"Validation","The skill relies on pnpm's test execution, which handles parameter validation internally. The commands themselves are specific and do not require further validation by the skill.",{"category":100,"check":140,"severity":39,"summary":141},"Unguarded Destructive Operations","The skill is focused on running tests, which are generally read-only operations and do not involve destructive actions like deletions or force pushes.",{"category":49,"check":143,"severity":24,"summary":144},"Error Handling","The SKILL.md provides detailed troubleshooting steps for potential errors, guiding the user on how to address issues like container startup failures and test isolation problems.",{"category":49,"check":146,"severity":39,"summary":147},"Logging","This skill is focused on executing tests and does not involve sensitive operations or outbound calls that would require a separate audit log.",{"category":149,"check":150,"severity":39,"summary":151},"Compliance","GDPR","The skill operates on test execution and does not process any personal data.",{"category":149,"check":153,"severity":24,"summary":154},"Target market","The skill's focus on running tests for DBHub is general and not tied to any specific geographic or legal jurisdiction; therefore, the target market is global.",{"category":57,"check":156,"severity":24,"summary":157},"Runtime stability","The skill uses standard pnpm commands and Node.js, making it stable across POSIX-compliant systems, and the troubleshooting section addresses potential environment issues like Docker availability.",{"category":30,"check":159,"severity":24,"summary":160},"README","The README file clearly states the extension's purpose as a lightweight MCP server for database operations and provides installation and usage instructions.",{"category":70,"check":162,"severity":24,"summary":163},"Tool surface size","The skill primarily leverages pnpm commands for testing, which can be considered a single coherent workflow rather than a large number of individual tools.",{"category":22,"check":165,"severity":24,"summary":166},"Overlapping near-synonym tools","The pnpm commands used for testing are distinct and do not present near-synonym overlaps; each command serves a specific testing purpose.",{"category":30,"check":168,"severity":24,"summary":169},"Phantom features","All advertised capabilities in the SKILL.md, such as running unit and integration tests, have corresponding pnpm commands and are implemented within the project.",{"category":171,"check":172,"severity":24,"summary":173},"Install","Installation instruction","The SKILL.md provides clear instructions for running tests using pnpm commands, and the README offers installation guidance for DBHub itself, which this skill tests.",{"category":175,"check":176,"severity":24,"summary":177},"Errors","Actionable error messages","The SKILL.md provides actionable guidance for common errors, including container startup issues and test isolation problems, offering specific remediation steps.",{"category":179,"check":180,"severity":24,"summary":181},"Execution","Pinned dependencies","The presence of a lockfile (implied by `pnpm install` and `pnpm dev`) indicates that dependencies are pinned, ensuring predictable execution.",{"category":70,"check":183,"severity":39,"summary":184},"Dry-run preview","This skill's function is to execute tests, which are not state-changing operations that would benefit from a dry-run preview.",{"category":186,"check":187,"severity":39,"summary":188},"Protocol","Idempotent retry & timeouts","The skill executes local test commands and does not involve remote calls or state-changing operations that would require idempotency or specific timeouts.",{"category":149,"check":190,"severity":39,"summary":191},"Telemetry opt-in","The skill does not emit telemetry; it solely executes local testing commands.",1778683567163,"This skill executes unit and integration tests for the DBHub project using pnpm and Vitest. It provides detailed guidance on running tests, troubleshooting common issues like Docker container failures, and understanding the test architecture and file locations.",[195,196,197,198,199],"Run unit tests","Run integration tests with Testcontainers","Troubleshoot Docker and database container issues","Debug test failures","Add new tests",[201,202],"Developing or modifying the DBHub core application logic","Managing database schemas or data outside of the testing context",[],[205,206],"Docker installed and running","Sufficient Docker memory (4GB+ recommended)","3.0.0","4.4.0","To provide a reliable and well-documented way to run, debug, and troubleshoot tests for the DBHub project, ensuring code quality and stability.","The skill has a high score due to excellent documentation, clear purpose, and robust implementation of testing workflows. No significant warnings or criticals were found, supporting a verified tier.",98,"A high-quality skill for running and troubleshooting DBHub tests, with excellent documentation and clear instructions.",[214,215,216,217,218,219],"testing","vitest","dbhub","integration-tests","docker","sql","global","verified",[223,224,225,226],"When asked to run tests for DBHub","When fixing test failures","When debugging integration tests","When investigating CI test failures",[228,229,230,231,232],"Identify the type of test to run (unit, integration, specific file).","Execute the corresponding pnpm test command.","If issues arise, consult the troubleshooting section for guidance on container startup, timeouts, or isolation problems.","Analyze test output to identify failures.","Make necessary code or test corrections and re-run tests.",{"codeQuality":234,"collectedAt":236,"documentation":237,"maintenance":240,"popularity":247,"security":249,"testCoverage":251},{"hasLockfile":235},true,1778683545452,{"descriptionLength":238,"readmeSize":239},362,5539,{"closedIssues90d":241,"forks":242,"hasChangelog":243,"openIssues90d":244,"pushedAt":245,"stars":246},30,232,false,2,1776768933000,2745,{"npmDownloads":248},117,{"hasNpmPackage":235,"license":250,"smitheryVerified":243},"MIT",{"hasCi":235,"hasTests":235},{"updatedAt":253},1778683567588,{"basePath":255,"githubOwner":256,"githubRepo":216,"locale":18,"slug":214,"type":257},".claude/skills/testing","bytebase","skill",null,{"evaluate":260,"extract":262},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":261,"targetMarket":220,"tier":221},[214,215,216,217,218,219],{"commitSha":263,"license":250},"HEAD",{"repoId":265},"kd75gz890g3h6zj0xf3qtbrdjd86mpw3",{"_creationTime":267,"_id":265,"identity":268,"providers":269,"workflow":355},1778683515127.8374,{"githubOwner":256,"githubRepo":216,"sourceUrl":14},{"classify":270,"discover":328,"extract":331,"github":332,"npm":354},{"commitSha":263,"extensions":271},[272,283,288,295],{"basePath":273,"description":274,"displayName":275,"installMethods":276,"rationale":277,"selectedPaths":278,"source":282,"sourceLanguage":18,"type":257},".claude/skills/fix-bug","Use when given a GitHub issue URL or number to investigate and implement a fix. Triggers on \"fix issue\", \"fix bug\", \"fix","fix-bug",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/fix-bug/SKILL.md",[279],{"path":280,"priority":281},"SKILL.md","mandatory","rule",{"basePath":255,"description":10,"displayName":214,"installMethods":284,"rationale":285,"selectedPaths":286,"source":282,"sourceLanguage":18,"type":257},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/testing/SKILL.md",[287],{"path":280,"priority":281},{"basePath":289,"description":290,"displayName":216,"installMethods":291,"rationale":292,"selectedPaths":293,"source":282,"sourceLanguage":18,"type":257},"skills/dbhub","Guide for querying databases through DBHub MCP server. Use this skill whenever you need to explore database schemas, inspect tables, or run SQL queries via DBHub's MCP tools (search_objects, execute_sql). Activates on any database query task, schema exploration, data retrieval, or SQL execution through MCP — even if the user just says \"check the database\" or \"find me some data.\" This skill ensures you follow the correct explore-first workflow instead of guessing table structures.",{"claudeCode":12},"SKILL.md frontmatter at skills/dbhub/SKILL.md",[294],{"path":280,"priority":281},{"basePath":296,"description":297,"displayName":216,"installMethods":298,"license":250,"rationale":299,"selectedPaths":300,"source":282,"sourceLanguage":18,"type":327},"","Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB",{"npm":216},"server.json with namespace/server name at server.json",[301,303,305,307,310,313,315,317,319,321,323,325],{"path":302,"priority":281},"server.json",{"path":304,"priority":281},"package.json",{"path":306,"priority":281},"README.md",{"path":308,"priority":309},"LICENSE","high",{"path":311,"priority":312},"src/index.ts","low",{"path":314,"priority":312},"src/server.ts",{"path":316,"priority":312},"src/tools/builtin-tools.ts",{"path":318,"priority":312},"src/tools/custom-tool-handler.ts",{"path":320,"priority":312},"src/tools/execute-sql.ts",{"path":322,"priority":312},"src/tools/index.ts",{"path":324,"priority":312},"src/tools/registry.ts",{"path":326,"priority":312},"src/tools/search-objects.ts","mcp",{"sources":329},[330],"manual",{"npmPackage":216},{"closedIssues90d":241,"description":333,"forks":242,"homepage":334,"license":250,"openIssues90d":244,"pushedAt":245,"readmeSize":239,"stars":246,"topics":335},"Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.","https://dbhub.ai",[336,337,338,339,327,340,341,342,343,344,345,346,347,348,349,350,351,219,352,353],"ai","anthropic","claude","database","mcp-server","claude-ai","mysql","postgres","sqlserver","cursor","mariadb","dify","sqlite","codex","llm","mssql","postgresql","agents",{"downloads":248},{"classifiedAt":356,"discoverAt":357,"extractAt":358,"githubAt":358,"npmAt":359,"updatedAt":356},1778683522443,1778683515127,1778683518768,1778683521062,[216,218,217,219,214,215],{"evaluatedAt":253,"extractAt":362,"updatedAt":363},1778683522639,1778683734031,[],[366,396,428,457,488,517],{"_creationTime":367,"_id":368,"community":369,"display":370,"identity":376,"providers":380,"relations":389,"tags":392,"workflow":393},1778690831986.3767,"k17fjjgdng9c2xwz18cc594g0986n7wy",{"reviewCount":8},{"description":371,"installMethods":372,"name":374,"sourceUrl":375},"Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.",{"claudeCode":373},"hyf0/vue-skills","vue-testing-best-practices","https://github.com/hyf0/vue-skills",{"basePath":377,"githubOwner":378,"githubRepo":379,"locale":18,"slug":374,"type":257},"skills/vue-testing-best-practices","hyf0","vue-skills",{"evaluate":381,"extract":388},{"promptVersionExtension":207,"promptVersionScoring":208,"score":382,"tags":383,"targetMarket":220,"tier":221},100,[384,214,215,385,386,387],"vue-js","playwright","component-testing","e2e-testing",{"commitSha":263},{"parentExtensionId":390,"repoId":391},"k17fvvpt61wrah7aepwqhgjp4d86n8jx","kd7a1a0bdc2ez150x3razht61n86m6a8",[386,387,385,214,215,384],{"evaluatedAt":394,"extractAt":395,"updatedAt":394},1778691195044,1778690831986,{"_creationTime":397,"_id":398,"community":399,"display":400,"identity":406,"providers":411,"relations":421,"tags":424,"workflow":425},1778675056600.233,"k172wzwk1napvsdjp5dmnr3qa986mhdy",{"reviewCount":8},{"description":401,"installMethods":402,"name":404,"sourceUrl":405},"Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests.",{"claudeCode":403},"alirezarezvani/claude-skills","API Test Suite Builder","https://github.com/alirezarezvani/claude-skills",{"basePath":407,"githubOwner":408,"githubRepo":409,"locale":18,"slug":410,"type":257},"engineering/skills/api-test-suite-builder","alirezarezvani","claude-skills","api-test-suite-builder",{"evaluate":412,"extract":420},{"promptVersionExtension":207,"promptVersionScoring":208,"score":413,"tags":414,"targetMarket":220,"tier":221},99,[415,217,416,215,417,418,419],"api-testing","contract-tests","pytest","supertest","httpx",{"commitSha":263,"license":250},{"parentExtensionId":422,"repoId":423},"k173223hfbd6c4mx6r1jdx23wn86mbpb","kd7ff9s1w43mfyy1n7hf87816186m6px",[415,416,419,217,417,418,215],{"evaluatedAt":426,"extractAt":427,"updatedAt":426},1778678433211,1778675056600,{"_creationTime":429,"_id":430,"community":431,"display":432,"identity":438,"providers":443,"relations":450,"tags":453,"workflow":454},1778695548458.3445,"k17efcm48b2g7a0r4sjg7rj5nn86ntd7",{"reviewCount":8},{"description":433,"installMethods":434,"name":436,"sourceUrl":437},"Containerize an R-based MCP (Model Context Protocol) server using Docker. Covers mcptools integration, port exposure, stdio vs HTTP transport, and connecting Claude Code to the containerized server. Use when deploying an R MCP server without requiring a local R installation, creating a reproducible MCP server environment, running MCP servers alongside other containerized services, or distributing an MCP server to other developers.\n",{"claudeCode":435},"pjt222/agent-almanac","Containerize MCP Server","https://github.com/pjt222/agent-almanac",{"basePath":439,"githubOwner":440,"githubRepo":441,"locale":18,"slug":442,"type":257},"skills/containerize-mcp-server","pjt222","agent-almanac","containerize-mcp-server",{"evaluate":444,"extract":449},{"promptVersionExtension":207,"promptVersionScoring":208,"score":382,"tags":445,"targetMarket":220,"tier":221},[218,327,446,447,448],"r","containerization","deployment",{"commitSha":263,"license":250},{"parentExtensionId":451,"repoId":452},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[447,448,218,327,446],{"evaluatedAt":455,"extractAt":456,"updatedAt":455},1778696981156,1778695548458,{"_creationTime":458,"_id":459,"community":460,"display":461,"identity":467,"providers":472,"relations":481,"tags":484,"workflow":485},1778693180473.1135,"k17de92egj55jy906n011tje2n86nev2",{"reviewCount":8},{"description":462,"installMethods":463,"name":465,"sourceUrl":466},"Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories.\nTriggers: \"azure-containerregistry\", \"ContainerRegistryClient\", \"container images\", \"docker registry\", \"ACR\".\n",{"claudeCode":464},"microsoft/agent-skills","Azure Container Registry SDK for Python","https://github.com/microsoft/agent-skills",{"basePath":468,"githubOwner":469,"githubRepo":470,"locale":18,"slug":471,"type":257},".github/plugins/azure-sdk-python/skills/azure-containerregistry-py","microsoft","agent-skills","azure-containerregistry-py",{"evaluate":473,"extract":480},{"promptVersionExtension":207,"promptVersionScoring":208,"score":382,"tags":474,"targetMarket":220,"tier":221},[475,476,477,478,479,218],"azure","container-registry","sdk","python","devops",{"commitSha":263,"license":250},{"parentExtensionId":482,"repoId":483},"k171mfx6atvhq1bkhpky84v4b186n9qd","kd77czgnv00rfjm815pcc5xx5986n5t8",[475,476,479,218,478,477],{"evaluatedAt":486,"extractAt":487,"updatedAt":486},1778694832694,1778693180473,{"_creationTime":489,"_id":490,"community":491,"display":492,"identity":498,"providers":502,"relations":510,"tags":513,"workflow":514},1778696691708.3264,"k179thjzaw5kepc7zhdj9sat3n86mcqp",{"reviewCount":8},{"description":493,"installMethods":494,"name":496,"sourceUrl":497},"Validate pending migrations for foreign key consistency, rollback safety, and best practices",{"claudeCode":495},"ruvnet/ruflo","migrate-validate","https://github.com/ruvnet/ruflo",{"basePath":499,"githubOwner":500,"githubRepo":501,"locale":18,"slug":496,"type":257},"plugins/ruflo-migrations/skills/migrate-validate","ruvnet","ruflo",{"evaluate":503,"extract":509},{"promptVersionExtension":207,"promptVersionScoring":208,"score":382,"tags":504,"targetMarket":220,"tier":221},[339,505,219,506,507,508],"migrations","validation","code-quality","developer-tools",{"commitSha":263},{"parentExtensionId":511,"repoId":512},"k176me0sh9b6bc3gzttnywx4w986njzh","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[507,339,508,505,219,506],{"evaluatedAt":515,"extractAt":516,"updatedAt":515},1778701008912,1778696691708,{"_creationTime":518,"_id":519,"community":520,"display":521,"identity":527,"providers":531,"relations":538,"tags":540,"workflow":541},1778687399826.0325,"k17269dg7c9710vn40ysst9cbx86nekj",{"reviewCount":8},{"description":522,"installMethods":523,"name":525,"sourceUrl":526},"Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.",{"claudeCode":524},"github/awesome-copilot","sql-optimization","https://github.com/github/awesome-copilot",{"basePath":528,"githubOwner":529,"githubRepo":530,"locale":18,"slug":525,"type":257},"skills/sql-optimization","github","awesome-copilot",{"evaluate":532,"extract":537},{"promptVersionExtension":207,"promptVersionScoring":208,"score":382,"tags":533,"targetMarket":220,"tier":221},[219,534,535,339,536],"performance","optimization","tuning",{"commitSha":263},{"repoId":539},"kd7dsmv976w8rtkqnjjfdtfgks86nnmw",[339,535,534,219,536],{"evaluatedAt":542,"extractAt":543,"updatedAt":542},1778689968064,1778687399826]